| /linux-6.15/drivers/net/ethernet/realtek/ |
| H A D | r8169_phy_config.c | 176 phy_write_paged(phydev, 0x0002, 0x01, 0x90d0); in rtl8169sb_hw_phy_config() 282 phy_write_paged(phydev, 0x0001, 0x10, 0xf41b); in rtl8168bef_hw_phy_config() 289 phy_write_paged(phydev, 0x0002, 0x0c, 0x1ec8); in rtl8168cp_1_hw_phy_config() 297 phy_write_paged(phydev, 0x0001, 0x1d, 0x3d98); in rtl8168cp_2_hw_phy_config() 441 phy_write_paged(phydev, 0x0002, 0x05, 0x669a); in rtl8168d_1_common() 521 phy_write_paged(phydev, 0x0001, 0x17, 0x0cc0); in rtl8168d_4_hw_phy_config() 566 phy_write_paged(phydev, 0x0006, 0x00, 0x5a00); in rtl8168e_1_hw_phy_config() 580 phy_write_paged(phydev, 0x0003, 0x09, 0xa20f); in rtl8168e_2_hw_phy_config() 812 phy_write_paged(phydev, 0x0bcd, 0x17, data); in rtl8168h_2_hw_phy_config() 1003 phy_write_paged(phydev, 0xad4, 0x16, 0x00a8); in rtl8125a_2_hw_phy_config() [all …]
|
| H A D | r8169_main.c | 2506 phy_write_paged(tp->phydev, 0x0001, 0x10, 0xf01b); in rtl8169_init_phy()
|
| /linux-6.15/drivers/net/phy/realtek/ |
| H A D | realtek_main.c | 216 err = phy_write_paged(phydev, 0x7, RTL8201F_IER, val); in rtl8201_config_intr() 219 err = phy_write_paged(phydev, 0x7, RTL8201F_IER, val); in rtl8201_config_intr() 284 err = phy_write_paged(phydev, 0xa42, RTL821x_INER, val); in rtl8211f_config_intr() 287 err = phy_write_paged(phydev, 0xa42, RTL821x_INER, val); in rtl8211f_config_intr() 1294 err = phy_write_paged(phydev, 0xa42, RTL9000A_GINMR, val); in rtl9000a_config_intr() 1297 err = phy_write_paged(phydev, 0xa42, RTL9000A_GINMR, val); in rtl9000a_config_intr() 1304 return phy_write_paged(phydev, 0xa42, RTL9000A_GINMR, val); in rtl9000a_config_intr()
|
| /linux-6.15/drivers/net/phy/mediatek/ |
| H A D | mtk-ge.c | 70 phy_write_paged(phydev, MTK_PHY_PAGE_EXTENDED_3, in mt7530_phy_config_init()
|
| /linux-6.15/drivers/net/phy/ |
| H A D | marvell.c | 1379 err = phy_write_paged(phydev, MII_MARVELL_MSCR_PAGE, in m88e1118_config_init() 1396 err = phy_write_paged(phydev, MII_MARVELL_LED_PAGE, 0x10, leds); in m88e1118_config_init() 1628 err = phy_write_paged(phydev, 0xf8, 0x08, 0x36); in m88e6390_errata() 2286 err = phy_write_paged(phydev, MII_MARVELL_VCT5_PAGE, in marvell_vct5_amplitude_graph() 2371 ret = phy_write_paged(phydev, MII_MARVELL_VCT5_PAGE, in marvell_vct7_cable_test_start() 2380 ret = phy_write_paged(phydev, MII_MARVELL_VCT5_PAGE, in marvell_vct7_cable_test_start() 2385 return phy_write_paged(phydev, MII_MARVELL_VCT7_PAGE, in marvell_vct7_cable_test_start() 2410 ret = phy_write_paged(phydev, MII_MARVELL_VCT7_PAGE, in marvell_vct5_cable_test_tdr_start() 3252 return phy_write_paged(phydev, MII_MARVELL_LED_PAGE, in m88e1318_led_brightness_set() 3281 return phy_write_paged(phydev, MII_MARVELL_LED_PAGE, in m88e1318_led_blink_set() [all …]
|
| H A D | icplus.c | 420 err = phy_write_paged(phydev, IP101G_DEFAULT_PAGE, in ip101a_g_config_intr() 424 err = phy_write_paged(phydev, IP101G_DEFAULT_PAGE, in ip101a_g_config_intr()
|
| H A D | phy-core.c | 857 int phy_write_paged(struct phy_device *phydev, int page, u32 regnum, u16 val) in phy_write_paged() function 867 EXPORT_SYMBOL(phy_write_paged);
|
| /linux-6.15/include/linux/ |
| H A D | phy.h | 1747 int phy_write_paged(struct phy_device *phydev, int page, u32 regnum, u16 val);
|