Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dpxa_cplds_irqs.c22 #define FPGA_IRQ_SET_CLR 0x10 macro
41 pending = readl(fpga->base + FPGA_IRQ_SET_CLR) & fpga->irq_mask; in cplds_irq_handler()
67 set = readl(fpga->base + FPGA_IRQ_SET_CLR); in cplds_irq_unmask()
68 writel(set & ~bit, fpga->base + FPGA_IRQ_SET_CLR); in cplds_irq_unmask()
135 writel(0, fpga->base + FPGA_IRQ_SET_CLR); in cplds_probe()