Searched refs:CmdTxEnb (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/netboot/ | ||
H A D | rtl8139.c | 121 CmdReset=0x10, CmdRxEnb=0x08, CmdTxEnb=0x04, RxBufEmpty=0x01, }; enumerator in enum:ChipCmdBits 329 outb(CmdRxEnb | CmdTxEnb, nic->ioaddr + ChipCmd); 353 outb(CmdRxEnb | CmdTxEnb, nic->ioaddr + ChipCmd); |
H A D | r8169.c | 188 CmdTxEnb = 0x04, enumerator in enum:RTL8169_register_content 580 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); |
Completed in 63 milliseconds