/kernel/linux/linux-5.10/drivers/clk/tegra/ |
H A D | clk.c | 253 struct clk *clks[], int clk_max) in tegra_init_dup_clks() 257 for (; dup_list->clk_id < clk_max; dup_list++) { in tegra_init_dup_clks() 265 struct clk *clks[], int clk_max) in tegra_init_from_table() 269 for (; tbl->clk_id < clk_max; tbl++) { in tegra_init_from_table() 279 if (tbl->parent_id < clk_max) { in tegra_init_from_table() 252 tegra_init_dup_clks(struct tegra_clk_duplicate *dup_list, struct clk *clks[], int clk_max) tegra_init_dup_clks() argument 264 tegra_init_from_table(struct tegra_clk_init_table *tbl, struct clk *clks[], int clk_max) tegra_init_from_table() argument
|
H A D | clk.h | 850 struct clk *clks[], int clk_max); 853 struct clk *clks[], int clk_max);
|
/kernel/linux/linux-6.6/drivers/clk/tegra/ |
H A D | clk.c | 258 struct clk *clks[], int clk_max) in tegra_init_dup_clks() 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() 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() 257 tegra_init_dup_clks(struct tegra_clk_duplicate *dup_list, struct clk *clks[], int clk_max) tegra_init_dup_clks() argument 269 tegra_init_from_table(struct tegra_clk_init_table *tbl, struct clk *clks[], int clk_max) tegra_init_from_table() argument
|
H A D | clk.h | 846 struct clk *clks[], int clk_max); 849 struct clk *clks[], int clk_max);
|
/kernel/linux/linux-6.6/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]; 221 const char *clk_output_name[clk_max]; in zynq_clk_setup() 231 for (i = 0; i < clk_max; i++) { in zynq_clk_setup() 359 zynq_clk_register_periph_clk(lqspi, clk_max, clk_output_name[lqspi], NULL, in zynq_clk_setup() 362 zynq_clk_register_periph_clk(smc, clk_max, clk_output_name[smc], NULL, in zynq_clk_setup() 365 zynq_clk_register_periph_clk(pcap, clk_max, clk_output_name[pcap], NULL, in zynq_clk_setup()
|
/kernel/linux/linux-5.10/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];
|
/kernel/linux/linux-6.6/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];
|
/kernel/linux/linux-5.10/drivers/clk/zynq/ |
H A D | clkc.c | 58 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()
|
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A D | clk-imx31.c | 48 gacc_gate, emi_gate, rtic_gate, firi_gate, clk_max enumerator 51 static struct clk *clk[clk_max];
|
H A D | clk-imx25.c | 71 wdt_ipg, cko_div, cko_sel, cko, clk_max enumerator 74 static struct clk *clk[clk_max];
|
H A D | clk-imx35.c | 80 /* 81 */ gpu2d_gate, ckil, clk_max enumerator 83 static struct clk *clk[clk_max];
|
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-imx31.c | 47 gacc_gate, emi_gate, rtic_gate, firi_gate, clk_max enumerator 50 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];
|
H A D | clk-imx35.c | 79 /* 81 */ gpu2d_gate, ckil, clk_max enumerator 82 static struct clk *clk[clk_max];
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | tc358767.c | 518 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()
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-stm32f7.c | 441 u32 clk_min, clk_max; in stm32f7_i2c_compute_timing() local 542 clk_max = NSEC_PER_SEC / RATE_MIN(setup->speed_freq); in stm32f7_i2c_compute_timing() 572 if ((tscl >= clk_min) && (tscl <= clk_max) && in stm32f7_i2c_compute_timing()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-stm32f7.c | 460 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()
|