Home
last modified time | relevance | path

Searched defs:prev_sleep_state (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/x86/cpu/broadwell/
Dpower_state.c18 static int prev_sleep_state(struct chipset_power_state *ps) in prev_sleep_state() function
21 int prev_sleep_state = SLEEP_STATE_S0; in prev_sleep_state() local
/external/u-boot/arch/x86/cpu/baytrail/
Dacpi.c180 enum acpi_sleep_state prev_sleep_state = ACPI_S0; in chipset_prev_sleep_state() local
/external/u-boot/arch/x86/lib/fsp/
Dfsp_common.c114 int prev_sleep_state = chipset_prev_sleep_state(); in arch_fsp_init() local
/external/u-boot/arch/x86/include/asm/
Dglobal_data.h103 int prev_sleep_state; /* Previous sleep state ACPI_S0/1../5 */ member
/external/u-boot/arch/x86/include/asm/arch-broadwell/
Dpm.h121 int prev_sleep_state; member