Lines Matching refs:outfmt
267 u32 outfmt = 0; in wpf_configure_stream() local
283 outfmt = fmtinfo->hwfmt << VI6_WPF_OUTFMT_WRFMT_SHIFT; in wpf_configure_stream()
286 outfmt |= VI6_WPF_OUTFMT_ROT; in wpf_configure_stream()
289 outfmt |= VI6_WPF_OUTFMT_PXA; in wpf_configure_stream()
291 outfmt |= VI6_WPF_OUTFMT_SPYCS; in wpf_configure_stream()
293 outfmt |= VI6_WPF_OUTFMT_SPUVS; in wpf_configure_stream()
311 outfmt |= VI6_WPF_OUTFMT_CSC; in wpf_configure_stream()
313 wpf->outfmt = outfmt; in wpf_configure_stream()
374 u32 outfmt; in wpf_configure_frame() local
381 outfmt = (wpf->alpha << VI6_WPF_OUTFMT_PDV_SHIFT) | wpf->outfmt; in wpf_configure_frame()
384 outfmt |= VI6_WPF_OUTFMT_FLP; in wpf_configure_frame()
386 outfmt |= VI6_WPF_OUTFMT_HFLP; in wpf_configure_frame()
388 vsp1_wpf_write(wpf, dlb, VI6_WPF_OUTFMT, outfmt); in wpf_configure_frame()