Searched refs:UTMIP_PLL_CFG2_STABLE_COUNT (Results 1 – 2 of 2) sorted by relevance
193 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xfff) << 6) macro1164 value &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in clk_pllu_enable()1165 value |= UTMIP_PLL_CFG2_STABLE_COUNT(params->stable_count); in clk_pllu_enable()1787 value &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in clk_pllu_tegra114_enable()1788 value |= UTMIP_PLL_CFG2_STABLE_COUNT(params->stable_count); in clk_pllu_tegra114_enable()
159 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xfff) << 6) macro2827 reg &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in tegra210_utmi_param_configure()2828 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra210_utmi_param_configure()