Lines Matching refs:level2
81 int level2 = irqd_to_hwirq(d) & MV64x60_LEVEL2_MASK; in mv64x60_mask_low() local
85 mv64x60_cached_low_mask &= ~(1 << level2); in mv64x60_mask_low()
94 int level2 = irqd_to_hwirq(d) & MV64x60_LEVEL2_MASK; in mv64x60_unmask_low() local
98 mv64x60_cached_low_mask |= 1 << level2; in mv64x60_unmask_low()
118 int level2 = irqd_to_hwirq(d) & MV64x60_LEVEL2_MASK; in mv64x60_mask_high() local
122 mv64x60_cached_high_mask &= ~(1 << level2); in mv64x60_mask_high()
131 int level2 = irqd_to_hwirq(d) & MV64x60_LEVEL2_MASK; in mv64x60_unmask_high() local
135 mv64x60_cached_high_mask |= 1 << level2; in mv64x60_unmask_high()
155 int level2 = irqd_to_hwirq(d) & MV64x60_LEVEL2_MASK; in mv64x60_mask_gpp() local
159 mv64x60_cached_gpp_mask &= ~(1 << level2); in mv64x60_mask_gpp()
168 int level2 = irqd_to_hwirq(d) & MV64x60_LEVEL2_MASK; in mv64x60_mask_ack_gpp() local
172 mv64x60_cached_gpp_mask &= ~(1 << level2); in mv64x60_mask_ack_gpp()
176 ~(1 << level2)); in mv64x60_mask_ack_gpp()
183 int level2 = irqd_to_hwirq(d) & MV64x60_LEVEL2_MASK; in mv64x60_unmask_gpp() local
187 mv64x60_cached_gpp_mask |= 1 << level2; in mv64x60_unmask_gpp()