Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_thermal.c101 #define TZ_THFLAG_CRT (1<<4) macro
559 newflags |= TZ_THFLAG_CRT; in acpi_tz_monitor()
615 if ((newflags & (TZ_THFLAG_CR3 | TZ_THFLAG_HOT | TZ_THFLAG_CRT)) != 0) { in acpi_tz_monitor()
621 if ((newflags & (TZ_THFLAG_HOT | TZ_THFLAG_CRT)) != 0) in acpi_tz_monitor()