Searched refs:r8168_mac_ocp_write (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/realtek/ |
| D | r8169_main.c | 876 static void r8168_mac_ocp_write(struct rtl8169_private *tp, u32 reg, u32 data) in r8168_mac_ocp_write() function 899 r8168_mac_ocp_write(tp, reg, (data & ~mask) | set); in r8168_mac_ocp_modify() 935 r8168_mac_ocp_write(tp, tp->ocp_base + reg, value); in mac_mcu_write() 3422 r8168_mac_ocp_write(tp, 0xdd02, 0x807d); in rtl8168h_2_hw_phy_config() 4807 r8168_mac_ocp_write(tp, 0xFC28, 0x0000); in rtl_hw_start_8411_2() 4808 r8168_mac_ocp_write(tp, 0xFC2A, 0x0000); in rtl_hw_start_8411_2() 4809 r8168_mac_ocp_write(tp, 0xFC2C, 0x0000); in rtl_hw_start_8411_2() 4810 r8168_mac_ocp_write(tp, 0xFC2E, 0x0000); in rtl_hw_start_8411_2() 4811 r8168_mac_ocp_write(tp, 0xFC30, 0x0000); in rtl_hw_start_8411_2() 4812 r8168_mac_ocp_write(tp, 0xFC32, 0x0000); in rtl_hw_start_8411_2() [all …]
|