Searched refs:__phy_set_clr_bits (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/net/phy/ |
D | bcm7xxx.c | 224 static int __phy_set_clr_bits(struct phy_device *dev, int location, in __phy_set_clr_bits() function 249 ret = __phy_set_clr_bits(dev, location, set_mask, clr_mask); in phy_set_clr_bits() 640 ret = __phy_set_clr_bits(phydev, MII_BCM7XXX_TEST, in bcm7xxx_28nm_ephy_read_mmd() 654 __phy_set_clr_bits(phydev, MII_BCM7XXX_TEST, 0, in bcm7xxx_28nm_ephy_read_mmd() 670 ret = __phy_set_clr_bits(phydev, MII_BCM7XXX_TEST, in bcm7xxx_28nm_ephy_write_mmd() 685 return __phy_set_clr_bits(phydev, MII_BCM7XXX_TEST, 0, in bcm7xxx_28nm_ephy_write_mmd()
|