Searched refs:PHY_ID_MASK (Results 1 – 2 of 2) sorted by relevance
22 #define PHY_ID_MASK 0xFFFFFFF0 macro110 .mask = PHY_ID_MASK,121 .mask = PHY_ID_MASK,
52 #define PHY_ID_MASK 0x1f macro82 if (phy_reg & ~PHY_REG_MASK || phy_id & ~PHY_ID_MASK) in cpsw_mdio_read()108 if (phy_reg & ~PHY_REG_MASK || phy_id & ~PHY_ID_MASK) in cpsw_mdio_write()
Completed in 4 milliseconds