Home
last modified time | relevance | path

Searched refs:SLP_TYP (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_s3.h24 #define SLP_TYP (7 << SLP_TYP_SHIFT) macro
70 switch ((pm1_cnt & SLP_TYP) >> SLP_TYP_SHIFT) { in acpi_sleep_from_pm1()
/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()
35 outl(ps->pm1_cnt & ~(SLP_TYP), ACPI_BASE_ADDRESS + PM1_CNT); in prev_sleep_state()
H A Dpch.c90 clrsetio_32(ACPI_BASE_ADDRESS + PM1_CNT, SLP_TYP, SCI_EN); in pch_misc_init()
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpm.h28 #define SLP_TYP (7 << 10) macro
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h325 #define SLP_TYP (7 << 10) macro
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-acpi29 OS write to SLP_TYP upon entry to S3. In
32 firmware write to SLP_TYP used to trigger
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dacpi.c204 outl(pm1_cnt & ~(SLP_TYP), ACPI_BASE_ADDRESS + PM1_CNT); in chipset_clear_sleep_state()