Searched refs:mcq_opr (Results 1 – 5 of 5) sorted by relevance
473 hba->mcq_opr[OPR_SQD].offset = sqdao; in ufs_qemu_op_runtime_config()474 hba->mcq_opr[OPR_SQIS].offset = sqisao; in ufs_qemu_op_runtime_config()475 hba->mcq_opr[OPR_CQD].offset = cqdao; in ufs_qemu_op_runtime_config()476 hba->mcq_opr[OPR_CQIS].offset = cqisao; in ufs_qemu_op_runtime_config()479 opr = &hba->mcq_opr[i]; in ufs_qemu_op_runtime_config()
1679 hba->mcq_opr[OPR_SQD].offset = REG_UFS_MTK_SQD; in ufs_mtk_op_runtime_config()1680 hba->mcq_opr[OPR_SQIS].offset = REG_UFS_MTK_SQIS; in ufs_mtk_op_runtime_config()1681 hba->mcq_opr[OPR_CQD].offset = REG_UFS_MTK_CQD; in ufs_mtk_op_runtime_config()1682 hba->mcq_opr[OPR_CQIS].offset = REG_UFS_MTK_CQIS; in ufs_mtk_op_runtime_config()1685 opr = &hba->mcq_opr[i]; in ufs_mtk_op_runtime_config()
1815 opr = &hba->mcq_opr[i]; in ufs_qcom_op_runtime_config()
1137 struct ufshcd_mcq_opr_info_t mcq_opr[OPR_MAX]; member1193 return hba->mcq_opr[opr].offset + hba->mcq_opr[opr].stride * idx; in ufshcd_mcq_opr_offset()
267 struct ufshcd_mcq_opr_info_t *opr = &hba->mcq_opr[n]; in mcq_opr_base()