Home
last modified time | relevance | path

Searched refs:WAK_STS (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_s3.h12 #define WAK_STS (1 << 15) macro
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpm.h12 #define WAK_STS (1 << 15) macro
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpower_state.c23 if (ps->pm1_sts & WAK_STS) { in prev_sleep_state()
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dcpu.c157 if ((pm1_sts & WAK_STS) && ((pm1_cnt >> 10) & 7) == 5) { in checkcpu()
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h309 #define WAK_STS (1 << 15) macro
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dacpi.c190 if (pm1_sts & WAK_STS) in chipset_prev_sleep_state()