Searched refs:WAK_STS (Results 1 - 9 of 9) sorted by relevance

/u-boot/include/acpi/
H A Dacpi_s3.h12 #define WAK_STS (1 << 15) macro
/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpm.h12 #define WAK_STS (1 << 15) macro
/u-boot/arch/x86/cpu/broadwell/
H A Dpower_state.c24 if (ps->pm1_sts & WAK_STS) {
/u-boot/arch/x86/cpu/ivybridge/
H A Dcpu.c163 if ((pm1_sts & WAK_STS) && ((pm1_cnt >> 10) & 7) == 5) {
/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h309 #define WAK_STS (1 << 15) macro
/u-boot/drivers/power/acpi_pmc/
H A Dacpi-pmc-uclass.c142 if (upriv->pm1_sts & WAK_STS) {
/u-boot/arch/x86/cpu/apollolake/
H A Dpmc.c76 /* WAK_STS bit will not be set when waking from G3 state */
77 if (!(upriv->pm1_sts & WAK_STS) &&
H A Dacpi.c116 * WAK_STS bit is set when the system is in one of the sleep states
122 generic_pm1_en |= WAK_STS | RTC_EN | PWRBTN_EN;
/u-boot/arch/x86/cpu/baytrail/
H A Dacpi.c196 if (pm1_sts & WAK_STS)

Completed in 78 milliseconds