Home
last modified time | relevance | path

Searched refs:MDIO_PHY_ID_C45 (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dmdio.h295 #define MDIO_PHY_ID_C45 0x8000 macro
299 (MDIO_PHY_ID_C45 | MDIO_PHY_ID_PRTAD | MDIO_PHY_ID_DEVAD)
307 return MDIO_PHY_ID_C45 | (prtad << 5) | devad; in mdio_phy_id_c45()
/openbmc/linux/include/uapi/linux/
H A Dmdio.h450 #define MDIO_PHY_ID_C45 0x8000 macro
454 (MDIO_PHY_ID_C45 | MDIO_PHY_ID_PRTAD | MDIO_PHY_ID_DEVAD)
458 return MDIO_PHY_ID_C45 | (prtad << 5) | devad; in mdio_phy_id_c45()
/openbmc/linux/include/linux/
H A Dmdio.h121 return (phy_id & MDIO_PHY_ID_C45) && !(phy_id & ~MDIO_PHY_ID_C45_MASK); in mdio_phy_id_is_c45()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c506 data->phy_id ^= MDIO_PHY_ID_C45 | 0x0400; in efx_ioctl()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Defx.c506 data->phy_id ^= MDIO_PHY_ID_C45 | 0x0400; in efx_ioctl()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.c1998 data->phy_id ^= MDIO_PHY_ID_C45 | 0x0400; in ef4_ioctl()