Searched refs:gpe0_en (Results 1 - 6 of 6) sorted by relevance

/u-boot/arch/x86/cpu/broadwell/
H A Dpower_state.c55 ps->gpe0_en[0], ps->gpe0_en[1],
56 ps->gpe0_en[2], ps->gpe0_en[3]);
77 ps->gpe0_en[0] = inl(ACPI_BASE_ADDRESS + GPE0_EN(0));
78 ps->gpe0_en[1] = inl(ACPI_BASE_ADDRESS + GPE0_EN(1));
79 ps->gpe0_en[2] = inl(ACPI_BASE_ADDRESS + GPE0_EN(2));
80 ps->gpe0_en[3] = inl(ACPI_BASE_ADDRESS + GPE0_EN(3));
/u-boot/arch/x86/include/asm/arch-apollolake/
H A Dpm.h46 u32 gpe0_en[GPE0_REG_MAX]; member in struct:chipset_power_state
/u-boot/include/power/
H A Dacpi_pmc.h40 * @gpe0_en: GPE0 enable values
63 u32 gpe0_en[GPE0_REG_MAX]; member in struct:acpi_pmc_upriv
/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dpm.h117 uint32_t gpe0_en[4]; member in struct:chipset_power_state
/u-boot/drivers/power/acpi_pmc/
H A Dacpi-pmc-uclass.c100 upriv->gpe0_en[i] = inl(upriv->acpi_base + GPE0_EN + i * 4);
101 log_debug("gpe0_sts[%d]: %08x gpe0_en[%d]: %08x\n", i,
102 upriv->gpe0_sts[i], i, upriv->gpe0_en[i]);
199 printf("gpe0_sts[%d]: %08x gpe0_en[%d]: %08x\n", i,
200 upriv->gpe0_sts[i], i, upriv->gpe0_en[i]);
/u-boot/arch/x86/cpu/apollolake/
H A Dpmc.c153 upriv->gpe0_en_reg = dtplat->gpe0_en;

Completed in 99 milliseconds