Searched refs:NO_PRIORITY (Results 1 – 3 of 3) sorted by relevance
20 #define RES NO_PRIORITY /* Disabled */35 #define DM0 NO_PRIORITY /* DMA Ints */36 #define DM1 NO_PRIORITY37 #define DM2 NO_PRIORITY38 #define DM3 NO_PRIORITY39 #define DAE NO_PRIORITY41 #define TU1 NO_PRIORITY42 #define TU2 NO_PRIORITY43 #define TI2 NO_PRIORITY44 #define ATI NO_PRIORITY /* RTC Ints */[all …]
84 if ((irq <= IRQ_IRL3) && (irlm == NO_PRIORITY)) in enable_intc_irq()143 __raw_writel( NO_PRIORITY, reg); in plat_irq_setup()158 if (irlm == NO_PRIORITY) { in plat_irq_setup()
96 #define NO_PRIORITY 0 /* Disabled */ macro