Searched refs:vsp1_dl_body_write (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
D | vsp1_wpf.c | 32 vsp1_dl_body_write(dlb, reg + wpf->entity.index * VI6_WPF_OFFSET, data); in vsp1_wpf_write() 250 vsp1_dl_body_write(dlb, VI6_WPF_WRBCK_CTRL(index), 0); in wpf_configure_writeback_chain() 315 vsp1_dl_body_write(dlb, VI6_DPR_WPF_FPORCH(index), in wpf_configure_stream() 343 vsp1_dl_body_write(dlb, VI6_WPF_IRQ_STA(index), 0); in wpf_configure_stream() 344 vsp1_dl_body_write(dlb, VI6_WPF_IRQ_ENB(index), in wpf_configure_stream() 361 vsp1_dl_body_write(dlb, VI6_WPF_WRBCK_CTRL(index), in wpf_configure_stream()
|
D | vsp1_clu.c | 31 vsp1_dl_body_write(dlb, reg, data); in vsp1_clu_write() 52 vsp1_dl_body_write(dlb, VI6_CLU_ADDR, 0); in clu_set_table() 54 vsp1_dl_body_write(dlb, VI6_CLU_DATA, ctrl->p_new.p_u32[i]); in clu_set_table()
|
D | vsp1_lut.c | 31 vsp1_dl_body_write(dlb, reg, data); in vsp1_lut_write() 50 vsp1_dl_body_write(dlb, VI6_LUT_TABLE + 4 * i, in lut_set_table()
|
D | vsp1_dl.h | 75 void vsp1_dl_body_write(struct vsp1_dl_body *dlb, u32 reg, u32 data);
|
D | vsp1_entity.c | 41 vsp1_dl_body_write(dlb, VI6_DPR_HGO_SMPPT, smppt); in vsp1_entity_route_setup() 54 vsp1_dl_body_write(dlb, VI6_DPR_HGT_SMPPT, smppt); in vsp1_entity_route_setup() 69 vsp1_dl_body_write(dlb, source->route->reg, route); in vsp1_entity_route_setup()
|
D | vsp1_lif.c | 29 vsp1_dl_body_write(dlb, reg + lif->entity.index * VI6_LIF_OFFSET, in vsp1_lif_write()
|
D | vsp1_hsit.c | 29 vsp1_dl_body_write(dlb, reg, data); in vsp1_hsit_write()
|
D | vsp1_hgt.c | 34 vsp1_dl_body_write(dlb, reg, data); in vsp1_hgt_write()
|
D | vsp1_hgo.c | 34 vsp1_dl_body_write(dlb, reg, data); in vsp1_hgo_write()
|
D | vsp1_uif.c | 38 vsp1_dl_body_write(dlb, reg + uif->entity.index * VI6_UIF_OFFSET, data); in vsp1_uif_write()
|
D | vsp1_rpf.c | 42 vsp1_dl_body_write(dlb, reg + rpf->entity.index * VI6_RPF_OFFSET, in vsp1_rpf_write()
|
D | vsp1_uds.c | 33 vsp1_dl_body_write(dlb, reg + uds->entity.index * VI6_UDS_OFFSET, data); in vsp1_uds_write()
|
D | vsp1_brx.c | 32 vsp1_dl_body_write(dlb, brx->base + reg, data); in vsp1_brx_write()
|
D | vsp1_sru.c | 30 vsp1_dl_body_write(dlb, reg, data); in vsp1_sru_write()
|
D | vsp1_dl.c | 380 void vsp1_dl_body_write(struct vsp1_dl_body *dlb, u32 reg, u32 data) in vsp1_dl_body_write() function
|
D | vsp1_drm.c | 555 vsp1_dl_body_write(dlb, entity->route->reg, in vsp1_du_pipeline_configure()
|