Searched defs:regmap_handle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h543 #define WR_IB_MSG_0(v, instance) ddi_put32((instance)->regmap_handle, \
546 #define RD_OB_MSG_0(instance) ddi_get32((instance)->regmap_handle, \
549 #define WR_IB_DOORBELL(v, instance) ddi_put32((instance)->regmap_handle, \
552 #define RD_IB_DOORBELL(instance) ddi_get32((instance)->regmap_handle, \
555 #define WR_OB_INTR_STATUS(v, instance) ddi_put32((instance)->regmap_handle, \
558 #define RD_OB_INTR_STATUS(instance) ddi_get32((instance)->regmap_handle, \
561 #define WR_OB_INTR_MASK(v, instance) ddi_put32((instance)->regmap_handle, \
564 #define RD_OB_INTR_MASK(instance) ddi_get32((instance)->regmap_handle, \
567 #define WR_IB_QPORT(v, instance) ddi_put32((instance)->regmap_handle, \
570 #define WR_OB_DOORBELL_CLEAR(v, instance) ddi_put32((instance)->regmap_handle, \
1186 ddi_acc_handle_t regmap_handle; member in struct:megasas_instance
[all...]
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h526 ddi_acc_handle_t regmap_handle; member in struct:mrsas_instance
1104 #define WR_IB_WRITE_SEQ(v, instance) ddi_put32((instance)->regmap_handle, \
1107 #define RD_OB_DRWE(instance) ddi_get32((instance)->regmap_handle, \
1110 #define WR_IB_DRWE(v, instance) ddi_put32((instance)->regmap_handle, \
1120 #define WR_IB_MSG_0(v, instance) ddi_put32((instance)->regmap_handle, \
1123 #define RD_OB_MSG_0(instance) ddi_get32((instance)->regmap_handle, \
1126 #define WR_IB_DOORBELL(v, instance) ddi_put32((instance)->regmap_handle, \
1129 #define RD_IB_DOORBELL(instance) ddi_get32((instance)->regmap_handle, \
1132 #define WR_OB_INTR_STATUS(v, instance) ddi_put32((instance)->regmap_handle, \
1135 #define RD_OB_INTR_STATUS(instance) ddi_get32((instance)->regmap_handle, \
[all...]

Completed in 107 milliseconds