Searched refs:TZ_FLAG_NO_SCP (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_thermal.c103 #define TZ_FLAG_NO_SCP (1<<0) /*No _SCP method*/ macro
927 if ((sc->tz_flags & TZ_FLAG_NO_SCP) == 0) {
938 sc->tz_flags |= TZ_FLAG_NO_SCP;
981 sc[i]->tz_flags &= TZ_FLAG_NO_SCP;
989 if (sc[i]->tz_flags & ~TZ_FLAG_NO_SCP)

Completed in 47 milliseconds