Searched refs:devad (Results 1 – 3 of 3) sorted by relevance
/include/uapi/linux/ |
D | mdio.h | 125 #define MDIO_DEVS_PRESENT(devad) (1 << (devad)) argument 322 static inline __u16 mdio_phy_id_c45(int prtad, int devad) in mdio_phy_id_c45() argument 324 return MDIO_PHY_ID_C45 | (prtad << 5) | devad; in mdio_phy_id_c45()
|
/include/linux/ |
D | phy.h | 748 int phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum); 759 int __phy_read_mmd(struct phy_device *phydev, int devad, u32 regnum); 771 int phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val); 783 int __phy_write_mmd(struct phy_device *phydev, int devad, u32 regnum, u16 val); 792 int __phy_modify_mmd_changed(struct phy_device *phydev, int devad, u32 regnum, 794 int phy_modify_mmd_changed(struct phy_device *phydev, int devad, u32 regnum, 796 int __phy_modify_mmd(struct phy_device *phydev, int devad, u32 regnum, 798 int phy_modify_mmd(struct phy_device *phydev, int devad, u32 regnum, 860 static inline int __phy_set_bits_mmd(struct phy_device *phydev, int devad, in __phy_set_bits_mmd() argument 863 return __phy_modify_mmd(phydev, devad, regnum, 0, val); in __phy_set_bits_mmd() [all …]
|
D | mdio.h | 126 int (*mdio_read)(struct net_device *dev, int prtad, int devad, 128 int (*mdio_write)(struct net_device *dev, int prtad, int devad, 142 int prtad, int devad, u16 addr, int mask,
|