Searched refs:opr_sqd_base (Results 1 – 1 of 1) sorted by relevance
538 void __iomem *reg, *opr_sqd_base; in ufshcd_mcq_sq_cleanup() local563 opr_sqd_base = mcq_opr_base(hba, OPR_SQD, id); in ufshcd_mcq_sq_cleanup()564 writel(nexus, opr_sqd_base + REG_SQCTI); in ufshcd_mcq_sq_cleanup()567 writel(readl(opr_sqd_base + REG_SQRTC) | SQ_ICU, in ufshcd_mcq_sq_cleanup()568 opr_sqd_base + REG_SQRTC); in ufshcd_mcq_sq_cleanup()571 reg = opr_sqd_base + REG_SQRTS; in ufshcd_mcq_sq_cleanup()