Searched refs:freq_high (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/sh/clk/
H A Dcore.c563 unsigned long error = ULONG_MAX, freq_high, freq_low, div; clk_round_parent() local
614 freq_high = freq->frequency / div; clk_round_parent()
617 if (freq_high - target < error) { clk_round_parent()
618 error = freq_high - target; clk_round_parent()
621 *best_freq = freq_high; clk_round_parent()
632 freq->frequency, div, freq_high, div + 1, freq_low, clk_round_parent()
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dcx24123.c119 u32 freq_high; member in struct:cx24123_bandselect_val
127 .freq_high = 1074999,
135 .freq_high = 1177999,
143 .freq_high = 1295999,
151 .freq_high = 1431999,
159 .freq_high = 1575999,
167 .freq_high = 1717999,
175 .freq_high = 1855999,
183 .freq_high = 2035999,
191 .freq_high = 2150000,
550 (bsv->freq_high >= p->frequency)) cx24123_pll_calculate()
561 cx24123_bandselect_vals[band].freq_high) / 2) cx24123_pll_calculate()

Completed in 93 milliseconds