Home
last modified time | relevance | path

Searched refs:c45_ids (Results 1 – 3 of 3) 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 Das21xxx.c888 if (!phy_id_compare_vendor(phydev->c45_ids.device_ids[MDIO_MMD_PCS], in as21xxx_match_phy_device()