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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpci-skeleton.c244 RxConfig = 0x44, enumerator in enum:NETDRV_registers
315 /* Bits in RxConfig. */
689 assert (inb (pio_start+RxConfig) == readb (ioaddr+RxConfig));
1155 (NETDRV_R32 (RxConfig) & rtl_chip_info[tp->chipset].RxConfigMask);
1156 NETDRV_W32_F (RxConfig, i);
1845 dev->name, dev->flags, NETDRV_R32 (RxConfig));
1876 (NETDRV_R32 (RxConfig) & rtl_chip_info[tp->chipset].RxConfigMask);
1877 NETDRV_W32_F (RxConfig, tmp);
H A Dsc92031.c100 RxConfig = 0x40, // Rx configuration enumerator in enum:silan_registers
403 iowrite32(priv->rx_config, port_base + RxConfig);
414 iowrite32(priv->rx_config, port_base + RxConfig);
494 iowrite32(priv->rx_config, port_base + RxConfig);
H A D8139too.c305 RxConfig = 0x44, enumerator in enum:RTL8139_registers
379 /* Bits in RxConfig. */
1391 RTL_W32 (RxConfig, tp->rx_config);
1844 RTL_W32 (RxConfig, tp->rx_config);
1878 RTL_W32 (RxConfig, tp->rx_config);
2494 dev->name, dev->flags, RTL_R32 (RxConfig));
2523 RTL_W32_F (RxConfig, tmp);
H A Dr8169.c249 RxConfig = 0x44, enumerator in enum:RTL8169_registers
1812 cfg |= (RTL_R32(RxConfig) & rtl_chip_info[tp->chipset].RxConfigMask);
1813 RTL_W32(RxConfig, cfg);
2824 (RTL_R32(RxConfig) & rtl_chip_info[tp->chipset].RxConfigMask);
2835 RTL_W32(RxConfig, tmp);
H A Dvia-rhine.c276 StationAddr=0x00, RxConfig=0x06, TxConfig=0x07, ChipCmd=0x08, enumerator in enum:register_offsets
300 RxConfig, TxConfig, IntrEnable, ConfigA, ConfigB, ConfigC, ConfigD,
1703 iowrite8(rp->rx_thresh | rx_mode, ioaddr + RxConfig);
H A D8139cp.c164 RxConfig = 0x44, /* Rx configuration */ enumerator in enum:__anon5160
226 /* RxConfig register */
948 cpw32_f (RxConfig, tmp);
H A Dnatsemi.c288 RxConfig = 0x34, enumerator in enum:register_offsets
1711 writel(np->rx_config, ioaddr + RxConfig);
1755 writel(np->rx_config, ioaddr + RxConfig);

Completed in 193 milliseconds