ICIP
icip = __raw_readl(pxa_irq_base + ICIP);
#define xip_irqpending() (ICIP & ICMR)
icip = readl_relaxed(iobase + ICIP);