Searched refs:pmcs_wr_msgunit (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs_reg.h | 380 void pmcs_wr_msgunit(pmcs_hw_t *, uint32_t, uint32_t);
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_attach.c | 1439 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_MASK, 0xffffffff); in pmcs_unattach() 2594 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_MASK, pwp->intr_mask); in pmcs_setup_intr() 2595 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_CLEAR, 0xffffffff); in pmcs_setup_intr() 2653 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_CLEAR, in pmcs_iodone_ix() 2689 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_CLEAR, in pmcs_nonio_ix() 2720 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_CLEAR, in pmcs_all_intr() 2727 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_CLEAR, in pmcs_all_intr() 2734 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_CLEAR, in pmcs_all_intr() 2743 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_CLEAR, obdb); in pmcs_all_intr()
|
H A D | pmcs_subr.c | 446 pmcs_wr_msgunit(pwp, PMCS_MSGU_IBDB, PMCS_MSGU_IBDB_MPIINI); in pmcs_start_mpi() 498 pmcs_wr_msgunit(pwp, PMCS_MSGU_IBDB, PMCS_MSGU_IBDB_MPICTU); in pmcs_stop_mpi() 1448 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_MASK, 0xffffffff); in pmcs_soft_reset() 1449 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_CLEAR, 0xffffffff); in pmcs_soft_reset() 1523 pmcs_wr_msgunit(pwp, PMCS_MSGU_HOST_SCRATCH0, HST_SFT_RESET_SIG); in pmcs_soft_reset() 1667 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_MASK, 0xffffffff); in pmcs_soft_reset() 1668 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_CLEAR, 0xffffffff); in pmcs_soft_reset() 1770 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_MASK, pwp->intr_mask); in pmcs_soft_reset() 1771 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_CLEAR, 0xffffffff); in pmcs_soft_reset() 1865 pmcs_wr_msgunit(pwp, PMCS_MSGU_OBDB_MASK, 0xffffffff); in pmcs_hot_reset() [all …]
|