Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Drtl8139.c109 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 Drtl8169.c124 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 Dns8382x.c79 RxConfig = 0x38, enumerator
565 OUTL(dev, rx_config, RxConfig); in ns8382x_init()
718 OUTL(dev, rx_config, RxConfig); in ns8382x_check_duplex()
H A Dnatsemi.c83 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 Drtl8139.c111 RxConfig = 0x44, enumerator
451 uint32_t RxConfig; member
721 return (s->RxConfig & (1 << 7)); in rtl8139_RxWrap()
849 if (s->RxConfig & AcceptAllPhys) { in rtl8139_do_receive()
856 if (!(s->RxConfig & AcceptBroadcast)) in rtl8139_do_receive()
875 if (!(s->RxConfig & AcceptMulticast)) in rtl8139_do_receive()
911 if (!(s->RxConfig & AcceptMyPhys)) in rtl8139_do_receive()
1728 val = SET_MASKED(val, 0xf0fc0040, s->RxConfig); in rtl8139_RxConfig_write()
1730 s->RxConfig = val; in rtl8139_RxConfig_write()
1733 rtl8139_reset_rxring(s, 8192 << ((s->RxConfig >> 11) & 0x3)); in rtl8139_RxConfig_write()
[all …]