Home
last modified time | relevance | path

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

/arch/powerpc/sysdev/
Dmv64x60_pic.c81 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()
[all …]