| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | rtl8139.c | 113 TxConfig=0x40, RxConfig=0x44, enumerator 348 outl(rtl8139_rx_config | rx_mode, ioaddr + RxConfig); in set_rx_mode() 376 ioaddr + RxConfig); /* accept no frames yet! */ in rtl_reset() 398 outl(rtl8139_rx_config, ioaddr + RxConfig); in rtl_reset()
|
| H A D | rtl8169.c | 129 RxConfig = 0x44, enumerator 710 tmp = rtl8169_rx_config | rx_mode | (RTL_R32(RxConfig) & in rtl8169_set_rx_mode() 713 RTL_W32(RxConfig, tmp); in rtl8169_set_rx_mode() 756 i = rtl8169_rx_config | (RTL_R32(RxConfig) & in rtl8169_hw_start() 758 RTL_W32(RxConfig, i); in rtl8169_hw_start()
|
| H A D | ns8382x.c | 80 RxConfig = 0x38, enumerator 566 OUTL(dev, rx_config, RxConfig); in ns8382x_init() 719 OUTL(dev, rx_config, RxConfig); in ns8382x_check_duplex()
|
| H A D | natsemi.c | 84 RxConfig = 0x34, enumerator 585 OUTL(dev, rx_config, RxConfig); in natsemi_init() 748 OUTL(dev, rx_config, RxConfig); in natsemi_check_duplex()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | 8139too.c | 307 RxConfig = 0x44, enumerator 919 RTL_W32_F(RxConfig, tp->rx_config); in rtl8139_set_features() 1408 RTL_W32 (RxConfig, tp->rx_config); in rtl8139_hw_start() 1864 RTL_W32 (RxConfig, tp->rx_config); in rtl8139_rx_err() 1898 RTL_W32 (RxConfig, tp->rx_config); in rtl8139_rx_err() 2558 dev->flags, RTL_R32(RxConfig)); in __set_rx_mode() 2589 RTL_W32_F (RxConfig, tmp); in __set_rx_mode()
|
| H A D | r8169_main.c | 202 RxConfig = 0x44, enumerator 1483 u32 rx_config = RTL_R32(tp, RxConfig); in rtl_set_rx_config_features() 1497 RTL_W32(tp, RxConfig, rx_config); in rtl_set_rx_config_features() 2224 RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig) | in rtl_wol_suspend_quirk() 2310 RTL_W32(tp, RxConfig, RX_FIFO_THRESH | RX_DMA_BURST); in rtl_init_rxcfg() 2315 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_MULTI_EN | RX_DMA_BURST); in rtl_init_rxcfg() 2318 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_MULTI_EN | RX_DMA_BURST | RX_EARLY_OFF); in rtl_init_rxcfg() 2321 RTL_W32(tp, RxConfig, RX_FETCH_DFLT_8125 | RX_DMA_BURST); in rtl_init_rxcfg() 2324 RTL_W32(tp, RxConfig, RX128_INT_EN | RX_DMA_BURST); in rtl_init_rxcfg() 2473 RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig) & ~RX_CONFIG_ACCEPT_MASK); in rtl_rx_close() [all …]
|
| H A D | 8139cp.c | 148 RxConfig = 0x44, /* Rx configuration */ enumerator 920 cpw32_f(RxConfig, cp->rx_config); in __cp_set_rx_mode()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | rtl_eeprom.c | 66 } else if(RTL_R32(tp, RxConfig) & RxCfg_9356SEL) { in rtl8168_eeprom_type()
|
| H A D | r8168.h | 1062 RxConfig = 0x44, enumerator
|
| H A D | r8168_n.c | 3476 RTL_W32(tp, RxConfig, (RX_DMA_BURST << RxCfgDMAShift)); in rtl8168_nic_reset() 3669 RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig) | AcceptMyPhys); in rtl8168_mac_loopback_test() 3681 …RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig) & ~(AcceptErr | AcceptRunt | AcceptBroadcast | AcceptM… in rtl8168_mac_loopback_test() 3965 … RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig) | AcceptAllPhys); in rtl8168_check_link_status() 4943 … RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig) | AcceptBroadcast | AcceptMulticast | AcceptMyPhys); in rtl8168_powerdown_pll() 5480 rx_config = RTL_R32(tp, RxConfig); in rtl8168_hw_set_features() 5486 RTL_W32(tp, RxConfig, rx_config); in rtl8168_hw_set_features() 7332 …RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig) & ~(AcceptErr | AcceptRunt | AcceptBroadcast | AcceptM… in rtl8168_exit_oob() 25994 …tmp = tp->rtl8168_rx_config | rx_mode | (RTL_R32(tp, RxConfig) & rtl_chip_info[tp->chipset].RxConf… in rtl8168_hw_set_rx_packet_filter() 25996 RTL_W32(tp, RxConfig, tmp); in rtl8168_hw_set_rx_packet_filter() [all …]
|
| /OK3568_Linux_fs/kernel/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, 2280 BYTE_REG_BITS_ON(rx_mode, ioaddr + RxConfig); in rhine_set_rx_mode()
|
| /OK3568_Linux_fs/kernel/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()
|