Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/
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()
/external/u-boot/arch/x86/cpu/broadwell/
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()
Dpch.c88 clrsetio_32(ACPI_BASE_ADDRESS + PM1_CNT, SLP_TYP, SCI_EN); in pch_misc_init()
/external/u-boot/arch/x86/include/asm/arch-broadwell/
Dpm.h28 #define SLP_TYP (7 << 10) macro
/external/u-boot/arch/x86/include/asm/arch-ivybridge/
Dpch.h325 #define SLP_TYP (7 << 10) macro
/external/u-boot/arch/x86/cpu/baytrail/
Dacpi.c204 outl(pm1_cnt & ~(SLP_TYP), ACPI_BASE_ADDRESS + PM1_CNT); in chipset_clear_sleep_state()