Home
last modified time | relevance | path

Searched refs:RxConfig (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Drtl8139.c113 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 Drtl8169.c129 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 Dnatsemi.c84 RxConfig = 0x34, enumerator
585 OUTL(dev, rx_config, RxConfig); in natsemi_init()
748 OUTL(dev, rx_config, RxConfig); in natsemi_check_duplex()
H A Dns8382x.c80 RxConfig = 0x38, enumerator
566 OUTL(dev, rx_config, RxConfig); in ns8382x_init()
719 OUTL(dev, rx_config, RxConfig); in ns8382x_check_duplex()