Lines Matching refs:mrsas_read_reg_with_retries

95 mrsas_read_reg_with_retries(struct mrsas_softc *sc, int offset);
246 mrsas_read_reg_with_retries(struct mrsas_softc *sc, int offset) in mrsas_read_reg_with_retries() function
318 status = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, outbound_intr_status)); in mrsas_clear_intr()
2342 scratch_pad_3 = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, outbound_scratch_pad_3)); in mrsas_init_fw()
2353 …msix_enable = (mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, outbound_scratch_pad)) & 0x… in mrsas_init_fw()
2356 scratch_pad_2 = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_init_fw()
2416 scratch_pad_4 = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_init_fw()
2559 status = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, outbound_scratch_pad)); in mrsas_init_adapter()
2573 scratch_pad_2 = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_init_adapter()
2720 scratch_pad_2 = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_ioc_init()
2799 scratch_pad_2 = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_ioc_init()
2961 val = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, outbound_scratch_pad)); in mrsas_transition_to_ready()
2969 abs_state = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, outbound_scratch_pad)); in mrsas_transition_to_ready()
2997 if (mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, doorbell)) & 1) in mrsas_transition_to_ready()
3035 fw_state = (mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_transition_to_ready()
3037 curr_abs_state = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_transition_to_ready()
3111 fw_status = mrsas_read_reg_with_retries(sc, in mrsas_ocr_thread()
3269 status_reg = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_reset_ctrl()
3299 host_diag = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_reset_ctrl()
3304 host_diag = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_reset_ctrl()
3321 host_diag = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_reset_ctrl()
3326 host_diag = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_reset_ctrl()
3337 abs_state = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_reset_ctrl()
3343 abs_state = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_reset_ctrl()
3517 fw_state = mrsas_read_reg_with_retries(sc, offsetof(mrsas_reg_set, in mrsas_wait_for_outstanding()