Home
last modified time | relevance | path

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

/linux/include/acpi/
H A Dactypes.h602 #define ACPI_STATE_C3 (u8) 3 macro
603 #define ACPI_C_STATES_MAX ACPI_STATE_C3
/linux/drivers/cpufreq/
H A Dlonghaul.c866 cx = &pr->power.states[ACPI_STATE_C3]; in longhaul_cpu_init()