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

/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_thermal.c102 #define TZ_FLAG_NO_SCP (1<<0) /*No _SCP method*/ macro
931 if ((sc->tz_flags & TZ_FLAG_NO_SCP) == 0) {
943 sc->tz_flags |= TZ_FLAG_NO_SCP;
986 sc[i]->tz_flags &= TZ_FLAG_NO_SCP;
994 if (sc[i]->tz_flags & ~TZ_FLAG_NO_SCP)

Completed in 160 milliseconds