Home
last modified time | relevance | path

Searched refs:GPE0_STS (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpower_state.c73 ps->gpe0_sts[0] = inl(ACPI_BASE_ADDRESS + GPE0_STS(0)); in power_state_get()
74 ps->gpe0_sts[1] = inl(ACPI_BASE_ADDRESS + GPE0_STS(1)); in power_state_get()
75 ps->gpe0_sts[2] = inl(ACPI_BASE_ADDRESS + GPE0_STS(2)); in power_state_get()
76 ps->gpe0_sts[3] = inl(ACPI_BASE_ADDRESS + GPE0_STS(3)); in power_state_get()
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpm.h74 #define GPE0_STS(x) (0x80 + (x * 4)) macro
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h340 #define GPE0_STS 0x20 macro