Searched refs:rate_count (Results 1 - 5 of 5) sorted by relevance

/u-boot/drivers/clk/imx/
H A Dclk-fracn-gppll.c78 int rate_count; member in struct:clk_fracn_gppll
102 .rate_count = ARRAY_SIZE(fracn_tbl),
119 .rate_count = ARRAY_SIZE(int_tbl),
130 for (i = 0; i < pll->rate_count; i++)
144 for (i = 0; i < pll->rate_count; i++)
149 return rate_table[pll->rate_count - 1].rate;
180 for (i = 0; i < pll->rate_count; i++) {
348 pll->rate_count = pll_clk->rate_count;
H A Dclk-pll14xx.c51 int rate_count; member in struct:clk_pll14xx
98 .rate_count = ARRAY_SIZE(imx_pll1443x_tbl),
105 .rate_count = ARRAY_SIZE(imx_pll1443x_tbl),
113 .rate_count = ARRAY_SIZE(imx_pll1416x_tbl),
123 for (i = 0; i < pll->rate_count; i++)
420 pll->rate_count = pll_clk->rate_count;
H A Dclk.h41 int rate_count; member in struct:imx_pll14xx_clk
64 int rate_count; member in struct:imx_fracn_gppll_clk
/u-boot/drivers/clk/starfive/
H A Dclk-jh7110-pll.c73 int rate_count; member in struct:starfive_pllx_clk
84 int rate_count; member in struct:clk_jh7110_pllx
187 .rate_count = ARRAY_SIZE(jh7110_pll0_tbl),
194 .rate_count = ARRAY_SIZE(jh7110_pll1_tbl),
201 .rate_count = ARRAY_SIZE(jh7110_pll2_tbl),
207 for (int i = 0; i < pll->rate_count; i++)
343 pll->rate_count = pll_clk->rate_count;
/u-boot/drivers/clk/rockchip/
H A Dclk_px30.c166 unsigned int rate_count = ARRAY_SIZE(px30_pll_rates); local
169 for (i = 0; i < rate_count; i++) {
179 unsigned int rate_count = ARRAY_SIZE(px30_cpu_rates); local
182 for (i = 0; i < rate_count; i++) {

Completed in 52 milliseconds