Lines Matching defs:pending
58 u32 pending, offset = cpu_logical_map(smp_processor_id()) * 8;
62 pending = readl(gc->reg_base + LIOINTC_REG_INTC_STATUS + offset);
64 if (!pending) {
69 pending = BIT(LIOINTC_ERRATA_IRQ);
74 while (pending) {
75 int bit = __ffs(pending);
78 pending &= ~BIT(bit);
208 u32 pending = priv->handler[i].parent_int_map;
210 while (pending) {
211 int bit = __ffs(pending);
214 pending &= ~BIT(bit);