KallistiOS git master
Independent SDK for the Sega Dreamcast
|
BBA config register 4 fields More...
Macros | |
#define | RT_CONFIG4_RxFIFIOAC 0x80 |
Auto-clear the Rx FIFO overflow. | |
#define | RT_CONFIG4_AnaOff 0x40 |
Turn off analog power. | |
#define | RT_CONFIG4_LongWF 0x20 |
Long Wake-up Frames. | |
#define | RT_CONFIG4_LWPME 0x10 |
LWake vs PMEB. | |
#define | RT_CONFIG4_RES08 0x08 |
Reserved. | |
#define | RT_CONFIG4_LWPTN 0x04 |
LWAKE Pattern. | |
#define | RT_CONFIG4_RES02 0x02 |
Reserved. | |
#define | RT_CONFIG4_PBWake 0x01 |
Disable pre-Boot Wakeup. | |
BBA config register 4 fields
From RTL8139C(L) datasheet v1.4. Only RT_CONFIG4_RxFIFIOAC is used.
#define RT_CONFIG4_AnaOff 0x40 |
Turn off analog power.
Default 0.
#define RT_CONFIG4_LongWF 0x20 |
Long Wake-up Frames.
#define RT_CONFIG4_LWPME 0x10 |
LWake vs PMEB.
#define RT_CONFIG4_LWPTN 0x04 |
LWAKE Pattern.
#define RT_CONFIG4_PBWake 0x01 |
Disable pre-Boot Wakeup.
#define RT_CONFIG4_RES02 0x02 |
Reserved.
#define RT_CONFIG4_RES08 0x08 |
Reserved.
#define RT_CONFIG4_RxFIFIOAC 0x80 |
Auto-clear the Rx FIFO overflow.