Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/broadwell/
H A 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
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dacpi.c180 enum acpi_sleep_state prev_sleep_state = ACPI_S0; in chipset_prev_sleep_state() local
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_common.c114 int prev_sleep_state = chipset_prev_sleep_state(); in arch_fsp_init() local
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpm.h121 int prev_sleep_state; member
/openbmc/u-boot/arch/x86/include/asm/
H A Dglobal_data.h103 int prev_sleep_state; /* Previous sleep state ACPI_S0/1../5 */ member