Searched refs:pll_u_params (Results 1 - 4 of 4) sorted by relevance

/drivers/clk/tegra/
H A Dclk-tegra114.c504 static struct tegra_clk_pll_params pll_u_params = { variable in typeref:struct:tegra_clk_pll_params
1127 val = readl(clk_base + pll_u_params.base_reg);
1129 writel(val, clk_base + pll_u_params.base_reg);
1132 &pll_u_params, &pll_u_lock);
H A Dclk-tegra124.c708 static struct tegra_clk_pll_params pll_u_params = { variable in typeref:struct:tegra_clk_pll_params
1211 val = readl(clk_base + pll_u_params.base_reg);
1213 writel(val, clk_base + pll_u_params.base_reg);
1216 &pll_u_params, &pll_u_lock);
H A Dclk-tegra20.c378 static struct tegra_clk_pll_params pll_u_params = { variable in typeref:struct:tegra_clk_pll_params
674 &pll_u_params, NULL);
H A Dclk-tegra30.c528 static struct tegra_clk_pll_params pll_u_params = { variable in typeref:struct:tegra_clk_pll_params
967 &pll_u_params, NULL);

Completed in 64 milliseconds