Home
last modified time | relevance | path

Searched refs:SCIF_PRIORITY (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/sh64/mach-harp/
Dsetup.c68 #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/
Dsetup.c91 #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/
Dsetup.c70 #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/
Dirq_ipr.c224 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/
Dirq.h79 #define SCIF_PRIORITY 3 macro
96 #define SCIF_PRIORITY 3 macro
/linux-2.4.37.9/include/asm-sh64/
Dirq.h102 #define SCIF_PRIORITY 3 macro