Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/phy/
H A Dgeneric_10g.c59 (stat2 & MDIO_STAT2_DEVPRST) != MDIO_STAT2_DEVPRST_VAL) in gen10g_discover_mmds()
/openbmc/u-boot/include/linux/
H A Dmdio.h163 #define MDIO_STAT2_DEVPRST_VAL 0x8000 /* Device present value */ macro
/openbmc/linux/include/uapi/linux/
H A Dmdio.h190 #define MDIO_STAT2_DEVPRST_VAL 0x8000 /* Device present value */ macro
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dmdio_10g.c58 if ((status & MDIO_STAT2_DEVPRST) != MDIO_STAT2_DEVPRST_VAL) { in ef4_mdio_check_mmd()
/openbmc/linux/drivers/net/
H A Dmdio.c36 (stat2 & MDIO_STAT2_DEVPRST) != MDIO_STAT2_DEVPRST_VAL) in mdio45_probe()
/openbmc/linux/drivers/net/phy/
H A Dphy_device.c739 return (stat2 & MDIO_STAT2_DEVPRST) == MDIO_STAT2_DEVPRST_VAL; in phy_c45_probe_present()