Home
last modified time | relevance | path

Searched refs:clk_max (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/clk/tegra/
Dclk.c227 struct clk *clks[], int clk_max) in tegra_init_dup_clks() argument
231 for (; dup_list->clk_id < clk_max; dup_list++) { in tegra_init_dup_clks()
239 struct clk *clks[], int clk_max) in tegra_init_from_table() argument
243 for (; tbl->clk_id < clk_max; tbl++) { in tegra_init_from_table()
253 if (tbl->parent_id < clk_max) { in tegra_init_from_table()
Dclk.h772 struct clk *clks[], int clk_max);
775 struct clk *clks[], int clk_max);
/Linux-v5.4/drivers/clk/mxs/
Dclk-imx23.c87 clk_max enumerator
90 static struct clk *clks[clk_max];
Dclk-imx28.c142 clk_max enumerator
145 static struct clk *clks[clk_max];
/Linux-v5.4/drivers/clk/zynq/
Dclkc.c58 smc_aper, swdt, dbg_trc, dbg_apb, clk_max}; enumerator
61 static struct clk *clks[clk_max];
223 const char *clk_output_name[clk_max]; in zynq_clk_setup()
233 for (i = 0; i < clk_max; i++) { in zynq_clk_setup()
/Linux-v5.4/drivers/clk/imx/
Dclk-imx31.c48 gacc_gate, emi_gate, rtic_gate, firi_gate, clk_max enumerator
51 static struct clk *clk[clk_max];
Dclk-imx25.c71 wdt_ipg, cko_div, cko_sel, cko, clk_max enumerator
74 static struct clk *clk[clk_max];
Dclk-imx35.c80 /* 81 */ gpu2d_gate, ckil, clk_max enumerator
83 static struct clk *clk[clk_max];
/Linux-v5.4/drivers/i2c/busses/
Di2c-stm32f7.c389 u32 clk_min, clk_max; in stm32f7_i2c_compute_timing() local
495 clk_max = NSEC_PER_SEC / i2c_specs[setup->speed].rate_min; in stm32f7_i2c_compute_timing()
525 if ((tscl >= clk_min) && (tscl <= clk_max) && in stm32f7_i2c_compute_timing()