Home
last modified time | relevance | path

Searched refs:RTL_W32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Drtl8169.c368 RTL_W32(PHYAR, 0x0 | (RegAddr & 0xFF) << 16); in mdio_read()
708 RTL_W32(RxConfig, tmp); in rtl8169_set_rx_mode()
709 RTL_W32(MAR0 + 0, mc_filter[0]); in rtl8169_set_rx_mode()
710 RTL_W32(MAR0 + 4, mc_filter[1]); in rtl8169_set_rx_mode()
753 RTL_W32(RxConfig, i); in rtl8169_hw_start()
769 RTL_W32(TxDescStartAddrHigh, (unsigned long)0); in rtl8169_hw_start()
771 RTL_W32(RxDescStartAddrLow, dm_pci_mem_to_phys( in rtl8169_hw_start()
774 RTL_W32(RxDescStartAddrLow, pci_mem_to_phys( in rtl8169_hw_start()
777 RTL_W32(RxDescStartAddrHigh, (unsigned long)0); in rtl8169_hw_start()
786 RTL_W32(RxMissed, 0); in rtl8169_hw_start()
[all …]
/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c844 RTL_W32(tp, ERIDR, val); in _rtl_eri_write()
846 RTL_W32(tp, ERIAR, cmd); in _rtl_eri_write()
862 RTL_W32(tp, ERIAR, cmd); in _rtl_eri_read()
915 RTL_W32(tp, GPHY_OCP, reg << 15); in r8168_phy_ocp_read()
943 RTL_W32(tp, OCPDR, reg << 15); in __r8168_mac_ocp_read()
1176 RTL_W32(tp, OCPDR, data); in r8168dp_ocp_write()
1389 RTL_W32(tp, IntrMask_8125, 0); in rtl_irq_disable()
2605 RTL_W32(tp, TxConfig, val); in rtl_set_tx_config_registers()
2641 RTL_W32(tp, 0x7c, val); in rtl8169_set_magic_reg()
2694 RTL_W32(tp, CSIDR, value); in rtl_csi_write()
[all …]
H A D8139too.c1409 RTL_W32 (RxConfig, tp->rx_config); in rtl8139_hw_start()
1430 RTL_W32 (RxMissed, 0); in rtl8139_hw_start()
1544 RTL_W32 (PARA7c, 0xfb38de03); in rtl8139_tune_twister()
1551 RTL_W32 (FIFOTMS, 0x20); in rtl8139_tune_twister()
1552 RTL_W32 (PARA78, PARA78_default); in rtl8139_tune_twister()
1553 RTL_W32 (PARA7c, PARA7c_default); in rtl8139_tune_twister()
1554 RTL_W32 (FIFOTMS, 0x00); in rtl8139_tune_twister()
2102 RTL_W32 (RxMissed, 0); in rtl8139_weird_interrupt()
2278 RTL_W32 (RxMissed, 0); in rtl8139_close()
2528 RTL_W32 (RxMissed, 0); in rtl8139_get_stats64()
[all …]