Searched refs:clk_max (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/clk/tegra/ |
D | clk.c | 206 struct clk *clks[], int clk_max) in tegra_init_dup_clks() argument 210 for (; dup_list->clk_id < clk_max; dup_list++) { in tegra_init_dup_clks() 218 struct clk *clks[], int clk_max) in tegra_init_from_table() argument 222 for (; tbl->clk_id < clk_max; tbl++) { in tegra_init_from_table() 232 if (tbl->parent_id < clk_max) { in tegra_init_from_table()
|
D | clk.h | 595 struct clk *clks[], int clk_max); 598 struct clk *clks[], int clk_max);
|
/linux-4.1.27/drivers/clk/mxs/ |
D | clk-imx23.c | 94 clk_max enumerator 97 static struct clk *clks[clk_max];
|
D | clk-imx28.c | 148 clk_max enumerator 151 static struct clk *clks[clk_max];
|
/linux-4.1.27/drivers/clk/zynq/ |
D | clkc.c | 68 smc_aper, swdt, dbg_trc, dbg_apb, clk_max}; enumerator 71 static struct clk *clks[clk_max]; 226 const char *clk_output_name[clk_max]; in zynq_clk_setup() 236 for (i = 0; i < clk_max; i++) { in zynq_clk_setup()
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk-imx31.c | 45 gacc_gate, emi_gate, rtic_gate, firi_gate, clk_max enumerator 48 static struct clk *clk[clk_max];
|
D | clk-imx35.c | 67 gpu2d_gate, clk_max enumerator 70 static struct clk *clk[clk_max];
|
D | clk-imx25.c | 86 wdt_ipg, cko_div, cko_sel, cko, clk_max enumerator 89 static struct clk *clk[clk_max];
|