Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c2992 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()
3380 WRITE_CSR_REG(hba, FC_CA_REG(hba), CA_MBATT); in emlxs_sli3_issue_mbox_cmd()
5029 WRITE_CSR_REG(hba, FC_CA_REG(hba), chipatt); in emlxs_sli3_handle_ring_event()
5537 WRITE_CSR_REG(hba, FC_CA_REG(hba), CA_MBATT); in emlxs_sli3_hba_kill()
5592 WRITE_CSR_REG(hba, FC_CA_REG(hba), CA_MBATT); in emlxs_sli3_hba_kill()
5726 WRITE_CSR_REG(hba, FC_CA_REG(hba), CA_MBATT); in emlxs_sli3_hba_kill4quiesce()
H A Demlxs_dfc.c7917 wptr[1] = READ_CSR_REG(hba, FC_CA_REG(hba)); in emlxs_get_dump_region()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1163 #define FC_CA_REG(_hba) ((volatile uint32_t *) \ macro