Searched refs:floor_freq (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/cpufreq/ |
| H A D | amd-pstate.h | 115 u32 floor_freq; member
|
| H A D | amd-pstate.c | 405 cpudata->floor_freq = perf_to_freq(cpudata->perf, cpudata->nominal_freq, in amd_pstate_init_floor_perf() 1499 cpudata->floor_freq = freq; in store_amd_pstate_floor_freq() 1508 return sysfs_emit(buf, "%u\n", cpudata->floor_freq); in show_amd_pstate_floor_freq() 2042 cached_floor_perf = freq_to_perf(perf, cpudata->nominal_freq, cpudata->floor_freq); in amd_pstate_cpu_online() 2111 cached_floor_perf = freq_to_perf(perf, cpudata->nominal_freq, cpudata->floor_freq); in amd_pstate_resume() 2132 cached_floor_perf = freq_to_perf(perf, cpudata->nominal_freq, cpudata->floor_freq); in amd_pstate_epp_resume()
|