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()
217 struct vsp1_dl_body *dlb; in wpf_configure_writeback_chain() local
226 dlb = vsp1_dl_list_get_body0(dl_next); in wpf_configure_writeback_chain()
227 vsp1_dl_body_write(dlb, VI6_WPF_WRBCK_CTRL(index), 0); in wpf_configure_writeback_chain()
236 struct vsp1_dl_body *dlb) in wpf_configure_stream() argument
273 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_STRIDE_Y, in wpf_configure_stream()
276 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_STRIDE_C, in wpf_configure_stream()
279 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSWAP, fmtinfo->swap); in wpf_configure_stream()
282 vsp1_wpf_write(wpf, dlb, VI6_WPF_ROT_CTRL, in wpf_configure_stream()
292 vsp1_dl_body_write(dlb, VI6_DPR_WPF_FPORCH(index), in wpf_configure_stream()
317 vsp1_wpf_write(wpf, dlb, VI6_WPF_SRCRPF, srcrpf); 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()
345 struct vsp1_dl_body *dlb) in wpf_configure_frame() argument
365 vsp1_wpf_write(wpf, dlb, VI6_WPF_OUTFMT, outfmt); in wpf_configure_frame()
371 struct vsp1_dl_body *dlb) in wpf_configure_partition() argument
402 vsp1_wpf_write(wpf, dlb, VI6_WPF_HSZCLIP, VI6_WPF_SZCLIP_EN | in wpf_configure_partition()
405 vsp1_wpf_write(wpf, dlb, VI6_WPF_VSZCLIP, VI6_WPF_SZCLIP_EN | in wpf_configure_partition()
499 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_ADDR_Y, mem.addr[0]); in wpf_configure_partition()
500 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_ADDR_C0, mem.addr[1]); in wpf_configure_partition()
501 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_ADDR_C1, mem.addr[2]); in wpf_configure_partition()