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()222 struct phy_c45_device_ids *c45_ids) { in get_phy_c45_ids() argument225 const int num_ids = ARRAY_SIZE(c45_ids->device_ids); in get_phy_c45_ids()231 i < num_ids && c45_ids->devices_in_package == 0; in get_phy_c45_ids()237 c45_ids->devices_in_package = (phy_reg & 0xffff) << 16; in get_phy_c45_ids()243 c45_ids->devices_in_package |= (phy_reg & 0xffff); in get_phy_c45_ids()248 if ((c45_ids->devices_in_package & 0x1fffffff) == 0x1fffffff) { in get_phy_c45_ids()256 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()
1339 u32 mmd_mask = phydev->c45_ids.devices_in_package; in __amd_xgbe_phy_config_aneg()1441 u32 mmd_mask = phydev->c45_ids.devices_in_package; in amd_xgbe_phy_read_status()1869 return phydev->c45_ids.device_ids[MDIO_MMD_PCS] == XGBE_PHY_ID; in amd_xgbe_match_phy_device()
198 phydev->c45_ids.devices_in_package); in xgbe_dump_phy_registers()199 for (i = 0; i < ARRAY_SIZE(phydev->c45_ids.device_ids); i++) in xgbe_dump_phy_registers()201 phydev->c45_ids.device_ids[i]); in xgbe_dump_phy_registers()238 !phydev->c45_ids.device_ids[MDIO_MMD_PCS]) { in xgbe_mdio_register()244 MDIO_ID_ARGS(phydev->c45_ids.device_ids[MDIO_MMD_PCS])); in xgbe_mdio_register()
365 struct phy_c45_device_ids c45_ids; member714 struct phy_c45_device_ids *c45_ids);