Searched refs:vsp1_wpf_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/platform/vsp1/ |
D | vsp1_wpf.c | 35 static inline void vsp1_wpf_write(struct vsp1_rwpf *wpf, u32 reg, u32 data) in vsp1_wpf_write() function 59 vsp1_wpf_write(wpf, VI6_WPF_OUTFMT, value); in wpf_s_ctrl() 91 vsp1_wpf_write(wpf, VI6_WPF_SRCRPF, 0); in wpf_s_stream() 111 vsp1_wpf_write(wpf, VI6_WPF_SRCRPF, srcrpf); in wpf_s_stream() 117 vsp1_wpf_write(wpf, VI6_WPF_DSTM_STRIDE_Y, in wpf_s_stream() 120 vsp1_wpf_write(wpf, VI6_WPF_DSTM_STRIDE_C, in wpf_s_stream() 124 vsp1_wpf_write(wpf, VI6_WPF_HSZCLIP, VI6_WPF_SZCLIP_EN | in wpf_s_stream() 127 vsp1_wpf_write(wpf, VI6_WPF_VSZCLIP, VI6_WPF_SZCLIP_EN | in wpf_s_stream() 144 vsp1_wpf_write(wpf, VI6_WPF_DSWAP, fmtinfo->swap); in wpf_s_stream() 156 vsp1_wpf_write(wpf, VI6_WPF_OUTFMT, outfmt); in wpf_s_stream() [all …]
|