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

BBA config register 5 fields. More...

Macros

#define RT_CONFIG5_RES80   0x80
 Reserved.
 
#define RT_CONFIG5_BWF   0x40
 Enable Broadcast Wakeup Frame. Default 0.
 
#define RT_CONFIG5_MWF   0x20
 Enable Multicast Wakeup Frame. Default 0.
 
#define RT_CONFIG5_UWF   0x10
 Enable Unicast Wakeup Frame. Default 0.
 
#define RT_CONFIG5_FIFOAddr   0x08
 Set FIFO address pointer. For testing only.
 
#define RT_CONFIG5_LDPS   0x04
 Disable Link Down Power Saving mode.
 
#define RT_CONFIG5_LANW   0x02
 Enable LANWake signal.
 
#define RT_CONFIG5_PME_STS   0x01
 Allow PCI reset to set PME_Status bit.
 

Detailed Description

BBA config register 5 fields.

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

Macro Definition Documentation

◆ RT_CONFIG5_BWF

#define RT_CONFIG5_BWF   0x40

Enable Broadcast Wakeup Frame. Default 0.

◆ RT_CONFIG5_FIFOAddr

#define RT_CONFIG5_FIFOAddr   0x08

Set FIFO address pointer. For testing only.

◆ RT_CONFIG5_LANW

#define RT_CONFIG5_LANW   0x02

Enable LANWake signal.

◆ RT_CONFIG5_LDPS

#define RT_CONFIG5_LDPS   0x04

Disable Link Down Power Saving mode.

◆ RT_CONFIG5_MWF

#define RT_CONFIG5_MWF   0x20

Enable Multicast Wakeup Frame. Default 0.

◆ RT_CONFIG5_PME_STS

#define RT_CONFIG5_PME_STS   0x01

Allow PCI reset to set PME_Status bit.

◆ RT_CONFIG5_RES80

#define RT_CONFIG5_RES80   0x80

Reserved.

◆ RT_CONFIG5_UWF

#define RT_CONFIG5_UWF   0x10

Enable Unicast Wakeup Frame. Default 0.