Searched refs:__phy_set_clr_bits (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/phy/ |
H A D | bcm7xxx.c | 223 static int __phy_set_clr_bits(struct phy_device *dev, int location, in __phy_set_clr_bits() function 248 ret = __phy_set_clr_bits(dev, location, set_mask, clr_mask); in phy_set_clr_bits() 639 ret = __phy_set_clr_bits(phydev, MII_BCM7XXX_TEST, in bcm7xxx_28nm_ephy_read_mmd() 653 __phy_set_clr_bits(phydev, MII_BCM7XXX_TEST, 0, in bcm7xxx_28nm_ephy_read_mmd() 669 ret = __phy_set_clr_bits(phydev, MII_BCM7XXX_TEST, in bcm7xxx_28nm_ephy_write_mmd() 684 return __phy_set_clr_bits(phydev, MII_BCM7XXX_TEST, 0, in bcm7xxx_28nm_ephy_write_mmd()
|