Home
last modified time | relevance | path

Searched refs:vsp1_dl_body_write (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_wpf.c32 vsp1_dl_body_write(dlb, reg + wpf->entity.index * VI6_WPF_OFFSET, data); in vsp1_wpf_write()
227 vsp1_dl_body_write(dlb, VI6_WPF_WRBCK_CTRL(index), 0); in wpf_configure_writeback_chain()
292 vsp1_dl_body_write(dlb, VI6_DPR_WPF_FPORCH(index), in wpf_configure_stream()
320 vsp1_dl_body_write(dlb, VI6_WPF_IRQ_STA(index), 0); in wpf_configure_stream()
321 vsp1_dl_body_write(dlb, VI6_WPF_IRQ_ENB(index), in wpf_configure_stream()
338 vsp1_dl_body_write(dlb, VI6_WPF_WRBCK_CTRL(index), in wpf_configure_stream()
H A Dvsp1_clu.c31 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()
H A Dvsp1_lut.c31 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()
H A Dvsp1_dl.h75 void vsp1_dl_body_write(struct vsp1_dl_body *dlb, u32 reg, u32 data);
H A Dvsp1_entity.c41 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()
H A Dvsp1_lif.c29 vsp1_dl_body_write(dlb, reg + lif->entity.index * VI6_LIF_OFFSET, in vsp1_lif_write()
H A Dvsp1_hsit.c29 vsp1_dl_body_write(dlb, reg, data); in vsp1_hsit_write()
H A Dvsp1_hgt.c34 vsp1_dl_body_write(dlb, reg, data); in vsp1_hgt_write()
H A Dvsp1_hgo.c34 vsp1_dl_body_write(dlb, reg, data); in vsp1_hgo_write()
H A Dvsp1_uif.c38 vsp1_dl_body_write(dlb, reg + uif->entity.index * VI6_UIF_OFFSET, data); in vsp1_uif_write()
H A Dvsp1_brx.c32 vsp1_dl_body_write(dlb, brx->base + reg, data); in vsp1_brx_write()
H A Dvsp1_sru.c30 vsp1_dl_body_write(dlb, reg, data); in vsp1_sru_write()
H A Dvsp1_uds.c33 vsp1_dl_body_write(dlb, reg + uds->entity.index * VI6_UDS_OFFSET, data); in vsp1_uds_write()
H A Dvsp1_rpf.c42 vsp1_dl_body_write(dlb, reg + rpf->entity.index * VI6_RPF_OFFSET, in vsp1_rpf_write()
H A Dvsp1_dl.c380 void vsp1_dl_body_write(struct vsp1_dl_body *dlb, u32 reg, u32 data) in vsp1_dl_body_write() function
H A Dvsp1_drm.c560 vsp1_dl_body_write(dlb, entity->route->reg, in vsp1_du_pipeline_configure()