Searched refs:c45_ids (Results 1 – 2 of 2) sorted by relevance
156 bool is_c45, struct phy_c45_device_ids *c45_ids) in phy_device_create() argument180 if (c45_ids) in phy_device_create()181 dev->c45_ids = *c45_ids; in phy_device_create()224 struct phy_c45_device_ids *c45_ids) { in get_phy_c45_ids() argument227 const int num_ids = ARRAY_SIZE(c45_ids->device_ids); in get_phy_c45_ids()233 i < num_ids && c45_ids->devices_in_package == 0; in get_phy_c45_ids()239 c45_ids->devices_in_package = (phy_reg & 0xffff) << 16; in get_phy_c45_ids()245 c45_ids->devices_in_package |= (phy_reg & 0xffff); in get_phy_c45_ids()250 if ((c45_ids->devices_in_package & 0x1fffffff) == 0x1fffffff) { in get_phy_c45_ids()258 if (!(c45_ids->devices_in_package & (1 << i))) in get_phy_c45_ids()[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()