Home
last modified time | relevance | path

Searched refs:PHY_ID_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/phy/
H A Dnxp-tja11xx.c20 #define PHY_ID_MASK 0xfffffff0 macro
186 switch (phydev->phy_id & PHY_ID_MASK) { in tja11xx_wakeup()
313 switch (phydev->phy_id & PHY_ID_MASK) { in tja11xx_config_init()
638 if ((phydev->phy_id & PHY_ID_MASK) != PHY_ID_TJA1102) in tja1102_match_phy_device()
H A Dnxp-c45-tja11xx.c22 #define PHY_ID_MASK GENMASK(31, 4) macro
1976 return phy_id_compare(phydev->phy_id, PHY_ID_TJA_1103, PHY_ID_MASK) && in tja1103_match_phy_device()
1982 return phy_id_compare(phydev->phy_id, PHY_ID_TJA_1103, PHY_ID_MASK) && in tja1104_match_phy_device()
1988 return phy_id_compare(phydev->phy_id, PHY_ID_TJA_1120, PHY_ID_MASK) && in tja1120_match_phy_device()
1994 return phy_id_compare(phydev->phy_id, PHY_ID_TJA_1120, PHY_ID_MASK) && in tja1121_match_phy_device()
/linux-6.15/drivers/net/ethernet/ti/
H A Ddavinci_mdio.c39 #define PHY_ID_MASK 0x1f macro
414 if (phy_reg & ~PHY_REG_MASK || phy_id & ~PHY_ID_MASK) in davinci_mdio_read()
456 if (phy_reg & ~PHY_REG_MASK || phy_id & ~PHY_ID_MASK) in davinci_mdio_write()