Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_pptable.h251 USHORT usFanGainHotspot; member
271 USHORT usFanGainHotspot; member
294 USHORT usFanGainHotspot; member
H A Dpptable_v1_0.h309 USHORT usFanGainHotspot; member
336 USHORT usFanGainHotspot; member
H A Dvega10_processpptables.c192 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainHotspot = in init_thermal_controller()
193 le16_to_cpu(fan_table_v1->usFanGainHotspot); in init_thermal_controller()
236 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainHotspot = in init_thermal_controller()
237 le16_to_cpu(fan_table_v2->usFanGainHotspot); in init_thermal_controller()
280 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainHotspot = in init_thermal_controller()
281 le16_to_cpu(fan_table_v3->usFanGainHotspot); in init_thermal_controller()
H A Dprocess_pptables_v1_0.c1038 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainHotspot in init_thermal_controller()
1039 = le16_to_cpu(fiji_fan_table->usFanGainHotspot); in init_thermal_controller()
1088 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainHotspot in init_thermal_controller()
1089 = le16_to_cpu(polaris_fan_table->usFanGainHotspot); in init_thermal_controller()
H A Dvega10_thermal.c536 advanceFanControlParameters.usFanGainHotspot; in vega10_thermal_setup_fan_table()
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h699 uint16_t usFanGainHotspot; member
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
H A Dvegam_smumgr.c1467 scale_fan_gain_settings(fan_table->usFanGainHotspot)); in vegam_populate_bapm_parameters_in_dpm_table()
H A Dfiji_smumgr.c535 scale_fan_gain_settings(fan_table->usFanGainHotspot)); in fiji_populate_bapm_parameters_in_dpm_table()
H A Dpolaris10_smumgr.c456 scale_fan_gain_settings(fan_table->usFanGainHotspot)); in polaris10_populate_bapm_parameters_in_dpm_table()