Searched refs:OPR_SQD (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/ufs/core/ |
H A D | ufs-mcq.c | 345 ufsmcq_writelx(hba, ufshcd_mcq_opr_offset(hba, OPR_SQD, i), in ufshcd_mcq_make_queues_operational() 365 hwq->mcq_sq_head = mcq_opr_base(hba, OPR_SQD, i) + REG_SQHP; in ufshcd_mcq_make_queues_operational() 366 hwq->mcq_sq_tail = mcq_opr_base(hba, OPR_SQD, i) + REG_SQTP; in ufshcd_mcq_make_queues_operational() 458 writel(SQ_STOP, mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTC); in ufshcd_mcq_sq_stop() 459 reg = mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTS; in ufshcd_mcq_sq_stop() 477 writel(SQ_START, mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTC); in ufshcd_mcq_sq_start() 478 reg = mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTS; in ufshcd_mcq_sq_start() 528 opr_sqd_base = mcq_opr_base(hba, OPR_SQD, id); in ufshcd_mcq_sq_cleanup()
|
/openbmc/linux/include/ufs/ |
H A D | ufshcd.h | 789 OPR_SQD, enumerator
|
/openbmc/linux/drivers/ufs/host/ |
H A D | ufs-mediatek.c | 1560 hba->mcq_opr[OPR_SQD].offset = REG_UFS_MTK_SQD; in ufs_mtk_op_runtime_config()
|