Searched refs:ulMaxRPM (Results 1 – 10 of 10) sorted by relevance
45 fan_speed_info->max_rpm = hwmgr->thermal_controller.fanInfo.ulMaxRPM; in smu7_fan_ctrl_get_fan_speed_info()272 (speed > hwmgr->thermal_controller.fanInfo.ulMaxRPM)) in smu7_fan_ctrl_set_fan_speed_rpm()
58 hwmgr->thermal_controller.fanInfo.ulMaxRPM; in vega10_fan_ctrl_get_fan_speed_info()313 (speed > hwmgr->thermal_controller.fanInfo.ulMaxRPM)) in vega10_fan_ctrl_set_fan_speed_rpm()
150 hwmgr->thermal_controller.fanInfo.ulMaxRPM = in init_thermal_controller()218 hwmgr->thermal_controller.fanInfo.ulMaxRPM = fan_table_v2->ucFanMaxRPM * 100UL; in init_thermal_controller()262 hwmgr->thermal_controller.fanInfo.ulMaxRPM = fan_table_v3->ucFanMaxRPM * 100UL; in init_thermal_controller()
828 hwmgr->thermal_controller.fanInfo.ulMaxRPM = powerplay_table->smcPPTable.FanMaximumRpm; in init_powerplay_table_information()
935 hwmgr->thermal_controller.fanInfo.ulMaxRPM in init_thermal_controller()
1004 hwmgr->thermal_controller.fanInfo.ulMaxRPM in init_thermal_controller()
441 hwmgr->thermal_controller.fanInfo.ulMaxRPM / 100; in vega12_hwmgr_backend_init()
931 hwmgr->thermal_controller.fanInfo.ulMaxRPM / 100; in vega10_hwmgr_backend_init()
668 uint32_t ulMaxRPM; member
852 *((uint32_t *)value) = hwmgr->thermal_controller.fanInfo.ulMaxRPM; in pp_dpm_read_sensor()
Completed in 37 milliseconds