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

/freebsd-10.2-release/sys/dev/acpica/
H A Dacpi_thermal.c102 #define TZ_FLAG_NO_SCP (1<<0) /*No _SCP method*/ macro
920 if ((sc->tz_flags & TZ_FLAG_NO_SCP) == 0) {
932 sc->tz_flags |= TZ_FLAG_NO_SCP;
975 sc[i]->tz_flags &= TZ_FLAG_NO_SCP;
983 if (sc[i]->tz_flags & ~TZ_FLAG_NO_SCP)

Completed in 101 milliseconds