Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/amd/pmf/
H A Dauto-mode.c53 its_mode->power_control.stt_skin_temp[STT_TEMP_APU]); in amd_pmf_dump_auto_mode_defaults()
55 its_mode->power_control.stt_skin_temp[STT_TEMP_HS2]); in amd_pmf_dump_auto_mode_defaults()
123 fixp_q88_fromint(pwr_ctrl->stt_skin_temp[STT_TEMP_APU]), NULL); in amd_pmf_set_automode()
125 fixp_q88_fromint(pwr_ctrl->stt_skin_temp[STT_TEMP_HS2]), NULL); in amd_pmf_set_automode()
345 pwr_ctrl->stt_skin_temp[STT_TEMP_APU] = output.stt_apu_quiet; in amd_pmf_load_defaults_auto_mode()
346 pwr_ctrl->stt_skin_temp[STT_TEMP_HS2] = output.stt_hs2_quiet; in amd_pmf_load_defaults_auto_mode()
354 pwr_ctrl->stt_skin_temp[STT_TEMP_APU] = output.stt_apu_balanced; in amd_pmf_load_defaults_auto_mode()
355 pwr_ctrl->stt_skin_temp[STT_TEMP_HS2] = output.stt_hs2_balanced; in amd_pmf_load_defaults_auto_mode()
363 pwr_ctrl->stt_skin_temp[STT_TEMP_APU] = output.stt_apu_perf; in amd_pmf_load_defaults_auto_mode()
364 pwr_ctrl->stt_skin_temp[STT_TEMP_HS2] = output.stt_hs2_perf; in amd_pmf_load_defaults_auto_mode()
[all …]
H A Dsps.c76 data->prop[i][j].stt_skin_temp[STT_TEMP_APU]); in amd_pmf_dump_sps_defaults()
78 data->prop[i][j].stt_skin_temp[STT_TEMP_HS2]); in amd_pmf_dump_sps_defaults()
182 config_store.prop[i][j].stt_skin_temp[STT_TEMP_APU] = in amd_pmf_load_defaults_sps()
183 output.prop[idx].stt_skin_temp[STT_TEMP_APU]; in amd_pmf_load_defaults_sps()
184 config_store.prop[i][j].stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_load_defaults_sps()
185 output.prop[idx].stt_skin_temp[STT_TEMP_HS2]; in amd_pmf_load_defaults_sps()
222 fixp_q88_fromint(config_store.prop[src][idx].stt_skin_temp[STT_TEMP_APU]), in amd_pmf_update_slider()
225 fixp_q88_fromint(config_store.prop[src][idx].stt_skin_temp[STT_TEMP_HS2]), in amd_pmf_update_slider()
236 (u32 *)&table->prop[src][idx].stt_skin_temp[STT_TEMP_APU]); in amd_pmf_update_slider()
238 (u32 *)&table->prop[src][idx].stt_skin_temp[STT_TEMP_HS2]); in amd_pmf_update_slider()
H A Dcnqf.c85 fixp_q88_fromint(pc->stt_skin_temp[STT_TEMP_APU]), NULL); in amd_pmf_set_cnqf()
87 fixp_q88_fromint(pc->stt_skin_temp[STT_TEMP_HS2]), NULL); in amd_pmf_set_cnqf()
283 ms->power_control.stt_skin_temp[STT_TEMP_APU] = in amd_pmf_update_mode_set()
285 ms->power_control.stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_update_mode_set()
297 ms->power_control.stt_skin_temp[STT_TEMP_APU] = in amd_pmf_update_mode_set()
299 ms->power_control.stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_update_mode_set()
311 ms->power_control.stt_skin_temp[STT_TEMP_APU] = in amd_pmf_update_mode_set()
313 ms->power_control.stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_update_mode_set()
325 ms->power_control.stt_skin_temp[STT_TEMP_APU] = in amd_pmf_update_mode_set()
327 ms->power_control.stt_skin_temp[STT_TEMP_HS2] = in amd_pmf_update_mode_set()
H A Dcore.c97 table.prop[src][mode].stt_skin_temp[STT_TEMP_APU], in current_power_limits_show()
98 table.prop[src][mode].stt_skin_temp[STT_TEMP_HS2]); in current_power_limits_show()
H A Dpmf.h390 u8 stt_skin_temp[STT_TEMP_COUNT]; member
437 u32 stt_skin_temp[STT_TEMP_COUNT]; member