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

  /external/u-boot/drivers/net/
natsemi.c 84 RxConfig = 0x34,
582 printf("%s: Setting RxConfig Register %#08X\n", dev->name, rx_config);
585 OUTL(dev, rx_config, RxConfig);
748 OUTL(dev, rx_config, RxConfig);
ns8382x.c 80 RxConfig = 0x38,
563 debug("%s: Setting RxConfig Register %#08X\n", dev->name, rx_config);
566 OUTL(dev, rx_config, RxConfig);
716 debug("%s: Resetting RxConfig Register %#08X\n", dev->name, rx_config);
719 OUTL(dev, rx_config, RxConfig);
rtl8139.c 113 TxConfig=0x40, RxConfig=0x44,
170 /* Bits in RxConfig. */
348 outl(rtl8139_rx_config | rx_mode, ioaddr + RxConfig);
376 ioaddr + RxConfig); /* accept no frames yet! */
398 outl(rtl8139_rx_config, ioaddr + RxConfig);
rtl8169.c 128 RxConfig = 0x44,
709 tmp = rtl8169_rx_config | rx_mode | (RTL_R32(RxConfig) &
712 RTL_W32(RxConfig, tmp);
755 i = rtl8169_rx_config | (RTL_R32(RxConfig) &
757 RTL_W32(RxConfig, i);

Completed in 114 milliseconds