Searched refs:rtl_readphy (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/realtek/ |
D | r8169.c | 1023 static int rtl_readphy(struct rtl8169_private *tp, int location) in rtl_readphy() function 1030 rtl_writephy(tp, reg_addr, rtl_readphy(tp, reg_addr) | value); in rtl_patchphy() 1037 val = rtl_readphy(tp, reg_addr); in rtl_w0w1_phy() 2367 predata = rtl_readphy(tp, regno); in rtl_phy_write_fw() 2455 if (rtl_readphy(tp, reg) != val) in rtl_apply_firmware_cond() 2854 val = rtl_readphy(tp, 0x0d); in rtl8168d_1_hw_phy_config() 2958 val = rtl_readphy(tp, 0x0d); in rtl8168d_2_hw_phy_config() 3439 if (rtl_readphy(tp, 0x10) & 0x0100) { in rtl8168g_1_hw_phy_config() 3448 if (rtl_readphy(tp, 0x13) & 0x0100) { in rtl8168g_1_hw_phy_config() 3494 if (rtl_readphy(tp, 0x10) & 0x0004) in rtl8168g_1_hw_phy_config() [all …]
|