Searched refs:vsp1_rpf_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_rpf.c | 39 static inline void vsp1_rpf_write(struct vsp1_rwpf *rpf, in vsp1_rpf_write() function 80 vsp1_rpf_write(rpf, dlb, VI6_RPF_SRCM_PSTRIDE, pstride); in rpf_configure_stream() 101 vsp1_rpf_write(rpf, dlb, VI6_RPF_INFMT, infmt); in rpf_configure_stream() 102 vsp1_rpf_write(rpf, dlb, VI6_RPF_DSWAP, fmtinfo->swap); in rpf_configure_stream() 151 vsp1_rpf_write(rpf, dlb, VI6_RPF_EXT_INFMT0, ext_infmt0); in rpf_configure_stream() 152 vsp1_rpf_write(rpf, dlb, VI6_RPF_EXT_INFMT1, ext_infmt1); in rpf_configure_stream() 153 vsp1_rpf_write(rpf, dlb, VI6_RPF_EXT_INFMT2, ext_infmt2); in rpf_configure_stream() 171 vsp1_rpf_write(rpf, dlb, VI6_RPF_LOC, in rpf_configure_stream() 198 vsp1_rpf_write(rpf, dlb, VI6_RPF_ALPH_SEL, VI6_RPF_ALPH_SEL_AEXT_EXT | in rpf_configure_stream() 235 vsp1_rpf_write(rpf, dlb, VI6_RPF_MSK_CTRL, 0); in rpf_configure_stream() [all …]
|