Searched refs:rtl_writephy (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/realtek/ |
D | r8169.c | 1018 static void rtl_writephy(struct rtl8169_private *tp, int location, u32 val) in rtl_writephy() function 1030 rtl_writephy(tp, reg_addr, rtl_readphy(tp, reg_addr) | value); in rtl_patchphy() 1038 rtl_writephy(tp, reg_addr, (val & ~m) | p); in rtl_w0w1_phy() 2194 rtl_writephy(tp, regs->reg, regs->val); in rtl_writephy_batch() 2398 rtl_writephy(tp, regno, data); in rtl_phy_write_fw() 2415 rtl_writephy(tp, regno, predata); in rtl_phy_write_fw() 2547 rtl_writephy(tp, 0x1f, 0x0001); in rtl8169scd_hw_phy_config_quirk() 2548 rtl_writephy(tp, 0x10, 0xf01b); in rtl8169scd_hw_phy_config_quirk() 2549 rtl_writephy(tp, 0x1f, 0x0000); in rtl8169scd_hw_phy_config_quirk() 2659 rtl_writephy(tp, 0x1f, 0x0001); in rtl8168bb_hw_phy_config() [all …]
|