Lines Matching refs:dlb
29 struct vsp1_dl_body *dlb, u32 reg, u32 data) in vsp1_clu_write() argument
31 vsp1_dl_body_write(dlb, reg, data); in vsp1_clu_write()
45 struct vsp1_dl_body *dlb; in clu_set_table() local
48 dlb = vsp1_dl_body_get(clu->pool); in clu_set_table()
49 if (!dlb) in clu_set_table()
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()
57 swap(clu->clu, dlb); in clu_set_table()
60 vsp1_dl_body_put(dlb); in clu_set_table()
176 struct vsp1_dl_body *dlb) in clu_configure_stream() argument
194 struct vsp1_dl_body *dlb) in clu_configure_frame() argument
207 vsp1_clu_write(clu, dlb, VI6_CLU_CTRL, ctrl); in clu_configure_frame()