Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/ufs/core/
Dufs-mcq.c348 ufsmcq_writelx(hba, MCQ_OPR_OFFSET_n(OPR_SQD, i), in ufshcd_mcq_make_queues_operational()
368 hwq->mcq_sq_head = mcq_opr_base(hba, OPR_SQD, i) + REG_SQHP; in ufshcd_mcq_make_queues_operational()
369 hwq->mcq_sq_tail = mcq_opr_base(hba, OPR_SQD, i) + REG_SQTP; in ufshcd_mcq_make_queues_operational()
461 writel(SQ_STOP, mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTC); in ufshcd_mcq_sq_stop()
462 reg = mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTS; in ufshcd_mcq_sq_stop()
480 writel(SQ_START, mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTC); in ufshcd_mcq_sq_start()
481 reg = mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTS; in ufshcd_mcq_sq_start()
529 opr_sqd_base = mcq_opr_base(hba, OPR_SQD, id); in ufshcd_mcq_sq_cleanup()
/linux-6.6.21/include/ufs/
Dufshcd.h789 OPR_SQD, enumerator
/linux-6.6.21/drivers/ufs/host/
Dufs-mediatek.c1560 hba->mcq_opr[OPR_SQD].offset = REG_UFS_MTK_SQD; in ufs_mtk_op_runtime_config()