Lines Matching refs:dlb

30 				  struct vsp1_dl_body *dlb, u32 reg, u32 data)  in vsp1_wpf_write()  argument
32 vsp1_dl_body_write(dlb, reg + wpf->entity.index * VI6_WPF_OFFSET, data); in vsp1_wpf_write()
237 struct vsp1_dl_body *dlb) in wpf_configure_stream() argument
271 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_STRIDE_Y, in wpf_configure_stream()
274 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_STRIDE_C, in wpf_configure_stream()
277 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSWAP, fmtinfo->swap); in wpf_configure_stream()
281 vsp1_wpf_write(wpf, dlb, VI6_WPF_ROT_CTRL, in wpf_configure_stream()
291 vsp1_dl_body_write(dlb, VI6_DPR_WPF_FPORCH(wpf->entity.index), in wpf_configure_stream()
294 vsp1_dl_body_write(dlb, VI6_WPF_WRBCK_CTRL, 0); in wpf_configure_stream()
318 vsp1_wpf_write(wpf, dlb, VI6_WPF_SRCRPF, srcrpf); in wpf_configure_stream()
321 vsp1_dl_body_write(dlb, VI6_WPF_IRQ_STA(wpf->entity.index), 0); in wpf_configure_stream()
322 vsp1_dl_body_write(dlb, VI6_WPF_IRQ_ENB(wpf->entity.index), in wpf_configure_stream()
329 struct vsp1_dl_body *dlb) in wpf_configure_frame() argument
349 vsp1_wpf_write(wpf, dlb, VI6_WPF_OUTFMT, outfmt); in wpf_configure_frame()
355 struct vsp1_dl_body *dlb) in wpf_configure_partition() argument
382 vsp1_wpf_write(wpf, dlb, VI6_WPF_HSZCLIP, VI6_WPF_SZCLIP_EN | in wpf_configure_partition()
385 vsp1_wpf_write(wpf, dlb, VI6_WPF_VSZCLIP, VI6_WPF_SZCLIP_EN | in wpf_configure_partition()
477 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_ADDR_Y, mem.addr[0]); in wpf_configure_partition()
478 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_ADDR_C0, mem.addr[1]); in wpf_configure_partition()
479 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_ADDR_C1, mem.addr[2]); in wpf_configure_partition()