Searched defs:f_max (Results 1 - 2 of 2) sorted by relevance

/drivers/cpufreq/
H A Dlonghaul.c412 int f_max, f_min; local
415 f_max = ((speeds[i] * mult) + 50) / 100;
416 f_max += (ROUNDING / 2);
417 f_min = f_max - ROUNDING;
418 if ((speed <= f_max) && (speed >= f_min))
/drivers/media/common/tuners/
H A Dmt2063.c430 * If the range (f_min, f_max) is totally outside the
432 * If the range (f_min, f_max) is negative, ignore the entry.
435 u32 f_min, u32 f_max)
444 if ((f_max > (pAS_Info->f_if1_Center - (pAS_Info->f_if1_bw / 2)))
446 && (f_min < f_max)) {
461 if ((pNode != NULL) && (pNode->min_ < f_max)) {
465 if (f_max > pNode->max_)
466 pNode->max_ = f_max;
470 pNode->max_ = f_max;
434 MT2063_AddExclZone(struct MT2063_AvoidSpursData_t *pAS_Info, u32 f_min, u32 f_max) argument

Completed in 89 milliseconds