Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dcx24123.c119 u32 freq_high; member
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,
[all …]
/linux-4.4.14/drivers/sh/clk/
Dcore.c563 unsigned long error = ULONG_MAX, freq_high, freq_low, div; in clk_round_parent() local
614 freq_high = freq->frequency / div; in clk_round_parent()
617 if (freq_high - target < error) { in clk_round_parent()
618 error = freq_high - target; in clk_round_parent()
621 *best_freq = freq_high; in clk_round_parent()
632 freq->frequency, div, freq_high, div + 1, freq_low, in clk_round_parent()