Searched refs:mrsas_read_reg_with_retries (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/mrsas/ |
H A D | mrsas.c | 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() [all …]
|