Home
last modified time | relevance | path

Searched refs:WR_IB_DOORBELL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c2378 WR_IB_DOORBELL(MFI_INIT_CLEAR_HANDSHAKE | in mfi_state_transition_to_ready()
2393 WR_IB_DOORBELL(MFI_INIT_HOTPLUG, instance); in mfi_state_transition_to_ready()
2409 WR_IB_DOORBELL(MFI_RESET_FLAGS, instance); in mfi_state_transition_to_ready()
2474 WR_IB_DOORBELL(0xF, instance); in mfi_state_transition_to_ready()
H A Dmegaraid_sas.h549 #define WR_IB_DOORBELL(v, instance) ddi_put32((instance)->regmap_handle, \ macro
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c3817 WR_IB_DOORBELL(MFI_INIT_CLEAR_HANDSHAKE | in mfi_state_transition_to_ready()
3836 WR_IB_DOORBELL(MFI_INIT_HOTPLUG, instance); in mfi_state_transition_to_ready()
3856 WR_IB_DOORBELL(MFI_RESET_FLAGS, instance); in mfi_state_transition_to_ready()
3953 WR_IB_DOORBELL(0xF, instance); in mfi_state_transition_to_ready()
6922 WR_IB_DOORBELL(MFI_STOP_ADP, instance); in mrsas_kill_adapter()
H A Dmr_sas.h1128 #define WR_IB_DOORBELL(v, instance) ddi_put32((instance)->regmap_handle, \ macro