Searched refs:usTMed (Results 1 – 12 of 12) sorted by relevance
275 USHORT usTMed; /* The middle temperature where we change slopes. */ member295 USHORT usTMed; /* The middle temperature where we change slopes. */ member
943 hwmgr->thermal_controller.advanceFanControlParameters.usTMed in init_thermal_controller()944 = tonga_fan_table->usTMed; in init_thermal_controller()980 hwmgr->thermal_controller.advanceFanControlParameters.usTMed in init_thermal_controller()981 = fiji_fan_table->usTMed; in init_thermal_controller()
86 USHORT usTMed; // The middle temperature where we change slopes. member
898 rdev->pm.dpm.fan.t_med = le16_to_cpu(fan_info->fan.usTMed); in r600_parse_extended_power_table()
90 USHORT usTMed; // The middle temperature where we change slopes. member
632 uint16_t usTMed; /* The middle temperature where we change slopes. */ member
2180 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in fiji_thermal_setup_fan_table()2183 hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in fiji_thermal_setup_fan_table()2196 thermal_controller.advanceFanControlParameters.usTMed) / 100); in fiji_thermal_setup_fan_table()
2120 …t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - hwmgr->thermal_controller… in iceland_thermal_setup_fan_table()2121 …advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in iceland_thermal_setup_fan_table()2130 …fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed… in iceland_thermal_setup_fan_table()
2027 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in polaris10_thermal_setup_fan_table()2030 hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in polaris10_thermal_setup_fan_table()2043 thermal_controller.advanceFanControlParameters.usTMed) / 100); in polaris10_thermal_setup_fan_table()
2157 …t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - hwmgr->thermal_controller… in ci_thermal_setup_fan_table()2158 …advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in ci_thermal_setup_fan_table()2167 …fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed… in ci_thermal_setup_fan_table()
2491 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in tonga_thermal_setup_fan_table()2494 hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in tonga_thermal_setup_fan_table()2505 …fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed… in tonga_thermal_setup_fan_table()
361 adev->pm.dpm.fan.t_med = le16_to_cpu(fan_info->fan.usTMed); in amdgpu_parse_extended_power_table()