Lines Matching defs:reg
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);
32 int __bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set);
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);
38 u16 reg, u16 val)
40 return bcm_phy_write_exp(phydev, reg | MII_BCM54XX_EXP_SEL_ER, val);
47 u16 reg, u16 chl, u16 value);
49 u16 reg, u16 chl);