Lines Matching refs:reg
33 int __bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val);
34 int __bcm_phy_read_exp(struct phy_device *phydev, u16 reg);
35 int __bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set);
36 int bcm_phy_write_exp(struct phy_device *phydev, u16 reg, u16 val);
37 int bcm_phy_read_exp(struct phy_device *phydev, u16 reg);
38 int bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set);
41 u16 reg, u16 val)
43 return bcm_phy_write_exp(phydev, reg | MII_BCM54XX_EXP_SEL_ER, val);
46 static inline int bcm_phy_read_exp_sel(struct phy_device *phydev, u16 reg)
48 return bcm_phy_read_exp(phydev, reg | MII_BCM54XX_EXP_SEL_ER);
55 u16 reg, u16 chl, u16 value);
57 u16 reg, u16 chl);