Searched refs:RxConfig (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Drtl8139.c95 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 Dr8169.c140 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 Dnatsemi.c115 RxConfig = 0x34, enumerator in enum:register_offsets
435 outl(rx_config, ioaddr + RxConfig);
587 outl(rx_config, ioaddr + RxConfig);
H A Dvia-rhine.c856 StationAddr=0x00, RxConfig=0x06, TxConfig=0x07, ChipCmd=0x08, enumerator in enum:register_offsets

Completed in 59 milliseconds