Home
last modified time | relevance | path

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

/arch/x86/cpu/broadwell/
A Dpower_state.c72 ps->gpe0_sts[0] = inl(ACPI_BASE_ADDRESS + GPE0_STS(0)); in power_state_get()
73 ps->gpe0_sts[1] = inl(ACPI_BASE_ADDRESS + GPE0_STS(1)); in power_state_get()
74 ps->gpe0_sts[2] = inl(ACPI_BASE_ADDRESS + GPE0_STS(2)); in power_state_get()
75 ps->gpe0_sts[3] = inl(ACPI_BASE_ADDRESS + GPE0_STS(3)); in power_state_get()
/arch/x86/cpu/
A Dacpi_gpe.c27 #define GPE0_STS(x) (0x20 + ((x) * 4)) macro
46 sts = inl(priv->acpi_base + GPE0_STS(bank)); in acpi_gpe_read_and_clear()
48 outl(mask, priv->acpi_base + GPE0_STS(bank)); in acpi_gpe_read_and_clear()
/arch/x86/include/asm/arch-broadwell/
A Dpm.h74 #define GPE0_STS(x) (0x80 + (x * 4)) macro
/arch/x86/include/asm/arch-ivybridge/
A Dpch.h340 #define GPE0_STS 0x20 macro
/arch/x86/cpu/intel_common/
A Dacpi.c141 fadt->gpe0_blk = pmbase + GPE0_STS; in intel_acpi_fill_fadt()

Completed in 9 milliseconds