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

12

/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Di8259.h66 #define ICU_LEN 16 /* 32-47 are ISA interrupts */ macro
/netbsd-6-1-5-RELEASE/sys/arch/shark/isa/
H A Disa_shark_machdep.c143 #define LEGAL_IRQ(x) ((x) >= 0 && (x) < ICU_LEN && (x) != 2)
/netbsd-6-1-5-RELEASE/sys/arch/arc/arc/
H A Dc_magnum.c145 return in32(R4030_SYS_ISA_VECTOR) & (ICU_LEN - 1);
H A Dc_nec_eisa.c128 return in32(RD94_SYS_INTSTAT2) & (ICU_LEN - 1);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/pci/
H A Dsio.c326 #define ICU_LEN 16 /* number of ISA IRQs (XXX) */ macro
328 if (irq >= ICU_LEN) {
/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Ds3c2410reg.h84 #define ICU_LEN (32+11) macro
H A Ds3c2800reg.h99 #define ICU_LEN 29 macro
H A Ds3c2440reg.h115 #define ICU_LEN (32+11) macro
/netbsd-6-1-5-RELEASE/sys/arch/prep/pci/
H A Dpci_machdep.c240 if (line >= ICU_LEN) {
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/mca/
H A Dmca_machdep.c160 if (ih == 0 || ih >= ICU_LEN)
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dcpc700.c242 for (irq = 0; irq < ICU_LEN; irq++) {
/netbsd-6-1-5-RELEASE/sys/arch/arm/sa11x0/
H A Dsa11x0_irq.S299 .space ICU_LEN*4 /* XXX Should be linked to number of interrupts */
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dpxa2x0reg.h142 #define ICU_LEN 32 /* but [0..7,15,16] is not used */ macro

Completed in 107 milliseconds

12