Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmdio.h223 #define MDIO_STAT2_DEVPRST_VAL 0x8000 /* Device present value */ macro
/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()
/linux/drivers/net/phy/
H A Dphy_device.c861 return (stat2 & MDIO_STAT2_DEVPRST) == MDIO_STAT2_DEVPRST_VAL; in phy_c45_probe_present()