Searched refs:SCIF_PRIORITY (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/sh64/mach-harp/ |
D | setup.c | 68 #define ERI SCIF_PRIORITY /* SCIF Ints */ 69 #define RXI SCIF_PRIORITY 70 #define BRI SCIF_PRIORITY 71 #define TXI SCIF_PRIORITY
|
/linux-2.4.37.9/arch/sh64/mach-sim/ |
D | setup.c | 91 #define ERI SCIF_PRIORITY /* SCIF Ints */ 92 #define RXI SCIF_PRIORITY 93 #define BRI SCIF_PRIORITY 94 #define TXI SCIF_PRIORITY
|
/linux-2.4.37.9/arch/sh64/mach-cayman/ |
D | setup.c | 70 #define ERI SCIF_PRIORITY /* SCIF Ints */ 71 #define RXI SCIF_PRIORITY 72 #define BRI SCIF_PRIORITY 73 #define TXI SCIF_PRIORITY
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | irq_ipr.c | 224 make_ipr_irq(SCIF_ERI_IRQ, SCIF_IPR_ADDR, SCIF_IPR_POS, SCIF_PRIORITY); in init_IRQ() 225 make_ipr_irq(SCIF_RXI_IRQ, SCIF_IPR_ADDR, SCIF_IPR_POS, SCIF_PRIORITY); in init_IRQ() 226 make_ipr_irq(SCIF_BRI_IRQ, SCIF_IPR_ADDR, SCIF_IPR_POS, SCIF_PRIORITY); in init_IRQ() 227 make_ipr_irq(SCIF_TXI_IRQ, SCIF_IPR_ADDR, SCIF_IPR_POS, SCIF_PRIORITY); in init_IRQ()
|
/linux-2.4.37.9/include/asm-sh/ |
D | irq.h | 79 #define SCIF_PRIORITY 3 macro 96 #define SCIF_PRIORITY 3 macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | irq.h | 102 #define SCIF_PRIORITY 3 macro
|