Lines Matching refs:req_bitmap
168 u32 req_bitmap; in qmgr_irq2_a0() local
173 req_bitmap = __raw_readl(&qmgr_regs->irqen[1]) & in qmgr_irq2_a0()
175 while (req_bitmap) { in qmgr_irq2_a0()
176 i = __fls(req_bitmap); /* number of the last "high" queue */ in qmgr_irq2_a0()
177 req_bitmap &= ~BIT(i); in qmgr_irq2_a0()
188 u32 req_bitmap = __raw_readl(&qmgr_regs->irqstat[half]); in qmgr_irq() local
190 if (!req_bitmap) in qmgr_irq()
192 __raw_writel(req_bitmap, &qmgr_regs->irqstat[half]); /* ACK */ in qmgr_irq()
194 while (req_bitmap) { in qmgr_irq()
195 i = __fls(req_bitmap); /* number of the last queue */ in qmgr_irq()
196 req_bitmap &= ~BIT(i); in qmgr_irq()