Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/broadwell/
Dpower_state.c77 ps->gpe0_en[0] = inl(ACPI_BASE_ADDRESS + GPE0_EN(0)); in power_state_get()
78 ps->gpe0_en[1] = inl(ACPI_BASE_ADDRESS + GPE0_EN(1)); in power_state_get()
79 ps->gpe0_en[2] = inl(ACPI_BASE_ADDRESS + GPE0_EN(2)); in power_state_get()
80 ps->gpe0_en[3] = inl(ACPI_BASE_ADDRESS + GPE0_EN(3)); in power_state_get()
Dpch.c133 outl(set1, ACPI_BASE_ADDRESS + GPE0_EN(GPE_31_0)); in enable_all_gpe()
134 outl(set2, ACPI_BASE_ADDRESS + GPE0_EN(GPE_63_32)); in enable_all_gpe()
135 outl(set3, ACPI_BASE_ADDRESS + GPE0_EN(GPE_94_64)); in enable_all_gpe()
136 outl(set4, ACPI_BASE_ADDRESS + GPE0_EN(GPE_STD)); in enable_all_gpe()
/external/u-boot/arch/x86/include/asm/arch-broadwell/
Dpm.h90 #define GPE0_EN(x) (0x90 + (x * 4)) macro
/external/u-boot/arch/x86/include/asm/arch-ivybridge/
Dpch.h350 #define GPE0_EN 0x28 macro
/external/u-boot/arch/x86/cpu/ivybridge/
Dlpc.c218 (ulong)pmbase + GPE0_EN); in pch_power_options()