Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/phy/
Dphy_device.c491 if (!(phydev->c45_ids.devices_in_package & (1 << i))) in phy_bus_match()
635 if (!(c45_ids->devices_in_package & (1 << i))) in phy_device_create()
670 u32 *devices_in_package) in get_phy_c45_devs_in_pkg() argument
678 *devices_in_package = phy_reg << 16; in get_phy_c45_devs_in_pkg()
684 *devices_in_package |= phy_reg; in get_phy_c45_devs_in_pkg()
687 *devices_in_package &= ~BIT(0); in get_phy_c45_devs_in_pkg()
710 u32 *devs = &c45_ids->devices_in_package; in get_phy_c45_ids()
741 if (!(c45_ids->devices_in_package & (1 << i))) in get_phy_c45_ids()
Dphy-c45.c222 if (phydev->c45_ids.devices_in_package & MDIO_DEVS_AN) { in genphy_c45_read_link()
411 if (phydev->c45_ids.devices_in_package & MDIO_DEVS_AN) { in genphy_c45_pma_read_abilities()
Dmarvell10g.c216 (phydev->c45_ids.devices_in_package & mmd_mask) != mmd_mask) in mv3310_probe()
269 if (!(phydev->c45_ids.devices_in_package & MDIO_DEVS_PMAPMD)) in mv3310_has_pma_ngbaset_quirk()
Dphylink.c1492 devad = __ffs(phydev->c45_ids.devices_in_package); in phylink_phy_read()
1496 if (!(phydev->c45_ids.devices_in_package & MDIO_DEVS_AN)) in phylink_phy_read()
1532 devad = __ffs(phydev->c45_ids.devices_in_package); in phylink_phy_write()
1536 if (!(phydev->c45_ids.devices_in_package & MDIO_DEVS_AN)) in phylink_phy_write()
Dphy.c152 if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0))) in phy_restart_aneg()
514 if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0))) in phy_config_aneg()
/Linux-v5.4/include/linux/
Dphy.h324 u32 devices_in_package; member