Home
last modified time | relevance | path

Searched refs:reg_update (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/drivers/soc/mediatek/
A Dmtk-infracfg.c29 bool reg_update) in mtk_infracfg_set_bus_protection() argument
34 if (reg_update) in mtk_infracfg_set_bus_protection()
60 bool reg_update) in mtk_infracfg_clear_bus_protection() argument
65 if (reg_update) in mtk_infracfg_clear_bus_protection()
/linux-6.3-rc2/drivers/media/platform/qcom/camss/
A Dcamss-vfe.h85 struct completion reg_update; member
111 void (*reg_update)(struct vfe_device *vfe, enum vfe_line_id line_id); member
124 void (*reg_update)(struct vfe_device *vfe, enum vfe_line_id line_id); member
148 u32 reg_update; member
A Dcamss-vfe-170.c285 vfe->reg_update |= REG_UPDATE_RDI(line_id); in vfe_reg_update()
290 writel_relaxed(vfe->reg_update, vfe->base + VFE_REG_UPDATE_CMD); in vfe_reg_update()
299 vfe->reg_update &= ~REG_UPDATE_RDI(line_id); in vfe_reg_update_clear()
372 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
478 reinit_completion(&output->reg_update); in vfe_enable_output()
490 ops->reg_update(vfe, line->id); in vfe_enable_output()
623 complete(&output->reg_update); in vfe_isr_reg_update()
757 .reg_update = vfe_isr_reg_update,
784 .reg_update = vfe_reg_update,
A Dcamss-vfe-gen1.c58 ops->reg_update(vfe, line->id); in vfe_disable_output()
62 time = wait_for_completion_timeout(&output->reg_update, msecs_to_jiffies(VFE_NEXT_SOF_MS)); in vfe_disable_output()
165 vfe->ops->reg_update(vfe, container_of(output, struct vfe_line, output)->id); in vfe_output_frame_drop()
234 reinit_completion(&output->reg_update); in vfe_enable_output()
273 ops->reg_update(vfe, line->id); in vfe_enable_output()
554 complete(&output->reg_update); in vfe_isr_reg_update()
733 .reg_update = vfe_isr_reg_update,
A Dcamss-vfe-480.c162 vfe->reg_update |= REG_UPDATE_RDI(vfe, line_id); in vfe_reg_update()
163 writel_relaxed(vfe->reg_update, vfe->base + VFE_REG_UPDATE_CMD); in vfe_reg_update()
169 vfe->reg_update &= ~REG_UPDATE_RDI(vfe, line_id); in vfe_reg_update_clear()
295 reinit_completion(&output->reg_update); in vfe_enable_output()
430 complete(&output->reg_update); in vfe_isr_reg_update()
A Dcamss-vfe-4-1.c534 vfe->reg_update |= VFE_0_REG_UPDATE_line_n(line_id); in vfe_reg_update()
536 writel_relaxed(vfe->reg_update, vfe->base + VFE_0_REG_UPDATE); in vfe_reg_update()
543 vfe->reg_update &= ~VFE_0_REG_UPDATE_line_n(line_id); in vfe_reg_update_clear()
911 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
1007 .reg_update = vfe_reg_update,
A Dcamss-vfe-4-7.c684 vfe->reg_update |= VFE_0_REG_UPDATE_line_n(line_id); in vfe_reg_update()
688 writel_relaxed(vfe->reg_update, vfe->base + VFE_0_REG_UPDATE); in vfe_reg_update()
697 vfe->reg_update &= ~VFE_0_REG_UPDATE_line_n(line_id); in vfe_reg_update_clear()
1069 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
1203 .reg_update = vfe_reg_update,
A Dcamss-vfe-4-8.c655 vfe->reg_update |= VFE_0_REG_UPDATE_line_n(line_id); in vfe_reg_update()
660 writel_relaxed(vfe->reg_update, vfe->base + VFE_0_REG_UPDATE); in vfe_reg_update()
669 vfe->reg_update &= ~VFE_0_REG_UPDATE_line_n(line_id); in vfe_reg_update_clear()
999 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
1188 .reg_update = vfe_reg_update,
A Dcamss-vfe.c1382 vfe->reg_update = 0; in msm_vfe_subdev_init()
1391 init_completion(&l->output.reg_update); in msm_vfe_subdev_init()
/linux-6.3-rc2/include/linux/soc/mediatek/
A Dinfracfg.h408 bool reg_update);
410 bool reg_update);

Completed in 26 milliseconds