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) macro1161 value &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in clk_pllu_enable()1162 value |= UTMIP_PLL_CFG2_STABLE_COUNT(params->stable_count); in clk_pllu_enable()1784 value &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in clk_pllu_tegra114_enable()1785 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) macro2776 reg &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in tegra210_utmi_param_configure()2777 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra210_utmi_param_configure()