Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fwlog.c954 ddi_rep_get32(pwp->gsm_acc_handle, local_buf, in pmcs_dump_gsm()
969 ddi_rep_get32(pwp->gsm_acc_handle, local_buf, in pmcs_dump_gsm()
984 ddi_rep_get32(pwp->gsm_acc_handle, local_buf, in pmcs_dump_gsm()
998 ddi_rep_get32(pwp->gsm_acc_handle, local_buf, in pmcs_dump_gsm()
1013 ddi_rep_get32(pwp->gsm_acc_handle, local_buf, in pmcs_dump_gsm()
H A Dpmcs_attach.c681 0, 0, &pwp->reg_acc_attr, &pwp->gsm_acc_handle)) { in pmcs_attach()
696 ddi_regs_map_free(&pwp->gsm_acc_handle); in pmcs_attach()
1530 if (pwp->gsm_acc_handle) { in pmcs_unattach()
1531 ddi_regs_map_free(&pwp->gsm_acc_handle); in pmcs_unattach()
1532 pwp->gsm_acc_handle = 0; in pmcs_unattach()
H A Dpmcs_subr.c6523 rv = ddi_get32(pwp->gsm_acc_handle, &pwp->gsm_regs[off >> 2]); in pmcs_rd_gsm_reg()
6564 ddi_put32(pwp->gsm_acc_handle, &pwp->gsm_regs[off >> 2], val); in pmcs_wr_gsm_reg()
7637 (pmcs_check_acc_handle(pwp->gsm_acc_handle) != DDI_SUCCESS)) { in pmcs_check_acc_dma_handle()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h368 ddi_acc_handle_t gsm_acc_handle; member