Searched refs:r8168_mac_ocp_read (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | r8169.c | 1018 static u16 r8168_mac_ocp_read(struct rtl8169_private *tp, u32 reg) in r8168_mac_ocp_read() function 1065 return r8168_mac_ocp_read(tp, tp->ocp_base + reg); in mac_mcu_read() 3936 data = r8168_mac_ocp_read(tp, 0xdd02); in rtl8168h_2_hw_phy_config() 3940 data = r8168_mac_ocp_read(tp, 0xdd00); in rtl8168h_2_hw_phy_config() 6146 data = r8168_mac_ocp_read(tp, 0xd412); in rtl_hw_start_8168h_1() 6152 data = r8168_mac_ocp_read(tp, 0xe056); in rtl_hw_start_8168h_1() 6157 data = r8168_mac_ocp_read(tp, 0xe052); in rtl_hw_start_8168h_1() 6162 data = r8168_mac_ocp_read(tp, 0xe0d6); in rtl_hw_start_8168h_1() 6167 data = r8168_mac_ocp_read(tp, 0xd420); in rtl_hw_start_8168h_1() 6279 data = r8168_mac_ocp_read(tp, 0xd3e2); in rtl_hw_start_8168ep_3() [all …]
|