Searched refs:NO_PRIORITY (Results 1 – 3 of 3) sorted by relevance
23 #define RES NO_PRIORITY /* Disabled */38 #define DM0 NO_PRIORITY /* DMA Ints */39 #define DM1 NO_PRIORITY40 #define DM2 NO_PRIORITY41 #define DM3 NO_PRIORITY42 #define DAE NO_PRIORITY44 #define TU1 NO_PRIORITY45 #define TU2 NO_PRIORITY46 #define TI2 NO_PRIORITY47 #define ATI NO_PRIORITY /* RTC Ints */[all …]
87 if ((irq <= IRQ_IRL3) && (irlm == NO_PRIORITY)) in enable_intc_irq()146 __raw_writel( NO_PRIORITY, reg); in plat_irq_setup()161 if (irlm == NO_PRIORITY) { in plat_irq_setup()
99 #define NO_PRIORITY 0 /* Disabled */ macro