Home
last modified time | relevance | path

Searched refs:ChipCmd (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Drtl8139.c93 ChipCmd=0x37, RxBufPtr=0x38, RxBufAddr=0x3A, enumerator
314 outb(CmdReset, nic->ioaddr + ChipCmd); in rtl_reset()
321 while ((inb(nic->ioaddr + ChipCmd) & CmdReset) != 0 && in rtl_reset()
329 outb(CmdRxEnb | CmdTxEnb, nic->ioaddr + ChipCmd); in rtl_reset()
353 outb(CmdRxEnb | CmdTxEnb, nic->ioaddr + ChipCmd); in rtl_reset()
429 if (inb(nic->ioaddr + ChipCmd) & RxBufEmpty) { in rtl_poll()
519 outb(CmdReset, nic->ioaddr + ChipCmd); in rtl_disable()
523 while ((inb(nic->ioaddr + ChipCmd) & CmdReset) != 0 && timer2_running()) in rtl_disable()
H A Dnatsemi.c105 ChipCmd = 0x00, enumerator
291 outl(ChipReset, ioaddr + ChipCmd); in natsemi_probe()
440 outl(RxOn, ioaddr + ChipCmd); in natsemi_init()
455 outl(ChipReset, ioaddr + ChipCmd); in natsemi_reset()
613 outl(TxOff, ioaddr + ChipCmd); in natsemi_transmit()
642 outl(TxOn, ioaddr + ChipCmd); in natsemi_transmit()
714 outl(RxOn, ioaddr + ChipCmd); in natsemi_poll()
740 outl(RxOff | TxOff, ioaddr + ChipCmd); in natsemi_disable()
H A Dr8169.c135 ChipCmd = 0x37, enumerator
387 RTL_W8(ChipCmd, CmdReset); in rtl8169_init_board()
391 if ((RTL_R8(ChipCmd) & CmdReset) == 0) in rtl8169_init_board()
569 RTL_W8(ChipCmd, CmdReset); in rtl8169_hw_start()
573 if ((RTL_R8(ChipCmd) & CmdReset) == 0) in rtl8169_hw_start()
580 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl8169_hw_start()
690 RTL_W8(ChipCmd, 0x00); in r8169_disable()
H A Dvia-rhine.c856 StationAddr=0x00, RxConfig=0x06, TxConfig=0x07, ChipCmd=0x08, enumerator