Lines Matching +defs:val +defs:shared
451 struct phy_package_shared *shared[PHY_MAX_ADDR]; member
759 struct phy_package_shared *shared; member
1386 #define phy_read_poll_timeout(phydev, regnum, val, cond, sleep_us, \ argument
1422 static inline int phy_write(struct phy_device *phydev, u32 regnum, u16 val) in phy_write()
1435 static inline int __phy_write(struct phy_device *phydev, u32 regnum, u16 val) in __phy_write()
1485 #define phy_read_mmd_poll_timeout(phydev, devaddr, regnum, val, cond, \ argument
1542 static inline int __phy_set_bits(struct phy_device *phydev, u32 regnum, u16 val) in __phy_set_bits()
1556 u16 val) in __phy_clear_bits()
1567 static inline int phy_set_bits(struct phy_device *phydev, u32 regnum, u16 val) in phy_set_bits()
1578 static inline int phy_clear_bits(struct phy_device *phydev, u32 regnum, u16 val) in phy_clear_bits()
1594 u32 regnum, u16 val) in __phy_set_bits_mmd()
1610 u32 regnum, u16 val) in __phy_clear_bits_mmd()
1624 u32 regnum, u16 val) in phy_set_bits_mmd()
1638 u32 regnum, u16 val) in phy_clear_bits_mmd()
2184 struct phy_package_shared *shared = phydev->shared; in phy_package_address() local
2220 u16 val) in phy_package_write()
2232 u16 val) in __phy_package_write()
2261 struct phy_package_shared *shared = phydev->shared; in __phy_package_set_once() local