Home
last modified time | relevance | path

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

/u-boot/arch/x86/cpu/broadwell/
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()
/u-boot/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()
/u-boot/include/power/
A Dacpi_pmc.h21 GPE0_STS = 0x20, enumerator
/u-boot/arch/x86/include/asm/arch-broadwell/
A Dpm.h74 #define GPE0_STS(x) (0x80 + (x * 4)) macro
/u-boot/arch/x86/include/asm/arch-ivybridge/
A Dpch.h340 #define GPE0_STS 0x20 macro
/u-boot/drivers/power/acpi_pmc/
A Dacpi-pmc-uclass.c99 upriv->gpe0_sts[i] = inl(upriv->acpi_base + GPE0_STS + i * 4); in pmc_fill_pm_reg_info()
/u-boot/arch/x86/cpu/intel_common/
A Dacpi.c131 fadt->gpe0_blk = pmbase + GPE0_STS; in intel_acpi_fill_fadt()

Completed in 8 milliseconds