Searched refs:rtl_patchphy (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | r8169.c | 1193 static void rtl_patchphy(struct rtl8169_private *tp, int reg_addr, int value) in rtl_patchphy() function 2956 rtl_patchphy(tp, 0x16, 1 << 0); in rtl8168bb_hw_phy_config() 2994 rtl_patchphy(tp, 0x14, 1 << 5); in rtl8168cp_2_hw_phy_config() 2995 rtl_patchphy(tp, 0x0d, 1 << 5); in rtl8168cp_2_hw_phy_config() 3024 rtl_patchphy(tp, 0x14, 1 << 5); in rtl8168c_1_hw_phy_config() 3025 rtl_patchphy(tp, 0x0d, 1 << 5); in rtl8168c_1_hw_phy_config() 3051 rtl_patchphy(tp, 0x16, 1 << 0); in rtl8168c_2_hw_phy_config() 3052 rtl_patchphy(tp, 0x14, 1 << 5); in rtl8168c_2_hw_phy_config() 3053 rtl_patchphy(tp, 0x0d, 1 << 5); in rtl8168c_2_hw_phy_config() 3073 rtl_patchphy(tp, 0x16, 1 << 0); in rtl8168c_3_hw_phy_config() [all …]
|