Searched refs:ACPI_STATE_C3 (Results 1 – 2 of 2) sorted by relevance
752 cx_ptr->type = ACPI_STATE_C3; in acpi_cpu_generic_cx_probe()892 case ACPI_STATE_C3: in acpi_cpu_cx_cst()1173 if (cx_next->type == ACPI_STATE_C3) { in acpi_cpu_idle()1186 if (cx_next->type == ACPI_STATE_C3) { in acpi_cpu_idle()1206 if (cx_next->type == ACPI_STATE_C3) in acpi_cpu_idle()1212 if (cx_next->type == ACPI_STATE_C3 && in acpi_cpu_idle()1217 if (cx_next->type == ACPI_STATE_C3) in acpi_cpu_idle()1453 if (sc->cpu_cx_states[i].type < ACPI_STATE_C3) { in acpi_cpu_set_cx_lowest()
751 #define ACPI_STATE_C3 (UINT8) 3 macro752 #define ACPI_C_STATES_MAX ACPI_STATE_C3