Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dphy_device.c526 const int num_ids = ARRAY_SIZE(phydev->c45_ids.device_ids); in genphy_match_phy_device()
530 if (phydev->c45_ids.device_ids[i] == 0xffffffff) in genphy_match_phy_device()
533 if (phy_id_compare(phydev->c45_ids.device_ids[i], in genphy_match_phy_device()
622 (unsigned long)phydev->c45_ids.device_ids[n]); \
702 if (i >= ARRAY_SIZE(phydev->c45_ids.device_ids) || in phy_mmd_is_visible()
703 phydev->c45_ids.device_ids[i] == 0xffffffff) in phy_mmd_is_visible()
750 struct phy_c45_device_ids *c45_ids) in phy_device_create() argument
786 if (c45_ids) in phy_device_create()
787 dev->c45_ids = *c45_ids; in phy_device_create()
816 if (is_c45 && c45_ids) { in phy_device_create()
[all …]
H A Dmarvell-88q2xxx.c897 bool is_rev_b1 = phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] == PHY_ID_88Q2220_REVB1; in mv88q222x_revb1_revb2_config_init()
921 if (phydev->c45_ids.device_ids[MDIO_MMD_PMAPMD] == PHY_ID_88Q2220_REVB0) in mv88q222x_config_init()
H A Dphy.c188 if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0))) in phy_restart_aneg()
992 if (phydev->is_c45 && !(phydev->c45_ids.devices_in_package & BIT(0))) in phy_config_aneg()
H A Dphylink.c3396 devad = __ffs(phydev->c45_ids.mmds_present); in phylink_phy_read()
3400 if (!(phydev->c45_ids.mmds_present & MDIO_DEVS_AN)) in phylink_phy_read()
3438 devad = __ffs(phydev->c45_ids.mmds_present); in phylink_phy_write()
3442 if (!(phydev->c45_ids.mmds_present & MDIO_DEVS_AN)) in phylink_phy_write()
H A Das21xxx.c888 if (!phy_id_compare_vendor(phydev->c45_ids.device_ids[MDIO_MMD_PCS], in as21xxx_match_phy_device()
/linux/drivers/net/phy/realtek/
H A Drealtek_main.c1870 return is_c45 && (id == phydev->c45_ids.device_ids[1]); in rtlgen_is_c45_match()