Lines Matching refs:phy_device
30 int bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val);
31 int bcm_phy_read_exp(struct phy_device *phydev, u16 reg);
33 static inline int bcm_phy_write_exp_sel(struct phy_device *phydev, in bcm_phy_write_exp_sel()
39 int bcm54xx_auxctl_write(struct phy_device *phydev, u16 regnum, u16 val);
40 int bcm54xx_auxctl_read(struct phy_device *phydev, u16 regnum);
42 int bcm_phy_write_misc(struct phy_device *phydev,
44 int bcm_phy_read_misc(struct phy_device *phydev,
47 int bcm_phy_write_shadow(struct phy_device *phydev, u16 shadow,
49 int bcm_phy_read_shadow(struct phy_device *phydev, u16 shadow);
51 int bcm_phy_ack_intr(struct phy_device *phydev);
52 int bcm_phy_config_intr(struct phy_device *phydev);
54 int bcm_phy_enable_apd(struct phy_device *phydev, bool dll_pwr_down);
56 int bcm_phy_set_eee(struct phy_device *phydev, bool enable);
58 int bcm_phy_downshift_get(struct phy_device *phydev, u8 *count);
60 int bcm_phy_downshift_set(struct phy_device *phydev, u8 count);
62 int bcm_phy_get_sset_count(struct phy_device *phydev);
63 void bcm_phy_get_strings(struct phy_device *phydev, u8 *data);
64 void bcm_phy_get_stats(struct phy_device *phydev, u64 *shadow,
66 void bcm_phy_r_rc_cal_reset(struct phy_device *phydev);
67 int bcm_phy_28nm_a0b0_afe_config_init(struct phy_device *phydev);