Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Drtl8139.c121 CmdReset=0x10, CmdRxEnb=0x08, CmdTxEnb=0x04, RxBufEmpty=0x01, }; enumerator
329 outb(CmdRxEnb | CmdTxEnb, nic->ioaddr + ChipCmd); in rtl_reset()
353 outb(CmdRxEnb | CmdTxEnb, nic->ioaddr + ChipCmd); in rtl_reset()
H A Dr8169.c187 CmdRxEnb = 0x08, enumerator
580 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl8169_hw_start()