Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Drtl8139.c95 TxConfig=0x40, RxConfig=0x44, enumerator
304 outl(rtl8139_rx_config | rx_mode, nic->ioaddr + RxConfig); in set_rx_mode()
331 nic->ioaddr + RxConfig); /* accept no frames yet! */ in rtl_reset()
355 outl(rtl8139_rx_config, nic->ioaddr + RxConfig); in rtl_reset()
H A Dr8169.c140 RxConfig = 0x44, enumerator
556 rtl8169_rx_config | rx_mode | (RTL_R32(RxConfig) & in rtl8169_set_rx_mode()
560 RTL_W32(RxConfig, tmp); in rtl8169_set_rx_mode()
587 i = rtl8169_rx_config | (RTL_R32(RxConfig) & in rtl8169_hw_start()
589 RTL_W32(RxConfig, i); in rtl8169_hw_start()
H A Dnatsemi.c115 RxConfig = 0x34, enumerator
435 outl(rx_config, ioaddr + RxConfig); in natsemi_init()
587 outl(rx_config, ioaddr + RxConfig); in natsemi_check_duplex()
H A Dvia-rhine.c856 StationAddr=0x00, RxConfig=0x06, TxConfig=0x07, ChipCmd=0x08, enumerator