Searched refs:devad (Results 1 – 1 of 1) sorted by relevance
125 #define MDIO_DEVS_PRESENT(devad) (1 << (devad)) argument322 static inline __u16 mdio_phy_id_c45(int prtad, int devad) in mdio_phy_id_c45() argument324 return MDIO_PHY_ID_C45 | (prtad << 5) | devad; in mdio_phy_id_c45()