Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_pptable.h254 USHORT usFanGainVrMvdd; member
274 USHORT usFanGainVrMvdd; member
297 USHORT usFanGainVrMvdd; member
H A Dpptable_v1_0.h312 USHORT usFanGainVrMvdd; member
339 USHORT usFanGainVrMvdd; member
H A Dvega10_processpptables.c198 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainVrMvdd = in init_thermal_controller()
199 le16_to_cpu(fan_table_v1->usFanGainVrMvdd); in init_thermal_controller()
242 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainVrMvdd = in init_thermal_controller()
243 le16_to_cpu(fan_table_v2->usFanGainVrMvdd); in init_thermal_controller()
286 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainVrMvdd = in init_thermal_controller()
287 le16_to_cpu(fan_table_v3->usFanGainVrMvdd); in init_thermal_controller()
H A Dprocess_pptables_v1_0.c1044 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainVrMvdd in init_thermal_controller()
1045 = le16_to_cpu(fiji_fan_table->usFanGainVrMvdd); in init_thermal_controller()
1094 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainVrMvdd in init_thermal_controller()
1095 = le16_to_cpu(polaris_fan_table->usFanGainVrMvdd); in init_thermal_controller()
H A Dvega10_thermal.c542 advanceFanControlParameters.usFanGainVrMvdd; in vega10_thermal_setup_fan_table()
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h702 uint16_t usFanGainVrMvdd; member
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c541 scale_fan_gain_settings(fan_table->usFanGainVrMvdd)); in fiji_populate_bapm_parameters_in_dpm_table()