Lines Matching refs:devad

1357 int phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum);
1396 int __phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum);
1402 int phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val);
1408 int __phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val);
1417 int __phy_modify_mmd_changed(struct phy_device *phydev, int devad, u32 regnum,
1419 int phy_modify_mmd_changed(struct phy_device *phydev, int devad, u32 regnum,
1421 int __phy_modify_mmd(struct phy_device *phydev, int devad, u32 regnum,
1423 int phy_modify_mmd(struct phy_device *phydev, int devad, u32 regnum,
1479 * @devad: the MMD containing register to modify
1485 static inline int __phy_set_bits_mmd(struct phy_device *phydev, int devad,
1488 return __phy_modify_mmd(phydev, devad, regnum, 0, val);
1495 * @devad: the MMD containing register to modify
1501 static inline int __phy_clear_bits_mmd(struct phy_device *phydev, int devad,
1504 return __phy_modify_mmd(phydev, devad, regnum, val, 0);
1511 * @devad: the MMD containing register to modify
1515 static inline int phy_set_bits_mmd(struct phy_device *phydev, int devad,
1518 return phy_modify_mmd(phydev, devad, regnum, 0, val);
1525 * @devad: the MMD containing register to modify
1529 static inline int phy_clear_bits_mmd(struct phy_device *phydev, int devad,
1532 return phy_modify_mmd(phydev, devad, regnum, val, 0);
1879 int genphy_read_mmd_unsupported(struct phy_device *phdev, int devad,
2104 unsigned int addr_offset, int devad,
2108 unsigned int addr_offset, int devad,
2112 unsigned int addr_offset, int devad,
2116 unsigned int addr_offset, int devad,