Searched refs:PHY_REG_MASK (Results 1 – 4 of 4) sorted by relevance
47 #define PHY_REG_MASK 0x1f macro78 if (phy_reg & ~PHY_REG_MASK || phy_id & ~PHY_ID_MASK) in cpsw_mdio_read()104 if (phy_reg & ~PHY_REG_MASK || phy_id & ~PHY_ID_MASK) in cpsw_mdio_write()
38 #define PHY_REG_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()
82 #define PHY_REG_MASK 0x1F macro
2278 reg_addr &= PHY_REG_MASK; in e1000_sw_lcd_config_ich8lan()