Home
last modified time | relevance | path

Searched refs:outbound_scratch_pad (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/mrsas/
Dmrsas.c289 outbound_scratch_pad)); in mrsas_clear_intr()
1791 status = mrsas_read_reg(sc, offsetof(mrsas_reg_set, outbound_scratch_pad)); in mrsas_init_adapter()
2107 val = mrsas_read_reg(sc, offsetof(mrsas_reg_set, outbound_scratch_pad)); in mrsas_transition_to_ready()
2115 abs_state = mrsas_read_reg(sc, offsetof(mrsas_reg_set, outbound_scratch_pad)); in mrsas_transition_to_ready()
2177 outbound_scratch_pad))& MFI_STATE_MASK); in mrsas_transition_to_ready()
2179 outbound_scratch_pad)); in mrsas_transition_to_ready()
2250 offsetof(mrsas_reg_set, outbound_scratch_pad)); in mrsas_ocr_thread()
2343 outbound_scratch_pad)); in mrsas_reset_ctrl()
2413 outbound_scratch_pad)) & MFI_STATE_MASK; in mrsas_reset_ctrl()
2419 outbound_scratch_pad)) & MFI_STATE_MASK; in mrsas_reset_ctrl()
[all …]
Dmrsas.h843 u_int32_t outbound_scratch_pad ; /*00B0h*/ member