Home
last modified time | relevance | path

Searched refs:NWayLPAR (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/net/
H A Drtl8139.c128 NWayLPAR = 0x68, enumerator
471 uint16_t NWayLPAR; member
1205 s->NWayLPAR = 0x05e1; /* all modes, full duplex */ in rtl8139_reset_phy()
2784 case NWayLPAR: in rtl8139_io_writew()
3021 case NWayLPAR: in rtl8139_io_readw()
3022 ret = s->NWayLPAR; in rtl8139_io_readw()
3214 VMSTATE_UINT16(NWayLPAR, RTL8139State),
/openbmc/u-boot/drivers/net/
H A Drtl8139.c119 MII_BMCR=0x62, MII_BMSR=0x64, NWayAdvert=0x66, NWayLPAR=0x68, enumerator