HomeSort by: relevance | last modified time | path
    Searched defs:priority_shift (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/arm/imx/
imx31_icu.c 128 int priority_shift; local in function:avic_establish_irq
135 priority_shift = (is->is_irq & 7) * 4;
137 v &= ~(0x0f << priority_shift);
138 v |= SW_TO_HW_IPL(is->is_ipl) << priority_shift;
imx51_tzic.c 214 int priority_shift; local in function:tzic_establish_irq
222 priority_shift = (is->is_irq % 4) * 8;
225 reg &= ~(0xff << priority_shift);
226 reg |= SW_TO_HW_IPL(is->is_ipl) << priority_shift;
imx31_icu.c 128 int priority_shift; local in function:avic_establish_irq
135 priority_shift = (is->is_irq & 7) * 4;
137 v &= ~(0x0f << priority_shift);
138 v |= SW_TO_HW_IPL(is->is_ipl) << priority_shift;
imx51_tzic.c 214 int priority_shift; local in function:tzic_establish_irq
222 priority_shift = (is->is_irq % 4) * 8;
225 reg &= ~(0xff << priority_shift);
226 reg |= SW_TO_HW_IPL(is->is_ipl) << priority_shift;

Completed in 21 milliseconds