Searched refs:OPR_SQD (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/ufs/core/ |
| H A D | ufs-mcq.c | 372 ufsmcq_writelx(hba, ufshcd_mcq_opr_offset(hba, OPR_SQD, i), in ufshcd_mcq_make_queues_operational() 392 hwq->mcq_sq_head = mcq_opr_base(hba, OPR_SQD, i) + REG_SQHP; in ufshcd_mcq_make_queues_operational() 393 hwq->mcq_sq_tail = mcq_opr_base(hba, OPR_SQD, i) + REG_SQTP; in ufshcd_mcq_make_queues_operational() 495 writel(SQ_STOP, mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTC); in ufshcd_mcq_sq_stop() 496 reg = mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTS; in ufshcd_mcq_sq_stop() 514 writel(SQ_START, mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTC); in ufshcd_mcq_sq_start() 515 reg = mcq_opr_base(hba, OPR_SQD, id) + REG_SQRTS; in ufshcd_mcq_sq_start() 563 opr_sqd_base = mcq_opr_base(hba, OPR_SQD, id); in ufshcd_mcq_sq_cleanup()
|
| /linux/drivers/ufs/host/ |
| H A D | ufshcd-pci.c | 467 hba->mcq_opr[OPR_SQD].offset = sqdao; in ufs_qemu_op_runtime_config()
|
| H A D | ufs-qcom.c | 2005 doorbell_offsets[OPR_SQD] = UFS_QCOM_SQD_ADDR_OFFSET; in ufs_qcom_op_runtime_config()
|
| H A D | ufs-mediatek.c | 2192 hba->mcq_opr[OPR_SQD].offset = REG_UFS_MTK_SQD; in ufs_mtk_op_runtime_config()
|
| /linux/include/ufs/ |
| H A D | ufshcd.h | 812 OPR_SQD, enumerator
|