HomeSort by relevance Sort by last modified time
    Searched refs:RxConfig (Results 1 - 3 of 3) sorted by null

  /external/grub/netboot/
fa311.c 56 RxRingPtr=0x30, RxConfig=0x34,
192 writel(rx_config, dev->ioaddr + RxConfig);
203 writew(rx_config, dev->ioaddr + RxConfig);
natsemi.c 119 RxConfig = 0x34,
438 outl(rx_config, ioaddr + RxConfig);
589 outl(rx_config, ioaddr + RxConfig);
rtl8139.c 94 TxConfig=0x40, RxConfig=0x44,
151 /* Bits in RxConfig. */
305 ioaddr + RxConfig); /* accept no frames yet! */
324 outb(AcceptBroadcast|AcceptMyPhys, ioaddr + RxConfig);

Completed in 650 milliseconds