Home
last modified time | relevance | path

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

/NextBSD/sys/sparc64/pci/
HDpsycho.c285 bus_addr_t intrclr, intrmap; in psycho_attach() local
443 if (psycho_find_intrmap(sc, i, &intrmap, &intrclr, in psycho_attach()
451 pica->pica_map = intrmap; in psycho_attach()
461 i, intrmap <= PSR_PCIB3_INT_MAP ? "PCI" : "OBIO", in psycho_attach()
462 (u_long)intrmap, (u_long)PSYCHO_READ8(sc, in psycho_attach()
463 intrmap), (u_long)intrclr); in psycho_attach()
464 PSYCHO_WRITE8(sc, intrmap, INTMAP_VEC(sc->sc_ign, i)); in psycho_attach()
466 PSYCHO_WRITE8(sc, intrmap, in psycho_attach()
641 psycho_set_intr(struct psycho_softc *sc, u_int index, bus_addr_t intrmap, in psycho_set_intr() argument
650 if (sc->sc_irq_res[index] == NULL && intrmap >= PSR_POWER_INT_MAP) { in psycho_set_intr()
[all …]
HDschizo.c725 bus_addr_t intrclr, intrmap; in schizo_intr_register() local
728 if (schizo_get_intrmap(sc, ino, &intrmap, &intrclr) == 0) in schizo_intr_register()
734 sica->sica_map = intrmap; in schizo_intr_register()
738 ino, (u_long)intrmap, (u_long)SCHIZO_PCI_READ_8(sc, intrmap), in schizo_intr_register()
752 bus_addr_t intrclr, intrmap; in schizo_get_intrmap() local
767 intrmap = STX_PCI_IMAP_BASE + (ino << 3); in schizo_get_intrmap()
769 mr = SCHIZO_PCI_READ_8(sc, intrmap); in schizo_get_intrmap()
778 *intrmapptr = intrmap; in schizo_get_intrmap()
HDfire.c782 bus_addr_t intrclr, intrmap; in fire_intr_register() local
785 if (fire_get_intrmap(sc, ino, &intrmap, &intrclr) == 0) in fire_intr_register()
793 fica->fica_map = intrmap; in fire_intr_register()
/NextBSD/sys/sparc64/sbus/
HDsbus.c266 bus_addr_t intrclr, intrmap, phys; in sbus_attach() local
381 if (sbus_find_intrmap(sc, i, &intrmap, &intrclr) == 0) in sbus_attach()
388 sica->sica_map = intrmap; in sbus_attach()
394 (u_long)intrmap, (u_long)SYSIO_READ8(sc, intrmap), in sbus_attach()
657 bus_addr_t intrclr, intrmap; in sbus_find_intrmap() local
667 intrmap = SBR_SLOT0_INT_MAP + INTSLOT(ino) * 8; in sbus_find_intrmap()
672 for (i = 0, intrmap = SBR_SCSI_INT_MAP; in sbus_find_intrmap()
673 intrmap <= SBR_RESERVED_INT_MAP; intrmap += 8, i++) { in sbus_find_intrmap()
674 if (INTVEC(SYSIO_READ8(sc, intrmap)) == in sbus_find_intrmap()
684 *intrmapptr = intrmap; in sbus_find_intrmap()