Searched refs:gsm_acc_handle (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_fwlog.c | 954 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 D | pmcs_attach.c | 681 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 D | pmcs_subr.c | 6519 rv = ddi_get32(pwp->gsm_acc_handle, &pwp->gsm_regs[off >> 2]); in pmcs_rd_gsm_reg() 6560 ddi_put32(pwp->gsm_acc_handle, &pwp->gsm_regs[off >> 2], val); in pmcs_wr_gsm_reg() 7633 (pmcs_check_acc_handle(pwp->gsm_acc_handle) != DDI_SUCCESS)) { in pmcs_check_acc_dma_handle()
|
/titanic_50/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs.h | 368 ddi_acc_handle_t gsm_acc_handle; member
|