Lines Matching defs:max
62 unsigned long min, max;
72 if (cpufreq_get_hardware_limits(cpu, &min, &max)) {
73 max = 0;
75 min_pctg = (policy->min * 100) / max;
76 max_pctg = (policy->max * 100) / max;
79 cpu , policy->min, max ? min_pctg : 0, policy->max,
80 max ? max_pctg : 0, policy->governor);
187 printf(_(" %.0f MHz max turbo 4 active cores\n"),
192 printf(_(" %.0f MHz max turbo 3 active cores\n"),
197 printf(_(" %.0f MHz max turbo 2 active cores\n"),
202 printf(_(" %.0f MHz max turbo 1 active cores\n"),
276 unsigned long min, max;
278 if (cpufreq_get_hardware_limits(cpu, &min, &max)) {
287 print_speed(max, no_rounding);
290 printf("%lu %lu\n", min, max);
321 print_speed(policy->max, no_rounding);