Home
last modified time | relevance | path

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

/arch/sh/boards/mach-cayman/
Dsetup.c23 #define RES NO_PRIORITY /* Disabled */
38 #define DM0 NO_PRIORITY /* DMA Ints */
39 #define DM1 NO_PRIORITY
40 #define DM2 NO_PRIORITY
41 #define DM3 NO_PRIORITY
42 #define DAE NO_PRIORITY
44 #define TU1 NO_PRIORITY
45 #define TU2 NO_PRIORITY
46 #define TI2 NO_PRIORITY
47 #define ATI NO_PRIORITY /* RTC Ints */
[all …]
/arch/sh/kernel/cpu/irq/
Dintc-sh5.c87 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()
/arch/sh/include/cpu-sh5/cpu/
Dirq.h99 #define NO_PRIORITY 0 /* Disabled */ macro