Searched refs:c45_ids (Results 1 – 5 of 5) sorted by relevance
153 struct phy_c45_device_ids *c45_ids) in phy_device_create() argument176 if (c45_ids) in phy_device_create()177 dev->c45_ids = *c45_ids; in phy_device_create()253 struct phy_c45_device_ids *c45_ids) { in get_phy_c45_ids() argument256 const int num_ids = ARRAY_SIZE(c45_ids->device_ids); in get_phy_c45_ids()257 u32 *devs = &c45_ids->devices_in_package; in get_phy_c45_ids()288 if (!(c45_ids->devices_in_package & (1 << i))) in get_phy_c45_ids()295 c45_ids->device_ids[i] = (phy_reg & 0xffff) << 16; in get_phy_c45_ids()301 c45_ids->device_ids[i] |= (phy_reg & 0xffff); in get_phy_c45_ids()324 bool is_c45, struct phy_c45_device_ids *c45_ids) in get_phy_id() argument[all …]
182 return phydev->c45_ids.device_ids[4] == PHY_ID_BCM8706; in bcm8706_match_phy_device()187 return phydev->c45_ids.device_ids[4] == PHY_ID_BCM8727; in bcm8727_match_phy_device()
490 const int num_ids = ARRAY_SIZE(phydev->c45_ids.device_ids); in mdio_bus_match()501 if (!(phydev->c45_ids.devices_in_package & (1 << i))) in mdio_bus_match()505 (phydev->c45_ids.device_ids[i] & in mdio_bus_match()
97 return phydev->c45_ids.device_ids[3] == PHY_ID_TN2020; in teranetics_match_phy_device()
374 struct phy_c45_device_ids c45_ids; member747 struct phy_c45_device_ids *c45_ids);