Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Damd-pstate.c88 static bool amd_pstate_prefcore = true; variable
786 if (!amd_pstate_prefcore) in amd_pstate_init_prefcore()
814 if (!amd_pstate_prefcore) in amd_pstate_update_limits()
1347 return sysfs_emit(buf, "%s\n", str_enabled_disabled(amd_pstate_prefcore)); in prefcore_show()
1905 if (amd_pstate_prefcore) { in amd_pstate_init()
1906 ret = amd_detect_prefcore(&amd_pstate_prefcore); in amd_pstate_init()
1961 amd_pstate_prefcore = false; in amd_prefcore_param()