Searched refs:opr_sqd_base (Results 1 – 1 of 1) sorted by relevance
541 void __iomem *reg, *opr_sqd_base; in ufshcd_mcq_sq_cleanup() local569 opr_sqd_base = mcq_opr_base(hba, OPR_SQD, id); in ufshcd_mcq_sq_cleanup()570 writel(nexus, opr_sqd_base + REG_SQCTI); in ufshcd_mcq_sq_cleanup()573 writel(readl(opr_sqd_base + REG_SQRTC) | SQ_ICU, in ufshcd_mcq_sq_cleanup()574 opr_sqd_base + REG_SQRTC); in ufshcd_mcq_sq_cleanup()577 reg = opr_sqd_base + REG_SQRTS; in ufshcd_mcq_sq_cleanup()