Searched refs:rtl_writephy (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/realtek/ |
| D | r8169_main.c | 1048 static void rtl_writephy(struct rtl8169_private *tp, int location, int val) in rtl_writephy() function 1084 rtl_writephy(tp, reg_addr, rtl_readphy(tp, reg_addr) | value); in rtl_patchphy() 1092 rtl_writephy(tp, reg_addr, (val & ~m) | p); in rtl_w0w1_phy() 2240 rtl_writephy(tp, regs->reg, regs->val); in __rtl_writephy_batch() 2412 rtl_writephy(tp, 0x1f, 0x0001); in rtl8169scd_hw_phy_config_quirk() 2413 rtl_writephy(tp, 0x10, 0xf01b); in rtl8169scd_hw_phy_config_quirk() 2414 rtl_writephy(tp, 0x1f, 0x0000); in rtl8169scd_hw_phy_config_quirk() 2524 rtl_writephy(tp, 0x1f, 0x0001); in rtl8168bb_hw_phy_config() 2562 rtl_writephy(tp, 0x1f, 0x0000); in rtl8168cp_2_hw_phy_config() 2595 rtl_writephy(tp, 0x1f, 0x0000); in rtl8168c_1_hw_phy_config() [all …]
|