Searched refs:c45_ids (Results 1 – 10 of 10) sorted by relevance
455 const int num_ids = ARRAY_SIZE(phydev->c45_ids.device_ids); in phy_bus_match()466 if (phydev->c45_ids.device_ids[i] == 0xffffffff) in phy_bus_match()470 (phydev->c45_ids.device_ids[i] & in phy_bus_match()552 struct phy_c45_device_ids *c45_ids) in phy_device_create() argument586 if (c45_ids) in phy_device_create()587 dev->c45_ids = *c45_ids; in phy_device_create()608 if (is_c45 && c45_ids) { in phy_device_create()609 const int num_ids = ARRAY_SIZE(c45_ids->device_ids); in phy_device_create()613 if (c45_ids->device_ids[i] == 0xffffffff) in phy_device_create()617 c45_ids->device_ids[i]); in phy_device_create()[all …]
180 return phydev->c45_ids.device_ids[4] == PHY_ID_BCM8706; in bcm8706_match_phy_device()185 return phydev->c45_ids.device_ids[4] == PHY_ID_BCM8727; in bcm8727_match_phy_device()
72 return phydev->c45_ids.device_ids[3] == PHY_ID_TN2020; in teranetics_match_phy_device()
371 (phydev->c45_ids.devices_in_package & mmd_mask) != mmd_mask) in mv3310_probe()448 if (!(phydev->c45_ids.devices_in_package & MDIO_DEVS_PMAPMD)) in mv3310_has_pma_ngbaset_quirk()452 return (phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] & in mv3310_has_pma_ngbaset_quirk()
222 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()
51 (phydev->c45_ids.devices_in_package & mmd_mask) != mmd_mask) in bcm84881_probe()
1820 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()2228 (phy->c45_ids.device_ids[1] & 0xfffffff0) == 0xae025150; in phylink_phy_no_inband()
165 if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0))) in phy_restart_aneg()682 if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0))) in phy_config_aneg()
549 struct phy_c45_device_ids c45_ids; member1351 struct phy_c45_device_ids *c45_ids);
12308 struct phy_c45_device_ids *c45_ids);