Searched refs:intrmap (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/sparc64/pci/
H A Dpsycho.c286 bus_addr_t intrclr, intrmap; local
444 if (psycho_find_intrmap(sc, i, &intrmap, &intrclr,
452 pica->pica_map = intrmap;
462 i, intrmap <= PSR_PCIB3_INT_MAP ? "PCI" : "OBIO",
463 (u_long)intrmap, (u_long)PSYCHO_READ8(sc,
464 intrmap), (u_long)intrclr);
465 PSYCHO_WRITE8(sc, intrmap, INTMAP_VEC(sc->sc_ign, i));
467 PSYCHO_WRITE8(sc, intrmap,
642 psycho_set_intr(struct psycho_softc *sc, u_int index, bus_addr_t intrmap, argument
651 if (sc->sc_irq_res[index] == NULL && intrmap >
673 bus_addr_t intrclr, intrmap; local
930 bus_addr_t intrmap; local
[all...]
H A Dschizo.c725 bus_addr_t intrclr, intrmap; local
728 if (schizo_get_intrmap(sc, ino, &intrmap, &intrclr) == 0)
734 sica->sica_map = intrmap;
738 ino, (u_long)intrmap, (u_long)SCHIZO_PCI_READ_8(sc, intrmap),
752 bus_addr_t intrclr, intrmap; local
767 intrmap = STX_PCI_IMAP_BASE + (ino << 3);
769 mr = SCHIZO_PCI_READ_8(sc, intrmap);
778 *intrmapptr = intrmap;
H A Dfire.c782 bus_addr_t intrclr, intrmap; local
785 if (fire_get_intrmap(sc, ino, &intrmap, &intrclr) == 0)
793 fica->fica_map = intrmap;
/freebsd-10-stable/sys/sparc64/sbus/
H A Dsbus.c266 bus_addr_t intrclr, intrmap, phys; local
381 if (sbus_find_intrmap(sc, i, &intrmap, &intrclr) == 0)
388 sica->sica_map = intrmap;
394 (u_long)intrmap, (u_long)SYSIO_READ8(sc, intrmap),
657 bus_addr_t intrclr, intrmap; local
667 intrmap = SBR_SLOT0_INT_MAP + INTSLOT(ino) * 8;
672 for (i = 0, intrmap = SBR_SCSI_INT_MAP;
673 intrmap <= SBR_RESERVED_INT_MAP; intrmap
[all...]

Completed in 160 milliseconds