Home
last modified time | relevance | path

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

/arch/x86/cpu/broadwell/
A Dpower_state.c24 switch ((ps->pm1_cnt & SLP_TYP) >> SLP_TYP_SHIFT) { in prev_sleep_state()
34 outl(ps->pm1_cnt & ~(SLP_TYP), ACPI_BASE_ADDRESS + PM1_CNT); in prev_sleep_state()
A Dpch.c92 clrsetio_32(ACPI_BASE_ADDRESS + PM1_CNT, SLP_TYP, SCI_EN); in pch_misc_init()
/arch/x86/include/asm/arch-broadwell/
A Dpm.h28 #define SLP_TYP (7 << 10) macro
/arch/x86/include/asm/arch-ivybridge/
A Dpch.h325 #define SLP_TYP (7 << 10) macro
/arch/x86/cpu/baytrail/
A Dacpi.c194 outl(pm1_cnt & ~(SLP_TYP), ACPI_BASE_ADDRESS + PM1_CNT); in chipset_clear_sleep_state()

Completed in 10 milliseconds