Searched refs:ISP_ATIO_Q_OUT (Results 1 – 2 of 2) sorted by relevance
6164 WRT_REG_DWORD(ISP_ATIO_Q_OUT(vha), ha->tgt.atio_ring_index); in qlt_24xx_process_atio_queue()6165 RD_REG_DWORD_RELAXED(ISP_ATIO_Q_OUT(vha)); in qlt_24xx_process_atio_queue()6176 WRT_REG_DWORD(ISP_ATIO_Q_OUT(vha), 0); in qlt_24xx_config_rings()6177 RD_REG_DWORD(ISP_ATIO_Q_OUT(vha)); in qlt_24xx_config_rings()6408 ISP_ATIO_Q_OUT(base_vha) = &ha->mqiobase->isp25mq.atio_q_out; in qlt_probe_one_stage1()6411 ISP_ATIO_Q_OUT(base_vha) = &ha->iobase->isp24.atio_q_out; in qlt_probe_one_stage1()
684 #define ISP_ATIO_Q_OUT(vha) (vha->hw->tgt.atio_q_out) macro