Searched refs:clk_max (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/clk/tegra/ |
D | clk.c | 221 struct clk *clks[], int clk_max) in tegra_init_dup_clks() argument 225 for (; dup_list->clk_id < clk_max; dup_list++) { in tegra_init_dup_clks() 233 struct clk *clks[], int clk_max) in tegra_init_from_table() argument 237 for (; tbl->clk_id < clk_max; tbl++) { in tegra_init_from_table() 247 if (tbl->parent_id < clk_max) { in tegra_init_from_table()
|
D | clk.h | 625 struct clk *clks[], int clk_max); 628 struct clk *clks[], int clk_max);
|
/linux-4.4.14/drivers/clk/mxs/ |
D | clk-imx23.c | 93 clk_max enumerator 96 static struct clk *clks[clk_max];
|
D | clk-imx28.c | 148 clk_max enumerator 151 static struct clk *clks[clk_max];
|
/linux-4.4.14/drivers/clk/zynq/ |
D | clkc.c | 69 smc_aper, swdt, dbg_trc, dbg_apb, clk_max}; enumerator 72 static struct clk *clks[clk_max]; 234 const char *clk_output_name[clk_max]; in zynq_clk_setup() 244 for (i = 0; i < clk_max; i++) { in zynq_clk_setup()
|
/linux-4.4.14/drivers/clk/imx/ |
D | clk-imx31.c | 59 gacc_gate, emi_gate, rtic_gate, firi_gate, clk_max enumerator 62 static struct clk *clk[clk_max];
|
D | clk-imx35.c | 82 gpu2d_gate, ckil, clk_max enumerator 85 static struct clk *clk[clk_max];
|
D | clk-imx25.c | 84 wdt_ipg, cko_div, cko_sel, cko, clk_max enumerator 87 static struct clk *clk[clk_max];
|