Searched refs:READ_CSR_REG (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_sli3.c | 2131 status = READ_CSR_REG(hba, FC_HS_REG(hba)); in emlxs_sli3_hba_reset() 2186 hba->sli.sli3.hc_copy = READ_CSR_REG(hba, FC_HC_REG(hba)); in emlxs_sli3_hba_reset() 4404 ha_copy2 = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_get_attention() 4413 ha_copy2 = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_get_attention() 4425 ha_copy2 = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_get_attention() 4588 status = READ_CSR_REG(hba, FC_HS_REG(hba)); in emlxs_handle_ff_error() 4602 READ_CSR_REG(hba, FC_HS_REG(hba)); in emlxs_handle_ff_error() 5638 ha_copy = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_sli3_hba_kill() 6721 ha_copy = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_check_attention()
|
H A D | emlxs_dfc.c | 7446 value = READ_CSR_REG(hba, (hba->sli.sli3.csr_addr + offset)); in emlxs_dfc_read_ctlreg() 7858 wptr[0] = READ_CSR_REG(hba, FC_HA_REG(hba)); in emlxs_get_dump_region() 7859 wptr[1] = READ_CSR_REG(hba, FC_CA_REG(hba)); in emlxs_get_dump_region() 7860 wptr[2] = READ_CSR_REG(hba, FC_HS_REG(hba)); in emlxs_get_dump_region() 7861 wptr[3] = READ_CSR_REG(hba, FC_HC_REG(hba)); in emlxs_get_dump_region()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fc.h | 1223 #define READ_CSR_REG(_hba, _regp) ddi_get32(\ macro
|