Lines Matching full:pending
183 u32 pending = *(volatile u32 *)SNI_PCIT_INT_REG; in pcit_hwint1() local
187 irq = ffs((pending >> 16) & 0x7f); in pcit_hwint1()
196 u32 pending = *(volatile u32 *)SNI_PCIT_INT_REG; in pcit_hwint0() local
200 irq = ffs((pending >> 16) & 0x3f); in pcit_hwint0()
209 u32 pending = read_c0_cause() & read_c0_status(); in sni_pcit_hwint() local
211 if (pending & C_IRQ1) in sni_pcit_hwint()
213 else if (pending & C_IRQ2) in sni_pcit_hwint()
215 else if (pending & C_IRQ3) in sni_pcit_hwint()
217 else if (pending & C_IRQ5) in sni_pcit_hwint()
223 u32 pending = read_c0_cause() & read_c0_status(); in sni_pcit_hwint_cplus() local
225 if (pending & C_IRQ0) in sni_pcit_hwint_cplus()
227 else if (pending & C_IRQ1) in sni_pcit_hwint_cplus()
229 else if (pending & C_IRQ2) in sni_pcit_hwint_cplus()
231 else if (pending & C_IRQ3) in sni_pcit_hwint_cplus()
233 else if (pending & C_IRQ5) in sni_pcit_hwint_cplus()