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

/linux-4.4.14/drivers/clk/tegra/
H A Dclk-tegra114.c117 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xffff) << 6) macro
986 reg &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); tegra114_utmi_param_configure()
987 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); tegra114_utmi_param_configure()
H A Dclk-tegra30.c122 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xffff) << 6) macro
885 reg &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); tegra30_utmi_param_configure()
886 reg |= UTMIP_PLL_CFG2_STABLE_COUNT( tegra30_utmi_param_configure()
H A Dclk-tegra124.c103 #define UTMIP_PLL_CFG2_STABLE_COUNT(x) (((x) & 0xffff) << 6) macro
1045 reg &= ~UTMIP_PLL_CFG2_STABLE_COUNT(~0); tegra124_utmi_param_configure()
1046 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); tegra124_utmi_param_configure()

Completed in 122 milliseconds