Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dspeedstep-smi.c44 static struct cpufreq_frequency_table speedstep_freqs[] = { variable
204 (speedstep_freqs[new_state].frequency / 1000), in speedstep_set_state()
246 low = &speedstep_freqs[SPEEDSTEP_LOW].frequency; in speedstep_cpu_init()
247 high = &speedstep_freqs[SPEEDSTEP_HIGH].frequency; in speedstep_cpu_init()
269 return cpufreq_table_validate_and_show(policy, speedstep_freqs); in speedstep_cpu_init()
Dspeedstep-ich.c51 static struct cpufreq_frequency_table speedstep_freqs[] = { variable
282 &speedstep_freqs[SPEEDSTEP_LOW].frequency, in get_freqs_on_cpu()
283 &speedstep_freqs[SPEEDSTEP_HIGH].frequency, in get_freqs_on_cpu()
305 return cpufreq_table_validate_and_show(policy, speedstep_freqs); in speedstep_cpu_init()