Searched refs:r8168_mac_ocp_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/realtek/ |
D | r8169.c | 861 static void r8168_mac_ocp_write(struct rtl8169_private *tp, u32 reg, u32 data) in r8168_mac_ocp_write() function 909 r8168_mac_ocp_write(tp, tp->ocp_base + reg, value); in mac_mcu_write() 3642 r8168_mac_ocp_write(tp, 0xdd02, 0x807d); in rtl8168h_2_hw_phy_config() 5261 r8168_mac_ocp_write(tp, 0xd412, data); in rtl_hw_start_8168h_1() 5267 r8168_mac_ocp_write(tp, 0xe056, data); in rtl_hw_start_8168h_1() 5272 r8168_mac_ocp_write(tp, 0xe052, data); in rtl_hw_start_8168h_1() 5277 r8168_mac_ocp_write(tp, 0xe0d6, data); in rtl_hw_start_8168h_1() 5282 r8168_mac_ocp_write(tp, 0xd420, data); in rtl_hw_start_8168h_1() 5284 r8168_mac_ocp_write(tp, 0xe63e, 0x0001); in rtl_hw_start_8168h_1() 5285 r8168_mac_ocp_write(tp, 0xe63e, 0x0000); in rtl_hw_start_8168h_1() [all …]
|