Searched refs:PHY_ID_MASK (Results 1 – 3 of 3) sorted by relevance
20 #define PHY_ID_MASK 0xfffffff0 macro186 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()
22 #define PHY_ID_MASK GENMASK(31, 4) macro1976 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()
39 #define PHY_ID_MASK 0x1f macro414 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()