Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy-c45.c222 if (phydev->c45_ids.mmds_present & MDIO_DEVS_AN) { in genphy_c45_read_link()
412 if (phydev->c45_ids.mmds_present & MDIO_DEVS_AN) { in genphy_c45_pma_read_abilities()
H A Dphylink.c1820 devad = __ffs(phydev->c45_ids.mmds_present); in phylink_phy_read()
1824 if (!(phydev->c45_ids.mmds_present & MDIO_DEVS_AN)) in phylink_phy_read()
1860 devad = __ffs(phydev->c45_ids.mmds_present); in phylink_phy_write()
1864 if (!(phydev->c45_ids.mmds_present & MDIO_DEVS_AN)) in phylink_phy_write()
H A Dphy_device.c832 c45_ids->mmds_present = devs_in_pkg & ~BIT(0); in get_phy_c45_ids()
903 c45_ids.mmds_present = 0; in get_phy_device()
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h464 u32 mmds_present; member