Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_cpu.c710 cx_ptr->type = ACPI_STATE_C1; in acpi_cpu_generic_cx_probe()
855 case ACPI_STATE_C1: in acpi_cpu_cx_cst()
944 cx_ptr->type = ACPI_STATE_C1; in acpi_cpu_cx_cst()
1153 if (cx_next->type == ACPI_STATE_C1) { in acpi_cpu_idle()
1433 } else if (cx->type == ACPI_STATE_C1) { in acpi_cpu_method_sysctl()
1438 if (cx->type == ACPI_STATE_C1 && cx->p_lvlx != NULL) in acpi_cpu_method_sysctl()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactypes.h749 #define ACPI_STATE_C1 (UINT8) 1 macro