Searched refs:MDIO_PHY_ID_C45 (Results 1 – 5 of 5) sorted by relevance
410 #define MDIO_PHY_ID_C45 0x8000 macro414 (MDIO_PHY_ID_C45 | MDIO_PHY_ID_PRTAD | MDIO_PHY_ID_DEVAD)418 return MDIO_PHY_ID_C45 | (prtad << 5) | devad; in mdio_phy_id_c45()
111 return (phy_id & MDIO_PHY_ID_C45) && !(phy_id & ~MDIO_PHY_ID_C45_MASK); in mdio_phy_id_is_c45()
507 data->phy_id ^= MDIO_PHY_ID_C45 | 0x0400; in efx_ioctl()
506 data->phy_id ^= MDIO_PHY_ID_C45 | 0x0400; in efx_ioctl()
1999 data->phy_id ^= MDIO_PHY_ID_C45 | 0x0400; in ef4_ioctl()
Completed in 16 milliseconds