HomeSort by relevance Sort by last modified time
    Searched refs:max_cpu_freq (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/power_Thermal/
power_Thermal.py 14 @max_cpu_freq - maximum frequency the CPU can be running at
18 def __init__(self, num_cores, max_cpu_freq, min_cpu_freq):
20 self.max_cpu_freq = max_cpu_freq
175 if self.pl_desc.min_cpu_freq <= freq <= self.pl_desc.max_cpu_freq:
219 if self._cpu_freq(cpu) != self.pl_desc.max_cpu_freq:
  /device/google/dragon/power/
power_dragon.cpp 69 static const char *max_cpu_freq = NORMAL_MAX_FREQ; variable
151 (!on || low_power_mode) ? low_power_max_cpu_freq : max_cpu_freq);
220 sysfs_write(CPU_MAX_FREQ_PATH, max_cpu_freq);

Completed in 90 milliseconds