Searched refs:current_temp (Results 1 – 4 of 4) sorted by relevance
21 uint32 current_temp; member
105 ((therm_info.current_temp - kelvinOffset) / 10), in acpi_thermal_read()106 ((therm_info.current_temp - kelvinOffset) % 10)); in acpi_thermal_read()184 att->current_temp = in acpi_thermal_control()
18 uint32 current_temp; member
109 B_PRIu32 " C\n", (therm_info.current_temp / 10), in pch_thermal_read()110 (therm_info.current_temp % 10)); in pch_thermal_read()155 att->current_temp = (uint32)temp * 10 / 2 - 500; in pch_thermal_control()