Home
last modified time | relevance | path

Searched refs:drate (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.4/arch/unicore32/kernel/
Dclock.c303 unsigned long drate; member
305 {.prate = 0x00100800, .drate = 44236800},
306 {.prate = 0x00100C00, .drate = 66355200},
307 {.prate = 0x00101000, .drate = 88473600},
308 {.prate = 0x00101400, .drate = 110592000},
309 {.prate = 0x00101800, .drate = 132710400},
310 {.prate = 0x00101C01, .drate = 154828800},
311 {.prate = 0x00102001, .drate = 176947200},
312 {.prate = 0x00102401, .drate = 199065600},
313 {.prate = 0x00102801, .drate = 221184000},
[all …]
/Linux-v5.4/drivers/clk/rockchip/
Dclk-pll.c64 unsigned long drate, unsigned long *prate) in rockchip_pll_round_rate() argument
72 if (drate >= rate_table[i].rate) in rockchip_pll_round_rate()
237 static int rockchip_rk3036_pll_set_rate(struct clk_hw *hw, unsigned long drate, in rockchip_rk3036_pll_set_rate() argument
244 __func__, __clk_get_name(hw->clk), drate, prate); in rockchip_rk3036_pll_set_rate()
247 rate = rockchip_get_pll_settings(pll, drate); in rockchip_rk3036_pll_set_rate()
250 drate, __clk_get_name(hw->clk)); in rockchip_rk3036_pll_set_rate()
290 unsigned long drate; in rockchip_rk3036_pll_init() local
295 drate = clk_hw_get_rate(hw); in rockchip_rk3036_pll_init()
296 rate = rockchip_get_pll_settings(pll, drate); in rockchip_rk3036_pll_init()
305 drate); in rockchip_rk3036_pll_init()
[all …]
Dclk-ddr.c29 static int rockchip_ddrclk_sip_set_rate(struct clk_hw *hw, unsigned long drate, in rockchip_ddrclk_sip_set_rate() argument
37 arm_smccc_smc(ROCKCHIP_SIP_DRAM_FREQ, drate, 0, in rockchip_ddrclk_sip_set_rate()
/Linux-v5.4/drivers/clk/spear/
Dclk-vco-pll.c84 static long clk_pll_round_rate_index(struct clk_hw *hw, unsigned long drate, in clk_pll_round_rate_index() argument
102 if (drate < rate) { in clk_pll_round_rate_index()
116 static long clk_pll_round_rate(struct clk_hw *hw, unsigned long drate, in clk_pll_round_rate() argument
121 return clk_pll_round_rate_index(hw, drate, prate, &unused); in clk_pll_round_rate()
144 static int clk_pll_set_rate(struct clk_hw *hw, unsigned long drate, in clk_pll_set_rate() argument
152 clk_pll_round_rate_index(hw, drate, NULL, &i); in clk_pll_set_rate()
182 static long clk_vco_round_rate(struct clk_hw *hw, unsigned long drate, in clk_vco_round_rate() argument
188 return clk_round_rate_index(hw, drate, *prate, vco_calc_rate, in clk_vco_round_rate()
230 static int clk_vco_set_rate(struct clk_hw *hw, unsigned long drate, in clk_vco_set_rate() argument
238 clk_round_rate_index(hw, drate, prate, vco_calc_rate, vco->rtbl_cnt, in clk_vco_set_rate()
Dclk-frac-synth.c58 static long clk_frac_round_rate(struct clk_hw *hw, unsigned long drate, in clk_frac_round_rate() argument
64 return clk_round_rate_index(hw, drate, *prate, frac_calc_rate, in clk_frac_round_rate()
95 static int clk_frac_set_rate(struct clk_hw *hw, unsigned long drate, in clk_frac_set_rate() argument
103 clk_round_rate_index(hw, drate, prate, frac_calc_rate, frac->rtbl_cnt, in clk_frac_set_rate()
Dclk-gpt-synth.c45 static long clk_gpt_round_rate(struct clk_hw *hw, unsigned long drate, in clk_gpt_round_rate() argument
51 return clk_round_rate_index(hw, drate, *prate, gpt_calc_rate, in clk_gpt_round_rate()
80 static int clk_gpt_set_rate(struct clk_hw *hw, unsigned long drate, in clk_gpt_set_rate() argument
88 clk_round_rate_index(hw, drate, prate, gpt_calc_rate, gpt->rtbl_cnt, in clk_gpt_set_rate()
Dclk.c16 long clk_round_rate_index(struct clk_hw *hw, unsigned long drate, in clk_round_rate_index() argument
25 if (drate < rate) { in clk_round_rate_index()
Dclk-aux-synth.c55 static long clk_aux_round_rate(struct clk_hw *hw, unsigned long drate, in clk_aux_round_rate() argument
61 return clk_round_rate_index(hw, drate, *prate, aux_calc_rate, in clk_aux_round_rate()
99 static int clk_aux_set_rate(struct clk_hw *hw, unsigned long drate, in clk_aux_set_rate() argument
107 clk_round_rate_index(hw, drate, prate, aux_calc_rate, aux->rtbl_cnt, in clk_aux_set_rate()
Dclk.h130 long clk_round_rate_index(struct clk_hw *hw, unsigned long drate,
/Linux-v5.4/drivers/clk/samsung/
Dclk-pll.c50 unsigned long drate, unsigned long *prate) in samsung_pll_round_rate() argument
58 if (drate >= rate_table[i].rate) in samsung_pll_round_rate()
204 static int samsung_pll35xx_set_rate(struct clk_hw *hw, unsigned long drate, in samsung_pll35xx_set_rate() argument
212 rate = samsung_get_pll_settings(pll, drate); in samsung_pll35xx_set_rate()
215 drate, clk_hw_get_name(hw)); in samsung_pll35xx_set_rate()
317 static int samsung_pll36xx_set_rate(struct clk_hw *hw, unsigned long drate, in samsung_pll36xx_set_rate() argument
324 rate = samsung_get_pll_settings(pll, drate); in samsung_pll36xx_set_rate()
327 drate, clk_hw_get_name(hw)); in samsung_pll36xx_set_rate()
434 static int samsung_pll45xx_set_rate(struct clk_hw *hw, unsigned long drate, in samsung_pll45xx_set_rate() argument
443 rate = samsung_get_pll_settings(pll, drate); in samsung_pll45xx_set_rate()
[all …]
Dclk-cpu.c106 unsigned long drate, unsigned long *prate) in exynos_cpuclk_round_rate() argument
109 *prate = clk_hw_round_rate(parent, drate); in exynos_cpuclk_round_rate()
/Linux-v5.4/drivers/clk/mmp/
Dclk-frac.c27 static long clk_factor_round_rate(struct clk_hw *hw, unsigned long drate, in clk_factor_round_rate() argument
38 if (rate > drate) in clk_factor_round_rate()
44 if ((drate - prev_rate) > (rate - drate)) in clk_factor_round_rate()
74 static int clk_factor_set_rate(struct clk_hw *hw, unsigned long drate, in clk_factor_set_rate() argument
87 if (rate > drate) in clk_factor_set_rate()
/Linux-v5.4/drivers/clk/imx/
Dclk-pll14xx.c160 static int clk_pll1416x_set_rate(struct clk_hw *hw, unsigned long drate, in clk_pll1416x_set_rate() argument
168 rate = imx_get_pll_settings(pll, drate); in clk_pll1416x_set_rate()
171 drate, clk_hw_get_name(hw)); in clk_pll1416x_set_rate()
226 static int clk_pll1443x_set_rate(struct clk_hw *hw, unsigned long drate, in clk_pll1443x_set_rate() argument
234 rate = imx_get_pll_settings(pll, drate); in clk_pll1443x_set_rate()
237 drate, clk_hw_get_name(hw)); in clk_pll1443x_set_rate()
/Linux-v5.4/arch/arm/mach-vexpress/
Dspc.c508 static long spc_round_rate(struct clk_hw *hw, unsigned long drate, in spc_round_rate() argument
513 return ve_spc_round_performance(spc->cluster, drate); in spc_round_rate()
/Linux-v5.4/drivers/clk/st/
Dclkgen-fsyn.c713 static long quadfs_find_best_rate(struct clk_hw *hw, unsigned long drate, in quadfs_find_best_rate() argument
725 if (!clk_fs_get_params(prate, drate, params)) in quadfs_find_best_rate()
/Linux-v5.4/drivers/video/fbdev/sis/
Dsis_main.c1221 unsigned int drate = 0, hrate = 0; in sisfb_do_set_var() local
1249 drate = 1000000000 / pixclock; in sisfb_do_set_var()
1250 hrate = (drate * 1000) / htotal; in sisfb_do_set_var()
1467 unsigned int drate = 0, hrate = 0, maxyres; in sisfb_check_var() local
1553 drate = 1000000000 / pixclock; in sisfb_check_var()
1554 hrate = (drate * 1000) / htotal; in sisfb_check_var()
1571 drate = 1000000000 / pixclock; in sisfb_check_var()
1572 hrate = (drate * 1000) / htotal; in sisfb_check_var()