mcq_opr_base
return readl(mcq_opr_base(hba, OPR_CQIS, i) + REG_CQIS);
writel(val, mcq_opr_base(hba, OPR_CQIS, i) + REG_CQIS);
hwq->mcq_sq_head = mcq_opr_base(hba, OPR_SQD, i) + REG_SQHP;
hwq->mcq_sq_tail = mcq_opr_base(hba, OPR_SQD, i) + REG_SQTP;
hwq->mcq_cq_head = mcq_opr_base(hba, OPR_CQD, i) + REG_CQHP;
hwq->mcq_cq_tail = mcq_opr_base(hba, OPR_CQD, i) + REG_CQTP;
writel(1, mcq_opr_base(hba, OPR_CQIS, i) + REG_CQIE);
writel(SQ_STOP, mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTC);
reg = mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTS;
writel(SQ_START, mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTC);
reg = mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTS;
opr_sqd_base = mcq_opr_base(hba, OPR_SQD, id);