Home
last modified time | relevance | path

Searched refs:LOW_POWER_MAX_FREQ (Results 1 – 2 of 2) sorted by relevance

/device/htc/flounder/power/
Dpower_flounder.c42 #define LOW_POWER_MAX_FREQ "1020000" macro
59 static char *low_power_max_cpu_freq = LOW_POWER_MAX_FREQ;
87 int len = property_get(SVELTE_MAX_FREQ_PROP, prop_buffer, LOW_POWER_MAX_FREQ); in calculate_max_cpu_freq()
89 len = property_get(SVELTE_LOW_POWER_MAX_FREQ_PROP, prop_buffer, LOW_POWER_MAX_FREQ); in calculate_max_cpu_freq()
/device/google/dragon/power/
Dpower_dragon.cpp46 #define LOW_POWER_MAX_FREQ "1020000" macro
70 static const char *low_power_max_cpu_freq = LOW_POWER_MAX_FREQ;