Home
last modified time | relevance | path

Searched refs:MDIO_STAT1_LPOWERABLE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dmdio.h96 #define MDIO_STAT1_LPOWERABLE 0x0002 /* Low-power ability */ macro
/openbmc/linux/include/uapi/linux/
H A Dmdio.h124 #define MDIO_STAT1_LPOWERABLE 0x0002 /* Low-power ability */ macro
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dmdio_10g.c206 if (stat & MDIO_STAT1_LPOWERABLE) { in ef4_mdio_set_mmd_lpower()
/openbmc/linux/drivers/net/phy/
H A Dphy-c45.c44 return !!(stat1 & MDIO_STAT1_LPOWERABLE); in genphy_c45_pma_can_sleep()