Searched refs:freq_khz (Results 1 – 5 of 5) sorted by relevance
89 u32 freq_khz = freq_hz / 1000; in pll_para_config() local96 postdiv1 = DIV_ROUND_UP(VCO_MIN_HZ / 1000, freq_khz); in pll_para_config()102 vco_khz = freq_khz * postdiv1 * postdiv2; in pll_para_config()
242 uint freq_khz = freq_hz / 1000; in pll_para_config() local249 no = DIV_ROUND_UP(VCO_MIN_KHZ, freq_khz); in pll_para_config()259 vco_khz = freq_khz * no; in pll_para_config()
377 u32 freq_khz = freq_hz / KHz; in pll_para_config() local384 postdiv1 = DIV_ROUND_UP(VCO_MIN_KHZ, freq_khz); in pll_para_config()390 vco_khz = freq_khz * postdiv1 * postdiv2; in pll_para_config()
686 u32 ref_ctrl = 0, val = 0, freq_khz; in get_sdram_ref_ctrl() local687 freq_khz = freq / 1000; in get_sdram_ref_ctrl()692 val = addressing->t_REFI_us_x10 * freq_khz / 10000; in get_sdram_ref_ctrl()
1240 u32 *freq_khz, u32 *voltage_mv) in stm32mp1_get_opp() argument1246 *freq_khz = 0; in stm32mp1_get_opp()1270 *freq_khz = (u32)read_freq_64; in stm32mp1_get_opp()
Completed in 17 milliseconds