HomeSort by relevance Sort by last modified time
    Searched refs:GEN_PMCON1 (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/x86/include/asm/arch-baytrail/
iomap.h 37 #define GEN_PMCON1 0x20
  /external/u-boot/arch/x86/cpu/baytrail/
acpi.c 179 u32 gen_pmcon1; local
185 gen_pmcon1 = readl(PMC_BASE_ADDRESS + GEN_PMCON1);
187 debug("PM1_STS = 0x%x PM1_CNT = 0x%x GEN_PMCON1 = 0x%x\n",
188 pm1_sts, pm1_cnt, gen_pmcon1);
193 if (gen_pmcon1 & (PWR_FLR | SUS_PWR_FLR))

Completed in 56 milliseconds