Home
last modified time | relevance | path

Searched refs:opr_sqd_base (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/ufs/core/
H A Dufs-mcq.c538 void __iomem *reg, *opr_sqd_base; in ufshcd_mcq_sq_cleanup() local
563 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()