Searched refs:WRITE_CSR_REG (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_sli3.c | 2119 WRITE_CSR_REG(hba, FC_HC_REG(hba), hba->sli.sli3.hc_copy); in emlxs_sli3_hba_reset() 2992 WRITE_CSR_REG(hba, FC_CA_REG(hba), in emlxs_sli3_issue_iocb_cmd() 3071 WRITE_CSR_REG(hba, FC_CA_REG(hba), in emlxs_sli3_issue_iocb_cmd() 3126 WRITE_CSR_REG(hba, FC_CA_REG(hba), (volatile uint32_t)status); in emlxs_sli3_issue_iocb_cmd() 3326 WRITE_CSR_REG(hba, FC_HA_REG(hba), HA_MBATT); in emlxs_sli3_issue_mbox_cmd() 3380 WRITE_CSR_REG(hba, FC_CA_REG(hba), CA_MBATT); in emlxs_sli3_issue_mbox_cmd() 3561 WRITE_CSR_REG(hba, FC_HA_REG(hba), HA_MBATT); in emlxs_sli3_issue_mbox_cmd() 4318 WRITE_CSR_REG(hba, FC_HC_REG(hba), hc_copy); in emlxs_sli3_msi_intr() 4333 WRITE_CSR_REG(hba, FC_HC_REG(hba), hba->sli.sli3.hc_copy); in emlxs_sli3_msi_intr() 4476 WRITE_CSR_REG(hba, FC_HA_REG(hba), ha_copy2); in emlxs_get_attention() [all …]
|
H A D | emlxs_mbox.c | 1604 WRITE_CSR_REG(hba, FC_HC_REG(hba), in emlxs_read_la_mbcmpl() 1804 WRITE_CSR_REG(hba, FC_HC_REG(hba), hba->sli.sli3.hc_copy); in emlxs_read_la_mbcmpl() 1892 WRITE_CSR_REG(hba, FC_HC_REG(hba), in emlxs_clear_la_mbcmpl() 1904 WRITE_CSR_REG(hba, FC_HC_REG(hba), in emlxs_clear_la_mbcmpl() 1922 WRITE_CSR_REG(hba, FC_HC_REG(hba), hba->sli.sli3.hc_copy); in emlxs_clear_la_mbcmpl()
|
H A D | emlxs_dfc.c | 7439 WRITE_CSR_REG(hba, (hba->sli.sli3.csr_addr + offset), value); in emlxs_dfc_write_ctlreg()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 1223 #define WRITE_CSR_REG(_hba, _regp, _value) ddi_put32(\ macro
|