Searched refs:r8168_phy_ocp_write (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 1111 static void r8168_phy_ocp_write(struct rtl8169_private *tp, u32 reg, u32 data) in r8168_phy_ocp_write() function 1206 r8168_phy_ocp_write(tp, 0xc40a, 0x0000); in r8127_sfp_init_10g() 1207 r8168_phy_ocp_write(tp, 0xc466, 0x0003); in r8127_sfp_init_10g() 1208 r8168_phy_ocp_write(tp, 0xc808, 0x0000); in r8127_sfp_init_10g() 1209 r8168_phy_ocp_write(tp, 0xc80a, 0x0000); in r8127_sfp_init_10g() 1212 r8168_phy_ocp_write(tp, 0xc804, (val & ~0x000f) | 0x000c); in r8127_sfp_init_10g() 1257 r8168_phy_ocp_write(tp, tp->ocp_base + reg * 2, value); in r8168g_mdio_write() 5414 r8168_phy_ocp_write(tp, regnum, val); in r8169_mdio_write_reg_c45()
|