/openbmc/u-boot/drivers/net/ |
H A D | rtl8139.c | 109 TxConfig=0x40, RxConfig=0x44, enumerator 340 outl(rtl8139_rx_config | rx_mode, ioaddr + RxConfig); in set_rx_mode() 368 ioaddr + RxConfig); /* accept no frames yet! */ in rtl_reset() 390 outl(rtl8139_rx_config, ioaddr + RxConfig); in rtl_reset()
|
H A D | rtl8169.c | 124 RxConfig = 0x44, enumerator 705 tmp = rtl8169_rx_config | rx_mode | (RTL_R32(RxConfig) & in rtl8169_set_rx_mode() 708 RTL_W32(RxConfig, tmp); in rtl8169_set_rx_mode() 751 i = rtl8169_rx_config | (RTL_R32(RxConfig) & in rtl8169_hw_start() 753 RTL_W32(RxConfig, i); in rtl8169_hw_start()
|
H A D | ns8382x.c | 79 RxConfig = 0x38, enumerator 565 OUTL(dev, rx_config, RxConfig); in ns8382x_init() 718 OUTL(dev, rx_config, RxConfig); in ns8382x_check_duplex()
|
H A D | natsemi.c | 83 RxConfig = 0x34, enumerator 584 OUTL(dev, rx_config, RxConfig); in natsemi_init() 747 OUTL(dev, rx_config, RxConfig); in natsemi_check_duplex()
|
/openbmc/qemu/hw/net/ |
H A D | rtl8139.c | 110 RxConfig = 0x44, enumerator 450 uint32_t RxConfig; member 720 return (s->RxConfig & (1 << 7)); in rtl8139_RxWrap() 848 if (s->RxConfig & AcceptAllPhys) { in rtl8139_do_receive() 855 if (!(s->RxConfig & AcceptBroadcast)) in rtl8139_do_receive() 874 if (!(s->RxConfig & AcceptMulticast)) in rtl8139_do_receive() 910 if (!(s->RxConfig & AcceptMyPhys)) in rtl8139_do_receive() 1727 val = SET_MASKED(val, 0xf0fc0040, s->RxConfig); in rtl8139_RxConfig_write() 1729 s->RxConfig = val; in rtl8139_RxConfig_write() 1732 rtl8139_reset_rxring(s, 8192 << ((s->RxConfig >> 11) & 0x3)); in rtl8139_RxConfig_write() [all …]
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 192 RxConfig = 0x44, enumerator 1577 u32 rx_config = RTL_R32(tp, RxConfig); in rtl_set_rx_config_features() 1591 RTL_W32(tp, RxConfig, rx_config); in rtl_set_rx_config_features() 2350 RTL_W32(tp, RxConfig, RX_FIFO_THRESH | RX_DMA_BURST); in rtl_init_rxcfg() 2355 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_MULTI_EN | RX_DMA_BURST); in rtl_init_rxcfg() 2358 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_MULTI_EN | RX_DMA_BURST | RX_EARLY_OFF); in rtl_init_rxcfg() 2361 RTL_W32(tp, RxConfig, RX_FETCH_DFLT_8125 | RX_DMA_BURST); in rtl_init_rxcfg() 2364 RTL_W32(tp, RxConfig, RX_FETCH_DFLT_8125 | RX_DMA_BURST | in rtl_init_rxcfg() 2368 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_DMA_BURST); in rtl_init_rxcfg() 2516 RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig) & ~RX_CONFIG_ACCEPT_MASK); in rtl_rx_close() [all …]
|
H A D | 8139too.c | 307 RxConfig = 0x44, enumerator 919 RTL_W32_F(RxConfig, tp->rx_config); in rtl8139_set_features() 1409 RTL_W32 (RxConfig, tp->rx_config); in rtl8139_hw_start() 1865 RTL_W32 (RxConfig, tp->rx_config); in rtl8139_rx_err() 1899 RTL_W32 (RxConfig, tp->rx_config); in rtl8139_rx_err() 2559 dev->flags, RTL_R32(RxConfig)); in __set_rx_mode() 2590 RTL_W32_F (RxConfig, tmp); in __set_rx_mode()
|
H A D | 8139cp.c | 148 RxConfig = 0x44, /* Rx configuration */ enumerator 920 cpw32_f(RxConfig, cp->rx_config); in __cp_set_rx_mode()
|
/openbmc/linux/drivers/net/ethernet/silan/ |
H A D | sc92031.c | 98 RxConfig = 0x40, // Rx configuration enumerator 391 iowrite32(priv->rx_config, port_base + RxConfig); in _sc92031_disable_tx_rx() 402 iowrite32(priv->rx_config, port_base + RxConfig); in _sc92031_enable_tx_rx() 482 iowrite32(priv->rx_config, port_base + RxConfig); in _sc92031_set_rx_config()
|
/openbmc/linux/drivers/net/ethernet/via/ |
H A D | via-rhine.c | 292 StationAddr=0x00, RxConfig=0x06, TxConfig=0x07, ChipCmd=0x08, enumerator 350 RxConfig, TxConfig, IntrEnable, ConfigA, ConfigB, ConfigC, ConfigD, 2277 BYTE_REG_BITS_ON(rx_mode, ioaddr + RxConfig); in rhine_set_rx_mode()
|
/openbmc/linux/drivers/net/ethernet/natsemi/ |
H A D | natsemi.c | 274 RxConfig = 0x34, enumerator 1704 writel(np->rx_config, ioaddr + RxConfig); in check_link() 1748 writel(np->rx_config, ioaddr + RxConfig); in init_registers()
|