Searched refs:ICU_LEN (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/rs6000/include/
H A Dintr.h37 #define ICU_LEN 16 macro
/netbsd-6-1-5-RELEASE/sys/arch/bebox/include/
H A Dintr.h44 #define ICU_LEN 32 macro
46 #define LEGAL_HWIRQ_P(x) ((u_int)(x) < ICU_LEN && (x) != IRQ_SLAVE)
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/include/
H A Dpmppc_intr.h44 #define ICU_LEN 32 macro
47 #define LEGAL_HWIRQ_P(x) ((u_int)(x) < ICU_LEN && (ICU_MASK & (0x80000000 >> (x))))
/netbsd-6-1-5-RELEASE/sys/arch/prep/include/
H A Dintr.h46 #define ICU_LEN 32 macro
49 #define LEGAL_HWIRQ_P(x) ((u_int)(x) < ICU_LEN && (x) != IRQ_SLAVE)
51 #define OPENPIC_INTR_NUM ((ICU_LEN)-(I8259_INTR_NUM))
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/include/
H A Dintr.h43 #define ICU_LEN 32 macro
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/include/
H A Dintr.h42 #define ICU_LEN 64 macro
/netbsd-6-1-5-RELEASE/sys/arch/shark/isa/
H A Dicu.h68 #define ICU_LEN 16 /* 32-47 are ISA interrupts */ macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/footbridge/isa/
H A Dicu.h68 #define ICU_LEN 16 /* 32-47 are ISA interrupts */ macro
H A Disa_machdep.c172 static struct intrq isa_intrq[ICU_LEN];
188 for (irq = 0; irq < ICU_LEN; irq++) {
200 for (irq = 0; irq < ICU_LEN; irq++)
210 for (irq = 0; irq < ICU_LEN; irq++) {
222 for (irq = 0; irq < ICU_LEN; irq++)
232 for (irq = 0; irq < ICU_LEN; irq++) {
248 #define LEGAL_IRQ(x) ((x) >= 0 && (x) < ICU_LEN && (x) != 2)
272 for (i = 0; i < ICU_LEN; i++) {
440 for (i = 0; i < ICU_LEN; i++) {
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/include/
H A Dintr.h42 #define ICU_LEN 32 macro
44 #define LEGAL_HWIRQ_P(x) ((u_int)(x) < ICU_LEN && (x) != IRQ_SLAVE)
/netbsd-6-1-5-RELEASE/sys/arch/ibmnws/include/
H A Dintr.h45 #define ICU_LEN 32 macro
48 #define LEGAL_HWIRQ_P(x) ((u_int)(x) < ICU_LEN && (x) != IRQ_SLAVE)
/netbsd-6-1-5-RELEASE/sys/arch/macppc/include/
H A Dintr.h41 #define ICU_LEN 64 macro
/netbsd-6-1-5-RELEASE/sys/arch/arc/isa/
H A Disabrvar.h77 #define ICU_LEN 16 macro
H A Disabus.c229 #define LEGAL_IRQ(x) ((x) >= 0 && (x) < ICU_LEN && (x) != 2)
232 int intrtype[ICU_LEN], intrmask[ICU_LEN], intrlevel[ICU_LEN];
233 struct isa_intrhand *isa_intrhand[ICU_LEN];
255 for (irq = 0; irq < ICU_LEN; irq++) {
265 for (irq = 0; irq < ICU_LEN; irq++)
289 for (irq = 0; irq < ICU_LEN; irq++) {
299 for (irq = 0; irq < ICU_LEN; irq++)
423 imen |= 1 << (isa_vector & (ICU_LEN
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/marvell/
H A Dmarvell_intr.h47 #define ICU_LEN (64 + 32) /* Main Interrupt(64) + GPIO(32) */ macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Ds3c2800_intr.h49 #define SI_TO_IRQBIT(si) ((si)==SI_SOFTSERIAL? (1<<9) : (1U<<(ICU_LEN+(si))))
H A Ds3c2800_intr.c59 struct s3c2xx0_intr_dispatch handler[ICU_LEN];
66 int s3c2xx0_ilevel[ICU_LEN];
95 for (irqno = ICU_LEN-1; irqno >= 0; --irqno)
142 if (irqno < 0 || irqno >= ICU_LEN ||
204 s3c2xx0_intr_init(handler, ICU_LEN);
H A Ds3c2410_intr.c56 struct s3c2xx0_intr_dispatch handler[ICU_LEN];
68 int s3c2xx0_ilevel[ICU_LEN];
206 if (irqno < 0 || irqno >= ICU_LEN ||
309 s3c2xx0_intr_init(handler, ICU_LEN);
H A Ds3c2440_intr.c83 struct s3c2xx0_intr_dispatch handler[ICU_LEN];
95 int s3c2xx0_ilevel[ICU_LEN];
236 if (irqno < 0 || irqno >= ICU_LEN ||
339 s3c2xx0_intr_init(handler, ICU_LEN);
/netbsd-6-1-5-RELEASE/sys/arch/arm/sa11x0/
H A Dsa11x0_irqhandler.c117 int intrlevel[ICU_LEN];
120 for (irq = 0; irq < ICU_LEN; irq++) {
130 for (irq = 0; irq < ICU_LEN; irq++)
174 if (irq < 0 || irq >= ICU_LEN || type == IST_NONE)
239 if (irq < 0 || irq >= ICU_LEN)
286 for (irq = 0; irq < ICU_LEN; irq++) {
H A Dsa11x0_reg.h65 #define ICU_LEN 32 macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/pci/
H A Dsio_pic.c104 #define ICU_LEN 16 /* number of ISA IRQs */ macro
348 sio_intr = alpha_shared_intr_alloc(ICU_LEN, 8);
353 for (i = 0; i < ICU_LEN; i++) {
419 if (irq == 0 || irq >= ICU_LEN || irq == 2)
430 if (irq == 0 || irq >= ICU_LEN || irq == 2)
441 if (irq > ICU_LEN || type == IST_NONE)
515 if (irq > ICU_LEN || irq < 0)
533 #define LEGAL_IRQ(x) ((x) >= 0 && (x) < ICU_LEN && (x) != 2)
556 for (i = 0; i < ICU_LEN; i++) {
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/pci/
H A Dpci_machdep_common.c93 #ifdef ICU_LEN
94 if (ih == 0 || ih >= ICU_LEN
121 #ifdef ICU_LEN
122 if (ih == 0 || ih >= ICU_LEN
199 #ifdef ICU_LEN
201 if (line >= ICU_LEN) {
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dpxa2x0_intr.c91 } handler[ICU_LEN];
97 static int extirq_level[ICU_LEN];
214 if (irqmin <= irqno && irqno < ICU_LEN){
296 if (irqno < irqmin || irqno >= ICU_LEN)
321 if (irqno < irqmin || irqno >= ICU_LEN)
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/malta/pci/
H A Dpcib.c65 #define ICU_LEN 16 /* number of ISA IRQs */ macro
67 const char * const isa_intrnames[ICU_LEN] = {
105 struct pcib_intrhead sc_intrtab[ICU_LEN];
305 for (size_t i = 0; i < ICU_LEN; i++) {
469 if (irq == 0 || irq >= ICU_LEN || irq == 2)
480 if (irq == 0 || irq >= ICU_LEN || irq == 2)
493 if (irq >= ICU_LEN || irq == 2 || type == IST_NONE)
576 for (i = 0; i < ICU_LEN; i++) {

Completed in 144 milliseconds

12