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,
969 ddi_rep_get32(pwp->gsm_acc_handle, local_buf,
984 ddi_rep_get32(pwp->gsm_acc_handle, local_buf,
998 ddi_rep_get32(pwp->gsm_acc_handle, local_buf,
1013 ddi_rep_get32(pwp->gsm_acc_handle, local_buf,
H A Dpmcs_attach.c681 0, 0, &pwp->reg_acc_attr, &pwp->gsm_acc_handle)) {
696 ddi_regs_map_free(&pwp->gsm_acc_handle);
1530 if (pwp->gsm_acc_handle) {
1531 ddi_regs_map_free(&pwp->gsm_acc_handle);
1532 pwp->gsm_acc_handle = 0;
H A Dpmcs_subr.c6519 rv = ddi_get32(pwp->gsm_acc_handle, &pwp->gsm_regs[off >> 2]);
6560 ddi_put32(pwp->gsm_acc_handle, &pwp->gsm_regs[off >> 2], val);
7633 (pmcs_check_acc_handle(pwp->gsm_acc_handle) != DDI_SUCCESS)) {
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h368 ddi_acc_handle_t gsm_acc_handle; member in struct:pmcs_hw

Completed in 73 milliseconds