Searched refs:PHY_MRVL_COPPER_CONTROL_RESET_BIT (Results 1 – 2 of 2) sorted by relevance
48 #define PHY_MRVL_COPPER_CONTROL_RESET_BIT (1 << 15) macro
211 phy_data |= PHY_MRVL_COPPER_CONTROL_RESET_BIT; in phy_xlnx_gem_marvell_alaska_reset()216 while (((phy_data & PHY_MRVL_COPPER_CONTROL_RESET_BIT) != 0) && (retries++ < 10)) { in phy_xlnx_gem_marvell_alaska_reset()