Searched refs:UTMIP_PLL_CFG2_STABLE_COUNT (Results 1 – 3 of 3) sorted by relevance
123 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xffff) << 6) macro885 reg &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in tegra30_utmi_param_configure()886 reg |= UTMIP_PLL_CFG2_STABLE_COUNT( in tegra30_utmi_param_configure()
90 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xffff) << 6) macro1042 reg &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in tegra124_utmi_param_configure()1043 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra124_utmi_param_configure()
119 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xffff) << 6) macro1015 reg &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in tegra114_utmi_param_configure()1016 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra114_utmi_param_configure()