Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/arch-baytrail/
Diomap.h85 #define PM1_STS 0x00 macro
/external/u-boot/arch/x86/include/asm/arch-broadwell/
Dpm.h11 #define PM1_STS 0x00 macro
/external/u-boot/arch/x86/cpu/broadwell/
Dpower_state.c68 ps->pm1_sts = inw(ACPI_BASE_ADDRESS + PM1_STS); in power_state_get()
/external/u-boot/arch/x86/cpu/ivybridge/
Dcpu.c152 pm1_sts = inw(DEFAULT_PMBASE + PM1_STS); in checkcpu()
/external/u-boot/arch/x86/include/asm/arch-ivybridge/
Dpch.h308 #define PM1_STS 0x00 macro
/external/u-boot/arch/x86/cpu/baytrail/
Dacpi.c183 pm1_sts = inw(ACPI_BASE_ADDRESS + PM1_STS); in chipset_prev_sleep_state()