Home
last modified time | relevance | path

Searched refs:prev_sleep_state (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dpower_state.c19 static int prev_sleep_state(struct chipset_power_state *ps) in prev_sleep_state() function
22 int prev_sleep_state = SLEEP_STATE_S0; in prev_sleep_state() local
28 prev_sleep_state = SLEEP_STATE_S3; in prev_sleep_state()
32 prev_sleep_state = SLEEP_STATE_S5; in prev_sleep_state()
40 prev_sleep_state = SLEEP_STATE_S5; in prev_sleep_state()
42 return prev_sleep_state; in prev_sleep_state()
63 ps->prev_sleep_state); in dump_power_state()
87 ps->prev_sleep_state = prev_sleep_state(ps); in power_state_get()
/OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/
H A Dfsp_common.c113 if (gd->arch.prev_sleep_state == ACPI_S3) in fsp_save_s3_stack()
139 int prev_sleep_state = chipset_prev_sleep_state(); in arch_fsp_init() local
140 gd->arch.prev_sleep_state = prev_sleep_state; in arch_fsp_init()
151 if (prev_sleep_state == ACPI_S3) { in arch_fsp_init()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/
H A Dacpi.c181 enum acpi_sleep_state prev_sleep_state = ACPI_S0; in chipset_prev_sleep_state() local
192 prev_sleep_state = acpi_sleep_from_pm1(pm1_cnt); in chipset_prev_sleep_state()
195 prev_sleep_state = ACPI_S5; in chipset_prev_sleep_state()
197 return prev_sleep_state; in chipset_prev_sleep_state()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dcpu.c186 acpi_ss_string(gd->arch.prev_sleep_state)); in default_print_cpuinfo()
213 if (fadt != NULL && gd->arch.prev_sleep_state == ACPI_S3) in last_stage_init()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dacpi_s3.c78 if (gd->arch.prev_sleep_state == ACPI_S3) in acpi_s3_reserve()
H A Dcoreboot_table.c24 if (gd->arch.prev_sleep_state != ACPI_S3) in high_table_reserve()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpm.h122 int prev_sleep_state; member
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dglobal_data.h103 int prev_sleep_state; /* Previous sleep state ACPI_S0/1../5 */ member
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_rom.c46 if (gd->arch.prev_sleep_state == ACPI_S3) { in board_should_run_oprom()