|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
BBA config register 5 fields More...
Macros | |
| #define | RT_CONFIG5_RES80 0x80 |
| Reserved. | |
| #define | RT_CONFIG5_BWF 0x40 |
| Enable Broadcast Wakeup Frame. | |
| #define | RT_CONFIG5_MWF 0x20 |
| Enable Multicast Wakeup Frame. | |
| #define | RT_CONFIG5_UWF 0x10 |
| Enable Unicast Wakeup Frame. | |
| #define | RT_CONFIG5_FIFOAddr 0x08 |
| Set FIFO address pointer. | |
| #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. | |
BBA config register 5 fields
From RTL8139C(L) datasheet v1.4. Only RT_CONFIG5_LDPS is used.
| #define RT_CONFIG5_BWF 0x40 |
Enable Broadcast Wakeup Frame.
Default 0.
| #define RT_CONFIG5_FIFOAddr 0x08 |
Set FIFO address pointer.
For testing only.
| #define RT_CONFIG5_LANW 0x02 |
Enable LANWake signal.
| #define RT_CONFIG5_LDPS 0x04 |
Disable Link Down Power Saving mode.
| #define RT_CONFIG5_MWF 0x20 |
Enable Multicast Wakeup Frame.
Default 0.
| #define RT_CONFIG5_PME_STS 0x01 |
Allow PCI reset to set PME_Status bit.
| #define RT_CONFIG5_RES80 0x80 |
Reserved.
| #define RT_CONFIG5_UWF 0x10 |
Enable Unicast Wakeup Frame.
Default 0.