Searched refs:reg_update (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/soc/mediatek/ |
H A D | mtk-infracfg.c | 29 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/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe.h | 83 struct completion reg_update; member 109 void (*reg_update)(struct vfe_device *vfe, enum vfe_line_id line_id); member 123 void (*reg_update)(struct vfe_device *vfe, enum vfe_line_id line_id); member 156 u32 reg_update; member
|
H A D | camss-vfe-17x.c | 285 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() 569 complete(&output->reg_update); in vfe_isr_reg_update() 667 .reg_update = vfe_isr_reg_update, 692 .reg_update = vfe_reg_update,
|
H A D | camss-vfe-480.c | 160 vfe->reg_update |= REG_UPDATE_RDI(vfe, line_id); in vfe_reg_update() 161 writel_relaxed(vfe->reg_update, vfe->base + VFE_REG_UPDATE_CMD); in vfe_reg_update() 167 vfe->reg_update &= ~REG_UPDATE_RDI(vfe, line_id); in vfe_reg_update_clear() 308 reinit_completion(&output->reg_update); in vfe_enable_output() 391 complete(&output->reg_update); in vfe_isr_reg_update()
|
H A D | camss-vfe-gen1.c | 58 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->res->hw_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,
|
H A D | camss-vfe-4-1.c | 534 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() 1005 .reg_update = vfe_reg_update,
|
H A D | camss-vfe-4-8.c | 655 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() 1155 .reg_update = vfe_reg_update,
|
H A D | camss-vfe-4-7.c | 684 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() 1165 .reg_update = vfe_reg_update,
|
H A D | camss-vfe.c | 1599 vfe->reg_update = 0; in msm_vfe_subdev_init() 1608 init_completion(&l->output.reg_update); in msm_vfe_subdev_init()
|
/linux/include/linux/soc/mediatek/ |
H A D | infracfg.h | 449 bool reg_update); 451 bool reg_update);
|