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

/linux-master/drivers/net/ethernet/silan/
H A Dsc92031.c98 RxConfig = 0x40, // Rx configuration enumerator in enum:silan_registers
391 iowrite32(priv->rx_config, port_base + RxConfig);
402 iowrite32(priv->rx_config, port_base + RxConfig);
482 iowrite32(priv->rx_config, port_base + RxConfig);
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c191 RxConfig = 0x44, enumerator in enum:rtl_registers
1665 u32 rx_config = RTL_R32(tp, RxConfig);
1679 RTL_W32(tp, RxConfig, rx_config);
2454 RTL_W32(tp, RxConfig, RX_FIFO_THRESH | RX_DMA_BURST);
2459 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_MULTI_EN | RX_DMA_BURST);
2462 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_MULTI_EN | RX_DMA_BURST | RX_EARLY_OFF);
2465 RTL_W32(tp, RxConfig, RX_FETCH_DFLT_8125 | RX_DMA_BURST);
2469 RTL_W32(tp, RxConfig, RX_FETCH_DFLT_8125 | RX_DMA_BURST |
2473 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_DMA_BURST);
2621 RTL_W32(tp, RxConfig, RTL_R3
[all...]
H A D8139too.c307 RxConfig = 0x44, enumerator in enum:RTL8139_registers
382 /* Bits in RxConfig. */
919 RTL_W32_F(RxConfig, tp->rx_config);
1409 RTL_W32 (RxConfig, tp->rx_config);
1865 RTL_W32 (RxConfig, tp->rx_config);
1899 RTL_W32 (RxConfig, tp->rx_config);
2559 dev->flags, RTL_R32(RxConfig));
2590 RTL_W32_F (RxConfig, tmp);
H A D8139cp.c148 RxConfig = 0x44, /* Rx configuration */ enumerator in enum:__anon1253
211 /* RxConfig register */
920 cpw32_f(RxConfig, cp->rx_config);
/linux-master/drivers/net/ethernet/via/
H A Dvia-rhine.c292 StationAddr=0x00, RxConfig=0x06, TxConfig=0x07, ChipCmd=0x08, enumerator in enum:register_offsets
350 RxConfig, TxConfig, IntrEnable, ConfigA, ConfigB, ConfigC, ConfigD,
2277 BYTE_REG_BITS_ON(rx_mode, ioaddr + RxConfig);
/linux-master/drivers/net/ethernet/natsemi/
H A Dnatsemi.c274 RxConfig = 0x34, enumerator in enum:register_offsets
1704 writel(np->rx_config, ioaddr + RxConfig);
1748 writel(np->rx_config, ioaddr + RxConfig);

Completed in 165 milliseconds