Lines Matching refs:clk
38 struct clk *clk, *osc; in tegra_osc_clk_init() local
39 struct clk **dt_clk; in tegra_osc_clk_init()
63 clk = clk_register_fixed_factor(NULL, "clk_m", "osc", in tegra_osc_clk_init()
65 *dt_clk = clk; in tegra_osc_clk_init()
74 clk = clk_register_fixed_factor(NULL, "pll_ref", "osc", in tegra_osc_clk_init()
76 *dt_clk = clk; in tegra_osc_clk_init()
86 struct clk *clk; in tegra_fixed_clk_init() local
87 struct clk **dt_clk; in tegra_fixed_clk_init()
92 clk = clk_register_fixed_rate(NULL, "clk_32k", NULL, in tegra_fixed_clk_init()
94 *dt_clk = clk; in tegra_fixed_clk_init()
100 clk = clk_register_fixed_factor(NULL, "clk_m_div2", "clk_m", in tegra_fixed_clk_init()
102 *dt_clk = clk; in tegra_fixed_clk_init()
108 clk = clk_register_fixed_factor(NULL, "clk_m_div4", "clk_m", in tegra_fixed_clk_init()
110 *dt_clk = clk; in tegra_fixed_clk_init()