Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dacpi_s3.h13 #define WAK_STS (1 << 15) macro
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpm.h13 #define WAK_STS (1 << 15) macro
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dpower_state.c24 if (ps->pm1_sts & WAK_STS) { in prev_sleep_state()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dcpu.c158 if ((pm1_sts & WAK_STS) && ((pm1_cnt >> 10) & 7) == 5) { in checkcpu()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h310 #define WAK_STS (1 << 15) macro
/OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/
H A Dacpi.c191 if (pm1_sts & WAK_STS) in chipset_prev_sleep_state()