Home
last modified time | relevance | path

Searched refs:SLP_TYP_SHIFT (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_s3.h23 #define SLP_TYP_SHIFT 10 macro
24 #define SLP_TYP (7 << SLP_TYP_SHIFT)
70 switch ((pm1_cnt & SLP_TYP) >> SLP_TYP_SHIFT) { in acpi_sleep_from_pm1()
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpm.h29 #define SLP_TYP_SHIFT 10 macro
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpower_state.c24 switch ((ps->pm1_cnt & SLP_TYP) >> SLP_TYP_SHIFT) { in prev_sleep_state()