Lines Matching refs:outfmt
244 u32 outfmt = 0; in wpf_configure_stream() local
258 outfmt = fmtinfo->hwfmt << VI6_WPF_OUTFMT_WRFMT_SHIFT; in wpf_configure_stream()
261 outfmt |= VI6_WPF_OUTFMT_ROT; in wpf_configure_stream()
264 outfmt |= VI6_WPF_OUTFMT_PXA; in wpf_configure_stream()
266 outfmt |= VI6_WPF_OUTFMT_SPYCS; in wpf_configure_stream()
268 outfmt |= VI6_WPF_OUTFMT_SPUVS; in wpf_configure_stream()
287 outfmt |= VI6_WPF_OUTFMT_CSC; in wpf_configure_stream()
289 wpf->outfmt = outfmt; in wpf_configure_stream()
335 u32 outfmt; in wpf_configure_frame() local
342 outfmt = (wpf->alpha << VI6_WPF_OUTFMT_PDV_SHIFT) | wpf->outfmt; in wpf_configure_frame()
345 outfmt |= VI6_WPF_OUTFMT_FLP; in wpf_configure_frame()
347 outfmt |= VI6_WPF_OUTFMT_HFLP; in wpf_configure_frame()
349 vsp1_wpf_write(wpf, dlb, VI6_WPF_OUTFMT, outfmt); in wpf_configure_frame()