Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-baytrail/
H A Diomap.h86 #define PM1_STS 0x00 macro
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpm.h12 #define PM1_STS 0x00 macro
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dpower_state.c69 ps->pm1_sts = inw(ACPI_BASE_ADDRESS + PM1_STS); in power_state_get()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dcpu.c153 pm1_sts = inw(DEFAULT_PMBASE + PM1_STS); in checkcpu()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h309 #define PM1_STS 0x00 macro
/OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/
H A Dacpi.c184 pm1_sts = inw(ACPI_BASE_ADDRESS + PM1_STS); in chipset_prev_sleep_state()