Home
last modified time | relevance | path

Searched refs:pmcintecr (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dls102xa_psci.c61 u32 ippdexpcr0, ippdexpcr1, pmcintecr = 0; in ls1_deepsleep_irq_cfg() local
79 pmcintecr |= SCFG_PMCINTECR_ETSECRXG0 | in ls1_deepsleep_irq_cfg()
85 pmcintecr |= SCFG_PMCINTECR_GPIO; in ls1_deepsleep_irq_cfg()
88 pmcintecr |= SCFG_PMCINTECR_LPUART; in ls1_deepsleep_irq_cfg()
91 pmcintecr |= SCFG_PMCINTECR_FTM; in ls1_deepsleep_irq_cfg()
94 pmcintecr |= SCFG_PMCINTECR_IRQ0 | SCFG_PMCINTECR_IRQ1; in ls1_deepsleep_irq_cfg()
100 out_be32(&scfg->pmcintecr, pmcintecr); in ls1_deepsleep_irq_cfg()
/openbmc/u-boot/board/freescale/common/
H A Darm_sleep.c87 out_be32(&scfg->pmcintecr, 0); in ls1_psci_resume_fixup()
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dimmap_ls102xa.h243 u32 pmcintecr; member