Searched refs:freq_high (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/media/dvb/frontends/ |
D | cx24123.c | 118 u32 freq_high; member 126 .freq_high = 1074999, 134 .freq_high = 1177999, 142 .freq_high = 1295999, 150 .freq_high = 1431999, 158 .freq_high = 1575999, 166 .freq_high = 1717999, 174 .freq_high = 1855999, 182 .freq_high = 2035999, 190 .freq_high = 2150000, [all …]
|
/linux-2.6.39/drivers/sh/clk/ |
D | core.c | 545 unsigned long error = ULONG_MAX, freq_high, freq_low, div; in clk_round_parent() local 600 freq_high = freq->frequency / div; in clk_round_parent() 603 if (freq_high - target < error) { in clk_round_parent() 604 error = freq_high - target; in clk_round_parent() 607 *best_freq = freq_high; in clk_round_parent() 618 freq->frequency, div, freq_high, div + 1, freq_low, in clk_round_parent()
|