Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/phy/
Dmarvell10g.c226 (phydev->c45_ids.devices_in_package & mmd_mask) != mmd_mask) in mv3310_probe()
268 if (phydev->c45_ids.devices_in_package & MDIO_DEVS_AN) { in mv3310_config_init()
449 u32 mmd_mask = phydev->c45_ids.devices_in_package; in mv3310_read_status()
Dphy_device.c339 if (!(phydev->c45_ids.devices_in_package & (1 << i))) in phy_bus_match()
478 u32 *devices_in_package) in get_phy_c45_devs_in_pkg() argument
486 *devices_in_package = (phy_reg & 0xffff) << 16; in get_phy_c45_devs_in_pkg()
492 *devices_in_package |= (phy_reg & 0xffff); in get_phy_c45_devs_in_pkg()
515 u32 *devs = &c45_ids->devices_in_package; in get_phy_c45_ids()
546 if (!(c45_ids->devices_in_package & (1 << i))) in get_phy_c45_ids()
Dphy-c45.c279 u32 mmd_mask = phydev->c45_ids.devices_in_package; in gen10g_read_status()
Dphy.c128 if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0))) in phy_restart_aneg()
153 if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0))) in phy_aneg_done()
478 if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0))) in phy_config_aneg()
Dphylink.c1379 devad = __ffs(phydev->c45_ids.devices_in_package); in phylink_phy_read()
1383 if (!(phydev->c45_ids.devices_in_package & MDIO_DEVS_AN)) in phylink_phy_read()
1419 devad = __ffs(phydev->c45_ids.devices_in_package); in phylink_phy_write()
1423 if (!(phydev->c45_ids.devices_in_package & MDIO_DEVS_AN)) in phylink_phy_write()
/Linux-v4.19/include/linux/
Dphy.h362 u32 devices_in_package; member