Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-pxa/
Dpxa_cplds_irqs.c26 #define FPGA_IRQ_SET_CLR 0x10 macro
45 pending = readl(fpga->base + FPGA_IRQ_SET_CLR) & fpga->irq_mask; in cplds_irq_handler()
71 set = readl(fpga->base + FPGA_IRQ_SET_CLR); in cplds_irq_unmask()
72 writel(set & ~bit, fpga->base + FPGA_IRQ_SET_CLR); in cplds_irq_unmask()
139 writel(0, fpga->base + FPGA_IRQ_SET_CLR); in cplds_probe()