Searched refs:ICLR (Results 1 – 4 of 4) sorted by relevance
23 #define ICLR 0x08 /* IC Level Reg. */ macro94 st->iclr = readl_relaxed(iobase + ICLR); in sa1100irq_suspend()111 writel_relaxed(st->iclr, iobase + ICLR); in sa1100irq_resume()158 writel_relaxed(0, iobase + ICLR); in sa11x0_init_irq_nodt()
31 #define ICLR (0x008) macro161 __raw_writel(0, base + ICLR); /* all IRQs are IRQ, not FIQ */ in pxa_init_irq_common()209 __raw_writel(0, base + ICLR); in pxa_irq_resume()
91 ICLR = 0; in sa11x0_pm_enter()
1212 #define ICLR __REG(0x90050008) /* IC Level Reg. */ macro
Completed in 12 milliseconds