Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sh/boards/mach-cayman/
Dsetup.c20 #define RES NO_PRIORITY /* Disabled */
35 #define DM0 NO_PRIORITY /* DMA Ints */
36 #define DM1 NO_PRIORITY
37 #define DM2 NO_PRIORITY
38 #define DM3 NO_PRIORITY
39 #define DAE NO_PRIORITY
41 #define TU1 NO_PRIORITY
42 #define TU2 NO_PRIORITY
43 #define TI2 NO_PRIORITY
44 #define ATI NO_PRIORITY /* RTC Ints */
[all …]
/Linux-v5.4/arch/sh/kernel/cpu/irq/
Dintc-sh5.c84 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()
/Linux-v5.4/arch/sh/include/cpu-sh5/cpu/
Dirq.h96 #define NO_PRIORITY 0 /* Disabled */ macro