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

/drivers/cpufreq/
H A Dlonghaul.c412 int f_max, f_min; local
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)
445 && (f_min < (pAS_Info->f_if1_Center + (pAS_Info->f_if1_bw / 2)))
446 && (f_min < f_max)) {
456 while ((pNode != NULL) && (pNode->max_ < f_min)) {
463 if (f_min < pNode->min_)
464 pNode->min_ = f_min;
469 pNode->min_ = f_min;
434 MT2063_AddExclZone(struct MT2063_AvoidSpursData_t *pAS_Info, u32 f_min, u32 f_max) argument

Completed in 88 milliseconds