Searched refs:RxConfig (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | rtl8139.c | 95 TxConfig=0x40, RxConfig=0x44, enumerator in enum:RTL8139_registers 162 /* Bits in RxConfig. */ 304 outl(rtl8139_rx_config | rx_mode, nic->ioaddr + RxConfig); 331 nic->ioaddr + RxConfig); /* accept no frames yet! */ 355 outl(rtl8139_rx_config, nic->ioaddr + RxConfig);
|
H A D | r8169.c | 140 RxConfig = 0x44, enumerator in enum:RTL8169_registers 556 rtl8169_rx_config | rx_mode | (RTL_R32(RxConfig) & 560 RTL_W32(RxConfig, tmp); 587 i = rtl8169_rx_config | (RTL_R32(RxConfig) & 589 RTL_W32(RxConfig, i);
|
H A D | natsemi.c | 115 RxConfig = 0x34, enumerator in enum:register_offsets 435 outl(rx_config, ioaddr + RxConfig); 587 outl(rx_config, ioaddr + RxConfig);
|
H A D | via-rhine.c | 856 StationAddr=0x00, RxConfig=0x06, TxConfig=0x07, ChipCmd=0x08, enumerator in enum:register_offsets
|
Completed in 72 milliseconds