Home
last modified time | relevance | path

Searched refs:c45_ids (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/phy/
Dphy_device.c153 struct phy_c45_device_ids *c45_ids) in phy_device_create() argument
176 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() argument
256 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 …]
Dbcm87xx.c182 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()
Dmdio_bus.c490 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()
Dteranetics.c97 return phydev->c45_ids.device_ids[3] == PHY_ID_TN2020; in teranetics_match_phy_device()
/linux-4.4.14/include/linux/
Dphy.h374 struct phy_c45_device_ids c45_ids; member
747 struct phy_c45_device_ids *c45_ids);