Lines Matching refs:clk
37 struct clk *clk, *osc; in tegra_osc_clk_init() local
38 struct clk **dt_clk; in tegra_osc_clk_init()
62 clk = clk_register_fixed_factor(NULL, "clk_m", "osc", in tegra_osc_clk_init()
64 *dt_clk = clk; in tegra_osc_clk_init()
73 clk = clk_register_fixed_factor(NULL, "pll_ref", "osc", in tegra_osc_clk_init()
75 *dt_clk = clk; in tegra_osc_clk_init()
85 struct clk *clk; in tegra_fixed_clk_init() local
86 struct clk **dt_clk; in tegra_fixed_clk_init()
91 clk = clk_register_fixed_rate(NULL, "clk_32k", NULL, in tegra_fixed_clk_init()
93 *dt_clk = clk; in tegra_fixed_clk_init()
99 clk = clk_register_fixed_factor(NULL, "clk_m_div2", "clk_m", in tegra_fixed_clk_init()
101 *dt_clk = clk; in tegra_fixed_clk_init()
107 clk = clk_register_fixed_factor(NULL, "clk_m_div4", "clk_m", in tegra_fixed_clk_init()
109 *dt_clk = clk; in tegra_fixed_clk_init()