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
945 hwmgr->thermal_controller.advanceFanControlParameters.usTMed in init_thermal_controller()946 = le16_to_cpu(tonga_fan_table->usTMed); in init_thermal_controller()982 hwmgr->thermal_controller.advanceFanControlParameters.usTMed in init_thermal_controller()983 = le16_to_cpu(fiji_fan_table->usTMed); in init_thermal_controller()
86 USHORT usTMed; // The middle temperature where we change slopes. member
897 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
660 uint16_t usTMed; /* The middle temperature where we change slopes. */ member
2171 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in fiji_thermal_setup_fan_table()2174 hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in fiji_thermal_setup_fan_table()2187 thermal_controller.advanceFanControlParameters.usTMed) / 100); in fiji_thermal_setup_fan_table()
2121 …t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - hwmgr->thermal_controller… in iceland_thermal_setup_fan_table()2122 …advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in iceland_thermal_setup_fan_table()2131 …fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed… in iceland_thermal_setup_fan_table()
2106 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in polaris10_thermal_setup_fan_table()2109 hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in polaris10_thermal_setup_fan_table()2122 thermal_controller.advanceFanControlParameters.usTMed) / 100); in polaris10_thermal_setup_fan_table()
2159 …t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - hwmgr->thermal_controller… in ci_thermal_setup_fan_table()2160 …advanceFanControlParameters.usTHigh - hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in ci_thermal_setup_fan_table()2169 …fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed… in ci_thermal_setup_fan_table()
2502 t_diff1 = hwmgr->thermal_controller.advanceFanControlParameters.usTMed - in tonga_thermal_setup_fan_table()2505 hwmgr->thermal_controller.advanceFanControlParameters.usTMed; in tonga_thermal_setup_fan_table()2516 …fan_table.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed… in tonga_thermal_setup_fan_table()
305 adev->pm.dpm.fan.t_med = le16_to_cpu(fan_info->fan.usTMed); in amdgpu_parse_extended_power_table()