Searched refs:tj_max (Results 1 – 15 of 15) sorted by relevance
129 int tj_max, val, ret; in sys_set_trip_temp() local131 tj_max = intel_tcc_get_tjmax(zonedev->cpu); in sys_set_trip_temp()132 if (tj_max < 0) in sys_set_trip_temp()133 return tj_max; in sys_set_trip_temp()134 tj_max *= 1000; in sys_set_trip_temp()136 val = (tj_max - temp)/1000; in sys_set_trip_temp()318 int tj_max; in pkg_temp_thermal_device_add() local330 tj_max = intel_tcc_get_tjmax(cpu); in pkg_temp_thermal_device_add()331 if (tj_max < 0) in pkg_temp_thermal_device_add()332 return tj_max; in pkg_temp_thermal_device_add()[all …]
59 temp_out = (sensors->tj_max - temp) / 1000; in update_trip_temp()141 if (temp > sensors->tj_max) in sys_set_trip_temp()168 *temp = sensors->tj_max - out * 1000; in sys_get_curr_temp()312 int tj_max; in intel_soc_dts_iosf_init() local319 tj_max = intel_tcc_get_tjmax(-1); in intel_soc_dts_iosf_init()320 if (tj_max < 0) in intel_soc_dts_iosf_init()321 return ERR_PTR(tj_max); in intel_soc_dts_iosf_init()330 sensors->tj_max = tj_max * 1000; in intel_soc_dts_iosf_init()345 temp = sensors->tj_max - crit_offset; in intel_soc_dts_iosf_init()
36 u32 tj_max; member
186 u32 tj_max; member
499 uint32_t tj_max; member
526 adev->pm.dpm.dyn_state.ppm_table->tj_max = in amdgpu_parse_extended_power_table()
2306 papm_parm->dGPU_T_Limit = cpu_to_be32(ppm->tj_max); in si_populate_smc_tdp_limits()
228 ptr->tj_max in get_platform_power_management_table()
1531 ptr->tj_max = le32_to_cpu(atom_ppm_table->ulTjmax); in get_platform_power_management_table()
1223 rdev->pm.dpm.dyn_state.ppm_table->tj_max = in r600_parse_extended_power_table()
1448 u32 tj_max; member
2139 papm_parm->dGPU_T_Limit = cpu_to_be32(ppm->tj_max); in si_populate_smc_tdp_limits()
425 dpm_table->PPM_TemperatureLimit = cpu_to_be16((u16)ppm->tj_max * 256); in ci_populate_bapm_parameters_in_dpm_table()
1880 dpm_table->PPM_TemperatureLimit = (uint16_t)ppm->tj_max * 256; in iceland_populate_bapm_parameters_in_dpm_table()
737 dpm_table->PPM_TemperatureLimit = (uint16_t)ppm->tj_max * 256; in ci_populate_bapm_parameters_in_dpm_table()
Completed in 83 milliseconds