Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/acpica/
Dacpivar.h193 #define ACPI_CAP_C1_IO_HALT (1 << 1) /* Intel C1 "IO then halt" sequence */ macro
/freebsd-9-stable/sys/x86/cpufreq/
Dest.c954 *features = ACPI_CAP_PERF_MSRS | ACPI_CAP_C1_IO_HALT; in est_features()