/src/sys/dev/eisa/ |
ahc_eisa.c | 109 int irq, intrtype; local in function:ahc_eisa_attach 164 intrtype = IST_EDGE; 167 intrtype = IST_LEVEL; 172 intrtype, IPL_BIO, ahc_intr, ahc);
|
/src/sys/arch/i386/isa/ |
ahc_isa.c | 365 int irq, intrtype; local in function:ahc_isa_attach 423 intrtype = IST_EDGE; 426 intrtype = IST_LEVEL; 430 intrtype, IPL_BIO, ahc_intr, ahc);
|
/src/sys/arch/arc/isa/ |
isabus.c | 238 int intrtype[ICU_LEN], intrmask[ICU_LEN], intrlevel[ICU_LEN]; variable in typeref:typename:int[] 354 switch (intrtype[irq]) { 356 intrtype[irq] = type; 360 if (type == intrtype[irq]) 365 isa_intr_typename(intrtype[irq]), 478 intrtype[i] = IST_EDGE; 481 intrtype[i] = IST_NONE; 577 if (intrtype[irq] == IST_NONE) { 582 if (type == IST_LEVEL && intrtype[irq] == IST_LEVEL) {
|
/src/sys/arch/prep/prep/ |
residual.c | 918 static const unsigned char *intrtype[] = local in function:large_vendor_pcibridge_subr 959 intrtype[pi->map[i].intrctrltype - 1],
|