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