Home
last modified time | relevance | path

Searched refs:rtl_readphy (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/realtek/
Dr8169_main.c1067 static int rtl_readphy(struct rtl8169_private *tp, int location) in rtl_readphy() function
1084 rtl_writephy(tp, reg_addr, rtl_readphy(tp, reg_addr) | value); in rtl_patchphy()
1091 val = rtl_readphy(tp, reg_addr); in rtl_w0w1_phy()
2265 if (rtl_readphy(tp, reg) != val) in rtl_apply_firmware_cond()
2720 val = rtl_readphy(tp, 0x0d); in rtl8168d_1_hw_phy_config()
2774 val = rtl_readphy(tp, 0x0d); in rtl8168d_2_hw_phy_config()
3338 data = rtl_readphy(tp, 0x13); in rtl8168h_1_hw_phy_config()
3342 data = rtl_readphy(tp, 0x12); in rtl8168h_1_hw_phy_config()
3445 data = rtl_readphy(tp, 0x16); in rtl8168h_2_hw_phy_config()
4191 rtl_fw->phy_read = rtl_readphy; in rtl_request_firmware()
[all …]