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()
240 struct vsp1_dl_body *dlb; in wpf_configure_writeback_chain() local
249 dlb = vsp1_dl_list_get_body0(dl_next); in wpf_configure_writeback_chain()
250 vsp1_dl_body_write(dlb, VI6_WPF_WRBCK_CTRL(index), 0); in wpf_configure_writeback_chain()
259 struct vsp1_dl_body *dlb) in wpf_configure_stream() argument
296 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_STRIDE_Y, in wpf_configure_stream()
299 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_STRIDE_C, in wpf_configure_stream()
302 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSWAP, fmtinfo->swap); in wpf_configure_stream()
305 vsp1_wpf_write(wpf, dlb, VI6_WPF_ROT_CTRL, in wpf_configure_stream()
315 vsp1_dl_body_write(dlb, VI6_DPR_WPF_FPORCH(index), in wpf_configure_stream()
340 vsp1_wpf_write(wpf, dlb, VI6_WPF_SRCRPF, srcrpf); 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()
368 struct vsp1_dl_body *dlb) in wpf_configure_frame() argument
388 vsp1_wpf_write(wpf, dlb, VI6_WPF_OUTFMT, outfmt); in wpf_configure_frame()
394 struct vsp1_dl_body *dlb) in wpf_configure_partition() argument
425 vsp1_wpf_write(wpf, dlb, VI6_WPF_HSZCLIP, VI6_WPF_SZCLIP_EN | in wpf_configure_partition()
428 vsp1_wpf_write(wpf, dlb, VI6_WPF_VSZCLIP, VI6_WPF_SZCLIP_EN | in wpf_configure_partition()
522 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_ADDR_Y, mem.addr[0]); in wpf_configure_partition()
523 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_ADDR_C0, mem.addr[1]); in wpf_configure_partition()
524 vsp1_wpf_write(wpf, dlb, VI6_WPF_DSTM_ADDR_C1, mem.addr[2]); in wpf_configure_partition()