KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
RTL8139C Config Register 4 (RT_CONFIG4) Bits

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. Default 0.
 
#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.
 

Detailed Description

BBA config register 4 fields.

From RTL8139C(L) datasheet v1.4. Only RT_CONFIG4_RxFIFIOAC is used.

Macro Definition Documentation

◆ RT_CONFIG4_AnaOff

#define RT_CONFIG4_AnaOff   0x40

Turn off analog power. Default 0.

◆ RT_CONFIG4_LongWF

#define RT_CONFIG4_LongWF   0x20

Long Wake-up Frames.

◆ RT_CONFIG4_LWPME

#define RT_CONFIG4_LWPME   0x10

LWake vs PMEB.

◆ RT_CONFIG4_LWPTN

#define RT_CONFIG4_LWPTN   0x04

LWAKE Pattern.

◆ RT_CONFIG4_PBWake

#define RT_CONFIG4_PBWake   0x01

Disable pre-Boot Wakeup.

◆ RT_CONFIG4_RES02

#define RT_CONFIG4_RES02   0x02

Reserved.

◆ RT_CONFIG4_RES08

#define RT_CONFIG4_RES08   0x08

Reserved.

◆ RT_CONFIG4_RxFIFIOAC

#define RT_CONFIG4_RxFIFIOAC   0x80

Auto-clear the Rx FIFO overflow.