Home
last modified time | relevance | path

Searched refs:mmds_present (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/phy/
H A Dphy-c45.c425 if (phydev->c45_ids.mmds_present & MDIO_DEVS_AN) { in genphy_c45_read_link()
1079 if (phydev->c45_ids.mmds_present & MDIO_DEVS_AN) { in genphy_c45_pma_read_abilities()
H A Dphylink.c3225 devad = __ffs(phydev->c45_ids.mmds_present); in phylink_phy_read()
3229 if (!(phydev->c45_ids.mmds_present & MDIO_DEVS_AN)) in phylink_phy_read()
3267 devad = __ffs(phydev->c45_ids.mmds_present); in phylink_phy_write()
3271 if (!(phydev->c45_ids.mmds_present & MDIO_DEVS_AN)) in phylink_phy_write()
H A Dair_en8811h.c832 phydev->c45_ids.mmds_present |= MDIO_DEVS_PMAPMD | MDIO_DEVS_AN; in en8811h_probe()
H A Dphy_device.c886 c45_ids->mmds_present = devs_in_pkg & ~BIT(0); in get_phy_c45_ids()
978 c45_ids.mmds_present = 0; in get_phy_device()
/linux-6.15/include/linux/
H A Dphy.h496 u32 mmds_present; member