Lines Matching defs:set
74 int __bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set)
86 new = (ret & ~mask) | set;
94 int bcm_phy_modify_exp(struct phy_device *phydev, u16 reg, u16 mask, u16 set)
99 ret = __bcm_phy_modify_exp(phydev, reg, mask, set);
221 /* If a bit from the Interrupt Mask register is set, the corresponding
307 int __bcm_phy_modify_rdb(struct phy_device *phydev, u16 rdb, u16 mask, u16 set)
319 new = (ret & ~mask) | set;
327 int bcm_phy_modify_rdb(struct phy_device *phydev, u16 rdb, u16 mask, u16 set)
332 ret = __bcm_phy_modify_rdb(phydev, rdb, mask, set);
587 /* Disable loading of TVCO buffer to bandgap, set bandgap trim
654 u16 mask, set;
672 set = BCM54XX_ECD_CTRL_RUN | BCM54XX_ECD_CTRL_BREAK_LINK |
676 ret = __bcm_phy_modify_exp(phydev, BCM54XX_EXP_ECD_CTRL, mask, set);