Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/
Dpxa_cplds_irqs.c26 #define FPGA_IRQ_SET_CLR 0x10 macro
44 pending = readl(fpga->base + FPGA_IRQ_SET_CLR) & fpga->irq_mask; in cplds_irq_handler()
59 set = readl(fpga->base + FPGA_IRQ_SET_CLR); in cplds_irq_mask_ack()
60 writel(set & ~bit, fpga->base + FPGA_IRQ_SET_CLR); in cplds_irq_mask_ack()
137 writel(0, fpga->base + FPGA_IRQ_SET_CLR); in cplds_probe()