Home
last modified time | relevance | path

Searched refs:UTMIP_PLL_CFG2_STABLE_COUNT (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/clk/tegra/
Dclk-tegra30.c123 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xffff) << 6) macro
886 reg &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in tegra30_utmi_param_configure()
887 reg |= UTMIP_PLL_CFG2_STABLE_COUNT( in tegra30_utmi_param_configure()
Dclk-tegra114.c119 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xffff) << 6) macro
984 reg &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in tegra114_utmi_param_configure()
985 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra114_utmi_param_configure()
Dclk-tegra124.c98 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xffff) << 6) macro
1044 reg &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); in tegra124_utmi_param_configure()
1045 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra124_utmi_param_configure()