Searched refs:phy_reg_init (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | r8169.c | 2759 static const struct phy_reg phy_reg_init[] = { in rtl8169s_hw_phy_config() local 2821 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init)); in rtl8169s_hw_phy_config() 2826 static const struct phy_reg phy_reg_init[] = { in rtl8169sb_hw_phy_config() local 2832 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init)); in rtl8169sb_hw_phy_config() 2850 static const struct phy_reg phy_reg_init[] = { in rtl8169scd_hw_phy_config() local 2890 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init)); in rtl8169scd_hw_phy_config() 2897 static const struct phy_reg phy_reg_init[] = { in rtl8169sce_hw_phy_config() local 2945 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init)); in rtl8169sce_hw_phy_config() 2950 static const struct phy_reg phy_reg_init[] = { in rtl8168bb_hw_phy_config() local 2958 rtl_writephy_batch(tp, phy_reg_init, ARRAY_SIZE(phy_reg_init)); in rtl8168bb_hw_phy_config() [all …]
|