Searched refs:PSVC_LOW_SHUT (Results 1 – 4 of 4) sorted by relevance
112 #define PSVC_LOW_SHUT 0x0000000000002000ULL macro
152 {PSVC_LOW_SHUT, "LO_SHUT_MASK="},
461 if (((features & PSVC_LOW_SHUT) && temp <= lo_shut) || in psvc_check_temperature_policy_0()469 if ((features & PSVC_LOW_SHUT) && temp <= lo_shut) { in psvc_check_temperature_policy_0()
396 if ((features & PSVC_LOW_SHUT) && temp < lo_shut) { in check_temp()