Home
last modified time | relevance | path

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

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