Home
last modified time | relevance | path

Searched refs:FC_CA_REG (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c2987 WRITE_CSR_REG(hba, FC_CA_REG(hba), in emlxs_sli3_issue_iocb_cmd()
3066 WRITE_CSR_REG(hba, FC_CA_REG(hba), in emlxs_sli3_issue_iocb_cmd()
3121 WRITE_CSR_REG(hba, FC_CA_REG(hba), (volatile uint32_t)status); in emlxs_sli3_issue_iocb_cmd()
3375 WRITE_CSR_REG(hba, FC_CA_REG(hba), CA_MBATT); in emlxs_sli3_issue_mbox_cmd()
5024 WRITE_CSR_REG(hba, FC_CA_REG(hba), chipatt); in emlxs_sli3_handle_ring_event()
5532 WRITE_CSR_REG(hba, FC_CA_REG(hba), CA_MBATT); in emlxs_sli3_hba_kill()
5587 WRITE_CSR_REG(hba, FC_CA_REG(hba), CA_MBATT); in emlxs_sli3_hba_kill()
5721 WRITE_CSR_REG(hba, FC_CA_REG(hba), CA_MBATT); in emlxs_sli3_hba_kill4quiesce()
H A Demlxs_dfc.c7859 wptr[1] = READ_CSR_REG(hba, FC_CA_REG(hba)); in emlxs_get_dump_region()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1159 #define FC_CA_REG(_hba) ((volatile uint32_t *) \ macro