Searched refs:RxConfig (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/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 | 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()
|
| 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()
|