Searched refs:intrclr (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,
452 pica->pica_clr = intrclr;
463 intrmap), (u_long)intrclr);
465 PSYCHO_WRITE8(sc, intrclr, INTCLR_IDLE);
672 bus_addr_t intrclr, intrmap; local
693 for (intrmap = PSR_SCSI_INT_MAP, intrclr = PSR_SCSI_INT_CLR;
694 intrmap <= PSR_PWRMGT_INT_MAP; intrmap += 8, intrclr += 8,
712 for (intrmap = PSR_PCIA0_INT_MAP, intrclr = PSR_PCIA0_INT_CLR;
713 intrmap <= PSR_PCIB3_INT_MAP; intrmap += 8, intrclr
[all...]
H A Dschizo.c725 bus_addr_t intrclr, intrmap; local
728 if (schizo_get_intrmap(sc, ino, &intrmap, &intrclr) == 0)
735 sica->sica_clr = intrclr;
739 (u_long)intrclr);
752 bus_addr_t intrclr, intrmap; local
768 intrclr = STX_PCI_ICLR_BASE + (ino << 3);
780 *intrclrptr = intrclr;
H A Dfire.c781 bus_addr_t intrclr, intrmap; local
784 if (fire_get_intrmap(sc, ino, &intrmap, &intrclr) == 0)
793 fica->fica_clr = intrclr;
/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)
389 sica->sica_clr = intrclr;
395 (u_long)intrclr);
657 bus_addr_t intrclr, intrmap; local
668 intrclr = SBR_SLOT0_INT_CLR +
671 intrclr = 0;
676 intrclr = SBR_SCSI_INT_CLR + i * 8;
680 if (intrclr == 0)
686 *intrclrptr = intrclr;
[all...]

Completed in 104 milliseconds