Searched refs:IMASK_PRIORITY (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/cpu/irq/
H A Dimask.c34 #define IMASK_PRIORITY 15 macro
78 if (interrupt_priority < IMASK_PRIORITY - irq)
79 interrupt_priority = IMASK_PRIORITY - irq;
87 interrupt_priority = IMASK_PRIORITY - ffz(imask_mask);

Completed in 106 milliseconds