Searched refs:phy_reg_init (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/realtek/ |
D | r8169.c | 2463 static const struct phy_reg phy_reg_init[] = { in rtl8169s_hw_phy_config() local 2525 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init)); in rtl8169s_hw_phy_config() 2530 static const struct phy_reg phy_reg_init[] = { in rtl8169sb_hw_phy_config() local 2536 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init)); in rtl8169sb_hw_phy_config() 2554 static const struct phy_reg phy_reg_init[] = { in rtl8169scd_hw_phy_config() local 2594 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init)); in rtl8169scd_hw_phy_config() 2601 static const struct phy_reg phy_reg_init[] = { in rtl8169sce_hw_phy_config() local 2649 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init)); in rtl8169sce_hw_phy_config() 2654 static const struct phy_reg phy_reg_init[] = { in rtl8168bb_hw_phy_config() local 2662 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init)); in rtl8168bb_hw_phy_config() [all …]
|