HomeSort by: relevance | last modified time | path
    Searched defs:chipmask (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/isa/
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) {

Completed in 12 milliseconds