Searched refs:pllfm_range (Results 1 – 2 of 2) sorted by relevance
108 uint32_t pllfm_range; in ti_pll_consider_entry() local112 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() local417 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()
846 uint32_t pllfm_range; in ti_pll_16fft_set_freq_table() local851 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()