/drivers/clk/tegra/ |
D | clk.c | 29 struct clk *clks[], int clk_max) in tegra_init_dup_clks() argument 33 for (; dup_list->clk_id < clk_max; dup_list++) { in tegra_init_dup_clks() 41 struct clk *clks[], int clk_max) in tegra_init_from_table() argument 45 for (; tbl->clk_id < clk_max; tbl++) { in tegra_init_from_table() 50 if (tbl->parent_id < clk_max) { in tegra_init_from_table()
|
D | clk-tegra20.c | 244 pll_x, cop, audio, pll_ref, twd, clk_max, enumerator 247 static struct clk *clks[clk_max]; 1227 {pll_p, clk_max, 216000000, 1}, 1228 {pll_p_out1, clk_max, 28800000, 1}, 1229 {pll_p_out2, clk_max, 48000000, 1}, 1230 {pll_p_out3, clk_max, 72000000, 1}, 1231 {pll_p_out4, clk_max, 24000000, 1}, 1232 {pll_c, clk_max, 600000000, 1}, 1233 {pll_c_out1, clk_max, 120000000, 1}, 1235 {hclk, clk_max, 0, 1}, [all …]
|
D | clk-tegra30.c | 344 hclk, pclk, clk_out_1_mux = 300, clk_max enumerator 347 static struct clk *clks[clk_max]; 1892 {pll_a, clk_max, 564480000, 1}, 1893 {pll_a_out0, clk_max, 11289600, 1}, 1896 {clk_out_1, clk_max, 0, 1}, 1897 {blink, clk_max, 0, 1}, 1906 {pll_m, clk_max, 0, 1}, 1907 {pclk, clk_max, 0, 1}, 1908 {csite, clk_max, 0, 1}, 1909 {emc, clk_max, 0, 1}, [all …]
|
D | clk-tegra114.c | 770 dsib_mux, clk_max, enumerator 936 static struct clk *clks[clk_max]; 2015 {pll_a, clk_max, 564480000, 1}, 2016 {pll_a_out0, clk_max, 11289600, 1}, 2019 {clk_out_1, clk_max, 0, 1}, 2025 {clk_max, clk_max, 0, 0}, /* This MUST be the last entry. */ 2030 tegra_init_from_table(init_table, clks, clk_max); in tegra114_clock_apply_init_table()
|
D | clk.h | 569 struct clk *clks[], int clk_max); 572 struct clk *clks[], int clk_max);
|
/drivers/clk/mxs/ |
D | clk-imx23.c | 92 clk_max enumerator 95 static struct clk *clks[clk_max];
|
D | clk-imx28.c | 147 clk_max enumerator 150 static struct clk *clks[clk_max];
|