Lines Matching full:tcc
3 * intel_tcc.c - Library for Intel TCC (thermal control circuitry) MSR access
15 * @tcc_offset: TCC offset in MSR_TEMPERATURE_TARGET
141 * intel_tcc_get_offset_mask() - Returns the bitmask to read TCC offset
145 * not support TCC offset.
147 * Return: The model-specific bitmask for TCC offset.
174 * intel_tcc_get_tjmax() - returns the default TCC activation Temperature
177 * Get the TjMax value, which is the default thermal throttling or TCC
201 * intel_tcc_get_offset() - returns the TCC Offset value to Tjmax
204 * Get the TCC offset value to Tjmax. The effective thermal throttling or TCC
205 * activation temperature equals "Tjmax" - "TCC Offset", in degrees C.
207 * Return: Tcc offset value in degrees C on success, negative error code otherwise.
226 * intel_tcc_set_offset() - set the TCC offset value to Tjmax
228 * @offset: TCC offset value in degree C
230 * Set the TCC Offset value to Tjmax. The effective thermal throttling or TCC
231 * activation temperature equals "Tjmax" - "TCC Offset", in degree C.