Home
last modified time | relevance | path

Searched refs:THERM_INT_HIGH_ENABLE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thermal/intel/
H A Dtherm_throt.c774 | THERM_INT_HIGH_ENABLE)) & ~THERM_INT_PLN_ENABLE, h); in intel_init_thermal()
778 | THERM_INT_HIGH_ENABLE | THERM_INT_PLN_ENABLE), h); in intel_init_thermal()
781 l | (THERM_INT_LOW_ENABLE | THERM_INT_HIGH_ENABLE), h); in intel_init_thermal()
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h912 #define THERM_INT_HIGH_ENABLE (1 << 0) macro