Searched refs:ChipCmd (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | rtl8139.c | 93 ChipCmd=0x37, RxBufPtr=0x38, RxBufAddr=0x3A, enumerator in enum:RTL8139_registers 314 outb(CmdReset, nic->ioaddr + ChipCmd); 321 while ((inb(nic->ioaddr + ChipCmd) & CmdReset) != 0 && 329 outb(CmdRxEnb | CmdTxEnb, nic->ioaddr + ChipCmd); 353 outb(CmdRxEnb | CmdTxEnb, nic->ioaddr + ChipCmd); 429 if (inb(nic->ioaddr + ChipCmd) & RxBufEmpty) { 519 outb(CmdReset, nic->ioaddr + ChipCmd); 523 while ((inb(nic->ioaddr + ChipCmd) & CmdReset) != 0 && timer2_running())
|
H A D | natsemi.c | 105 ChipCmd = 0x00, enumerator in enum:register_offsets 142 /* Bit in ChipCmd. */ 291 outl(ChipReset, ioaddr + ChipCmd); 440 outl(RxOn, ioaddr + ChipCmd); 455 outl(ChipReset, ioaddr + ChipCmd); 613 outl(TxOff, ioaddr + ChipCmd); 642 outl(TxOn, ioaddr + ChipCmd); 714 outl(RxOn, ioaddr + ChipCmd); 740 outl(RxOff | TxOff, ioaddr + ChipCmd);
|
H A D | r8169.c | 135 ChipCmd = 0x37, enumerator in enum:RTL8169_registers 387 RTL_W8(ChipCmd, CmdReset); 391 if ((RTL_R8(ChipCmd) & CmdReset) == 0) 569 RTL_W8(ChipCmd, CmdReset); 573 if ((RTL_R8(ChipCmd) & CmdReset) == 0) 580 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); 690 RTL_W8(ChipCmd, 0x00);
|
H A D | via-rhine.c | 856 StationAddr=0x00, RxConfig=0x06, TxConfig=0x07, ChipCmd=0x08, enumerator in enum:register_offsets 1110 /*outb(CmdReset, ioaddr + ChipCmd); */
|
Completed in 69 milliseconds