Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/clk/tegra/
A Dclk.c258 struct clk *clks[], int clk_max) in tegra_init_dup_clks() argument
262 for (; dup_list->clk_id < clk_max; dup_list++) { in tegra_init_dup_clks()
270 struct clk *clks[], int clk_max) in tegra_init_from_table() argument
274 for (; tbl->clk_id < clk_max; tbl++) { in tegra_init_from_table()
284 if (tbl->parent_id < clk_max) { in tegra_init_from_table()
A Dclk.h846 struct clk *clks[], int clk_max);
849 struct clk *clks[], int clk_max);
/linux-6.3-rc2/drivers/clk/zynq/
A Dclkc.c58 smc_aper, swdt, dbg_trc, dbg_apb, clk_max}; enumerator
61 static struct clk *clks[clk_max];
220 const char *clk_output_name[clk_max]; in zynq_clk_setup()
230 for (i = 0; i < clk_max; i++) { in zynq_clk_setup()
358 zynq_clk_register_periph_clk(lqspi, clk_max, clk_output_name[lqspi], NULL, in zynq_clk_setup()
361 zynq_clk_register_periph_clk(smc, clk_max, clk_output_name[smc], NULL, in zynq_clk_setup()
364 zynq_clk_register_periph_clk(pcap, clk_max, clk_output_name[pcap], NULL, in zynq_clk_setup()
/linux-6.3-rc2/drivers/clk/mxs/
A Dclk-imx23.c87 clk_max enumerator
90 static struct clk *clks[clk_max];
A Dclk-imx28.c142 clk_max enumerator
145 static struct clk *clks[clk_max];
/linux-6.3-rc2/drivers/clk/imx/
A Dclk-imx31.c48 gacc_gate, emi_gate, rtic_gate, firi_gate, clk_max enumerator
51 static struct clk *clk[clk_max];
A Dclk-imx35.c80 /* 81 */ gpu2d_gate, ckil, clk_max enumerator
83 static struct clk *clk[clk_max];
A Dclk-imx25.c71 wdt_ipg, cko_div, cko_sel, cko, clk_max enumerator
74 static struct clk *clk[clk_max];
/linux-6.3-rc2/drivers/gpu/drm/bridge/
A Dtc358767.c518 int clk_min, clk_max; in tc_pxl_pll_en() local
530 clk_max = 100000000; in tc_pxl_pll_en()
533 clk_max = 650000000; in tc_pxl_pll_en()
562 if ((clk > clk_max) || (clk < clk_min)) in tc_pxl_pll_en()
/linux-6.3-rc2/drivers/i2c/busses/
A Di2c-stm32f7.c460 u32 clk_min, clk_max; in stm32f7_i2c_compute_timing() local
562 clk_max = NSEC_PER_SEC / RATE_MIN(setup->speed_freq); in stm32f7_i2c_compute_timing()
592 if ((tscl >= clk_min) && (tscl <= clk_max) && in stm32f7_i2c_compute_timing()

Completed in 31 milliseconds