Home
last modified time | relevance | path

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

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