Home
last modified time | relevance | path

Searched refs:req_bitmap (Results 1 – 1 of 1) sorted by relevance

/arch/arm/mach-ixp4xx/
Dixp4xx_qmgr.c80 u32 req_bitmap; in qmgr_irq2_a0() local
85 req_bitmap = qmgr_regs->irqen[1] & qmgr_regs->statne_h; in qmgr_irq2_a0()
86 while (req_bitmap) { in qmgr_irq2_a0()
87 i = __fls(req_bitmap); /* number of the last "high" queue */ in qmgr_irq2_a0()
88 req_bitmap &= ~BIT(i); in qmgr_irq2_a0()
99 u32 req_bitmap = __raw_readl(&qmgr_regs->irqstat[half]); in qmgr_irq() local
101 if (!req_bitmap) in qmgr_irq()
103 __raw_writel(req_bitmap, &qmgr_regs->irqstat[half]); /* ACK */ in qmgr_irq()
105 while (req_bitmap) { in qmgr_irq()
106 i = __fls(req_bitmap); /* number of the last queue */ in qmgr_irq()
[all …]