Searched refs:opr (Results 1 – 8 of 8) sorted by relevance
88 u8 color, mask, opr; in sm750_hw_cursor_setData() local113 opr = mask ^ color; in sm750_hw_cursor_setData()115 opr = mask & color; in sm750_hw_cursor_setData()118 data |= ((opr & (0x80 >> j)) ? 2 : 1) << (j * 2); in sm750_hw_cursor_setData()
465 struct ufshcd_mcq_opr_info_t *opr; in ufs_qemu_op_runtime_config() local479 opr = &hba->mcq_opr[i]; in ufs_qemu_op_runtime_config()480 opr->stride = 48; in ufs_qemu_op_runtime_config()481 opr->base = hba->mmio_base + opr->offset; in ufs_qemu_op_runtime_config()
1667 struct ufshcd_mcq_opr_info_t *opr; in ufs_qcom_op_runtime_config() local1677 opr = &hba->mcq_opr[i]; in ufs_qcom_op_runtime_config()1678 opr->offset = sqdao_res->resource->start - in ufs_qcom_op_runtime_config()1680 opr->stride = 0x100; in ufs_qcom_op_runtime_config()1681 opr->base = sqdao_res->base + 0x40 * i; in ufs_qcom_op_runtime_config()
1675 struct ufshcd_mcq_opr_info_t *opr; in ufs_mtk_op_runtime_config() local1684 opr = &hba->mcq_opr[i]; in ufs_mtk_op_runtime_config()1685 opr->stride = REG_UFS_MCQ_STRIDE; in ufs_mtk_op_runtime_config()1686 opr->base = hba->mmio_base + opr->offset; in ufs_mtk_op_runtime_config()
267 struct ufshcd_mcq_opr_info_t *opr = &hba->mcq_opr[n]; in mcq_opr_base() local269 return opr->base + opr->stride * i; in mcq_opr_base()
1177 enum ufshcd_mcq_opr opr, int idx) in ufshcd_mcq_opr_offset() argument1179 return hba->mcq_opr[opr].offset + hba->mcq_opr[opr].stride * idx; in ufshcd_mcq_opr_offset()
168 #define LUT_DEF(idx, ins, pad, opr) \ argument169 ((((ins) << 10) | ((pad) << 8) | (opr)) << (((idx) % 2) * 16))
315 #define LUT_DEF(idx, ins, pad, opr) \ argument317 (opr)) << (((idx) % 2) * OPRND_SHIFT))