Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/amd/pmf/
H A Dauto-mode.c161 config_store.transition[i].power_threshold) || in amd_pmf_trans_automode()
163 config_store.transition[i].power_threshold)) { in amd_pmf_trans_automode()
193 config_store.transition[i].power_threshold, in amd_pmf_trans_automode()
245 config_store.transition[AUTO_TRANSITION_TO_QUIET].power_threshold = in amd_pmf_get_power_threshold()
249 config_store.transition[AUTO_TRANSITION_TO_PERFORMANCE].power_threshold = in amd_pmf_get_power_threshold()
253 config_store.transition[AUTO_TRANSITION_FROM_QUIET_TO_BALANCE].power_threshold = in amd_pmf_get_power_threshold()
257 config_store.transition[AUTO_TRANSITION_FROM_PERFORMANCE_TO_BALANCE].power_threshold = in amd_pmf_get_power_threshold()
263 config_store.transition[AUTO_TRANSITION_TO_QUIET].power_threshold, in amd_pmf_get_power_threshold()
268 config_store.transition[AUTO_TRANSITION_TO_PERFORMANCE].power_threshold, in amd_pmf_get_power_threshold()
274 .power_threshold, in amd_pmf_get_power_threshold()
[all …]
H A Dcnqf.c104 tp->power_threshold = ts->power_floor; in amd_pmf_update_power_threshold()
108 tp->power_threshold = ts->power_floor; in amd_pmf_update_power_threshold()
112 tp->power_threshold = ts->power_floor; in amd_pmf_update_power_threshold()
116 tp->power_threshold = ts->power_floor; in amd_pmf_update_power_threshold()
120 tp->power_threshold = ts->power_floor; in amd_pmf_update_power_threshold()
124 tp->power_threshold = ts->power_floor; in amd_pmf_update_power_threshold()
194 if ((tp->shifting_up && avg_power >= tp->power_threshold) || in amd_pmf_trans_cnqf()
195 (!tp->shifting_up && avg_power <= tp->power_threshold)) { in amd_pmf_trans_cnqf()
H A Dpmf.h245 u32 power_threshold; member
351 u32 power_threshold; member