Searched refs:clk_max (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/clk/tegra/ |
| H A D | clk.c | 256 struct clk *clks[], int clk_max) in tegra_init_dup_clks() argument 260 for (; dup_list->clk_id < clk_max; dup_list++) { in tegra_init_dup_clks() 268 struct clk *clks[], int clk_max) in tegra_init_from_table() argument 272 for (; tbl->clk_id < clk_max; tbl++) { in tegra_init_from_table() 282 if (tbl->parent_id < clk_max) { in tegra_init_from_table()
|
| H A D | clk.h | 845 struct clk *clks[], int clk_max); 848 struct clk *clks[], int clk_max);
|
| /linux/drivers/clk/zynq/ |
| H A D | clkc.c | 59 smc_aper, swdt, dbg_trc, dbg_apb, clk_max}; enumerator 62 static struct clk *clks[clk_max]; 229 const char *clk_output_name[clk_max]; in zynq_clk_setup() 239 for (i = 0; i < clk_max; i++) { in zynq_clk_setup() 367 zynq_clk_register_periph_clk(lqspi, clk_max, clk_output_name[lqspi], NULL, in zynq_clk_setup() 370 zynq_clk_register_periph_clk(smc, clk_max, clk_output_name[smc], NULL, in zynq_clk_setup() 373 zynq_clk_register_periph_clk(pcap, clk_max, clk_output_name[pcap], NULL, in zynq_clk_setup()
|
| /linux/drivers/clk/mxs/ |
| H A D | clk-imx23.c | 87 clk_max enumerator 90 static struct clk *clks[clk_max];
|
| H A D | clk-imx28.c | 142 clk_max enumerator 145 static struct clk *clks[clk_max];
|
| /linux/drivers/clk/imx/ |
| H A D | clk-imx35.c | 79 /* 81 */ gpu2d_gate, ckil, clk_max enumerator 82 static struct clk *clk[clk_max];
|
| H A D | clk-imx25.c | 72 wdt_ipg, cko_div, cko_sel, cko, clk_max enumerator 75 static struct clk *clk[clk_max];
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-stm32f7.c | 480 u32 clk_min, clk_max; in stm32f7_i2c_compute_timing() local 575 clk_max = NSEC_PER_SEC / RATE_MIN(setup->speed_freq); in stm32f7_i2c_compute_timing() 605 if ((tscl >= clk_min) && (tscl <= clk_max) && in stm32f7_i2c_compute_timing()
|