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