Searched refs:level2 (Results 1 – 1 of 1) sorted by relevance
81 int level2 = irqd_to_hwirq(d) & MV64x60_LEVEL2_MASK; in mv64x60_mask_low() local85 mv64x60_cached_low_mask &= ~(1 << level2); in mv64x60_mask_low()94 int level2 = irqd_to_hwirq(d) & MV64x60_LEVEL2_MASK; in mv64x60_unmask_low() local98 mv64x60_cached_low_mask |= 1 << level2; in mv64x60_unmask_low()118 int level2 = irqd_to_hwirq(d) & MV64x60_LEVEL2_MASK; in mv64x60_mask_high() local122 mv64x60_cached_high_mask &= ~(1 << level2); in mv64x60_mask_high()131 int level2 = irqd_to_hwirq(d) & MV64x60_LEVEL2_MASK; in mv64x60_unmask_high() local135 mv64x60_cached_high_mask |= 1 << level2; in mv64x60_unmask_high()155 int level2 = irqd_to_hwirq(d) & MV64x60_LEVEL2_MASK; in mv64x60_mask_gpp() local159 mv64x60_cached_gpp_mask &= ~(1 << level2); in mv64x60_mask_gpp()[all …]