Home
last modified time | relevance | path

Searched refs:pllfm_range (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_pll.c108 uint32_t pllfm_range; in ti_pll_consider_entry() local
112 pllfm_range = (uint32_t) (1U << pllfm_bits); in ti_pll_consider_entry()
113 pllfm_mask = pllfm_range - 1U; in ti_pll_consider_entry()
405 uint32_t pllfm_range; in ti_pll_consider_fractional() local
417 pllfm_range = (uint32_t) (1U << data->data->pllfm_bits); in ti_pll_consider_fractional()
433 if (pllfm_estimate > pllfm_range) { in ti_pll_consider_fractional()
434 highest_pllfm = pllfm_range; in ti_pll_consider_fractional()
442 if (pllfm_estimate == pllfm_range) { in ti_pll_consider_fractional()
455 if (pllfm_estimate == pllfm_range) { in ti_pll_consider_fractional()
516 if ((best_pllfm == 0U) || (best_pllfm == pllfm_range)) { in ti_pll_consider_fractional()
H A Dti_clk_pll_16fft.c846 uint32_t pllfm_range; in ti_pll_16fft_set_freq_table() local
851 pllfm_range = (uint32_t) (1UL << pllfm_bits); in ti_pll_16fft_set_freq_table()
852 pllfm_mask = pllfm_range - 1U; in ti_pll_16fft_set_freq_table()