i82365_isasubr.c | 274 int s, i, chipmask, chipuniq; local in function:pcic_isa_config_interrupts 281 chipmask = 0xffff; 298 chipmask &= sc->intr_mask[h->chip]; 306 if ((sc->intr_mask[i / 2] & ~chipmask) == 0) { 324 if ((chipmask & (1 << sc->irq)) == 0) 328 } else if (chipmask == 0 || 329 isa_intr_alloc(ic, chipmask, IST_EDGE, &sc->irq)) { 332 } else if ((chipmask & ~(1 << sc->irq)) == 0 && chipuniq == 0) {
|