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

/freebsd-11-stable/sys/sparc64/pci/
H A Dpsycho.c285 bus_addr_t intrclr, intrmap; local
443 if (psycho_find_intrmap(sc, i, &intrmap, &intrclr,
451 pica->pica_map = intrmap;
461 i, intrmap <= PSR_PCIB3_INT_MAP ? "PCI" : "OBIO",
462 (u_long)intrmap, (u_long)PSYCHO_READ8(sc,
463 intrmap), (u_long)intrclr);
464 PSYCHO_WRITE8(sc, intrmap, INTMAP_VEC(sc->sc_ign, i));
466 PSYCHO_WRITE8(sc, intrmap,
641 psycho_set_intr(struct psycho_softc *sc, u_int index, bus_addr_t intrmap, argument
650 if (sc->sc_irq_res[index] == NULL && intrmap >
672 bus_addr_t intrclr, intrmap; local
929 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.c781 bus_addr_t intrclr, intrmap; local
784 if (fire_get_intrmap(sc, ino, &intrmap, &intrclr) == 0)
792 fica->fica_map = intrmap;
/freebsd-11-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 166 milliseconds