Searched refs:UTMIP_PLL_CFG2_STABLE_COUNT (Results 1 – 2 of 2) sorted by relevance
204 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xfff) << 6) macro1120 value &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in clk_pllu_enable()1121 value |= UTMIP_PLL_CFG2_STABLE_COUNT(params->stable_count); in clk_pllu_enable()1737 value &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in clk_pllu_tegra114_enable()1738 value |= UTMIP_PLL_CFG2_STABLE_COUNT(params->stable_count); in clk_pllu_tegra114_enable()
167 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xfff) << 6) macro2763 reg &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in tegra210_utmi_param_configure()2764 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra210_utmi_param_configure()