Searched refs:freq_hz (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/clk/rockchip/ |
| H A D | clk_rk3368.c | 129 struct pll_div *rkclk_get_pll_config(ulong freq_hz) in rkclk_get_pll_config() argument 135 if (freq_hz == rk3368_pll_rates[i].rate) in rkclk_get_pll_config() 141 static int pll_para_config(ulong freq_hz, struct pll_div *div, uint *ext_div) in pll_para_config() argument 150 uint freq_khz = freq_hz / 1000; in pll_para_config() 152 if (!freq_hz) { in pll_para_config() 159 *ext_div = DIV_ROUND_UP(PLL_LIMIT_FREQ, freq_hz); in pll_para_config() 163 best_div = rkclk_get_pll_config(freq_hz * (*ext_div)); in pll_para_config() 182 __func__, freq_hz); in pll_para_config() 215 __func__, freq_hz, best_diff_khz * 1000); in pll_para_config()
|
| H A D | clk_rk3288.c | 223 struct pll_div *rkclk_get_pll_config(ulong freq_hz) in rkclk_get_pll_config() argument 229 if (freq_hz == rk3288_pll_rates[i].rate) in rkclk_get_pll_config() 355 static int pll_para_config(ulong freq_hz, struct pll_div *div, uint *ext_div) in pll_para_config() argument 364 uint freq_khz = freq_hz / 1000; in pll_para_config() 366 if (!freq_hz) { in pll_para_config() 373 *ext_div = DIV_ROUND_UP(PLL_LIMIT_FREQ, freq_hz); in pll_para_config() 377 best_div = rkclk_get_pll_config(freq_hz * (*ext_div)); in pll_para_config() 396 __func__, freq_hz); in pll_para_config() 429 __func__, freq_hz, best_diff_khz * 1000); in pll_para_config()
|
| H A D | clk_rk3399.c | 445 static int pll_para_config(u32 freq_hz, struct pll_div *div) in pll_para_config() argument 454 u32 freq_khz = freq_hz / KHz; in pll_para_config() 456 if (!freq_hz) { in pll_para_config() 472 " for Frequency (%uHz).\n", __func__, freq_hz); in pll_para_config() 502 "difference is %u Hz,exceed 4MHZ\n", __func__, freq_hz, in pll_para_config()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | sfi.h | 107 u32 freq_hz; /* in HZ */ member
|