Searched refs:ulMinRPM (Results 1 – 8 of 8) sorted by relevance
44 fan_speed_info->min_rpm = hwmgr->thermal_controller.fanInfo.ulMinRPM; in smu7_fan_ctrl_get_fan_speed_info()271 (speed < hwmgr->thermal_controller.fanInfo.ulMinRPM) || in smu7_fan_ctrl_set_fan_speed_rpm()
56 hwmgr->thermal_controller.fanInfo.ulMinRPM; in vega10_fan_ctrl_get_fan_speed_info()311 (speed < hwmgr->thermal_controller.fanInfo.ulMinRPM) || in vega10_fan_ctrl_set_fan_speed_rpm()
148 hwmgr->thermal_controller.fanInfo.ulMinRPM = in init_thermal_controller()217 hwmgr->thermal_controller.fanInfo.ulMinRPM = fan_table_v2->ucFanMinRPM * 100UL; in init_thermal_controller()261 hwmgr->thermal_controller.fanInfo.ulMinRPM = fan_table_v3->ucFanMinRPM * 100UL; in init_thermal_controller()
827 hwmgr->thermal_controller.fanInfo.ulMinRPM = 0; in init_powerplay_table_information()
933 hwmgr->thermal_controller.fanInfo.ulMinRPM in init_thermal_controller()
1002 hwmgr->thermal_controller.fanInfo.ulMinRPM in init_thermal_controller()
666 uint32_t ulMinRPM; member
832 *((uint32_t *)value) = hwmgr->thermal_controller.fanInfo.ulMinRPM; in pp_dpm_read_sensor()