Searched refs:raw_format (Results 1 – 4 of 4) sorted by relevance
626 error = MXC_CSI2_VFIFO_SetRAWFormat(req->raw_format); in MXC_CSI2_RevA_VFIFO_ProcessRAWtoRGB()898 int MXC_CSI2_RevA_VFIFO_SetRAWFormat(mxc_csi2_reva_regs_t *csi2, mxc_csi2_raw_format_t raw_format) in MXC_CSI2_RevA_VFIFO_SetRAWFormat() argument901 if (raw_format < MXC_CSI2_FORMAT_RGRG_GBGB || raw_format > MXC_CSI2_FORMAT_BGBG_GRGR) { in MXC_CSI2_RevA_VFIFO_SetRAWFormat()905 MXC_SETFIELD(csi2->vfifo_raw_ctrl, MXC_F_CSI2_REVA_VFIFO_RAW_CTRL_RAW_FMT, raw_format); in MXC_CSI2_RevA_VFIFO_SetRAWFormat()912 int raw_format; in MXC_CSI2_RevA_VFIFO_GetRAWFormat() local915 raw_format = (csi2->vfifo_raw_ctrl & MXC_F_CSI2_REVA_VFIFO_RAW_CTRL_RAW_FMT) >> in MXC_CSI2_RevA_VFIFO_GetRAWFormat()918 switch (raw_format) { in MXC_CSI2_RevA_VFIFO_GetRAWFormat()
239 int MXC_CSI2_VFIFO_SetRAWFormat(mxc_csi2_raw_format_t raw_format) in MXC_CSI2_VFIFO_SetRAWFormat() argument241 return MXC_CSI2_RevA_VFIFO_SetRAWFormat((mxc_csi2_reva_regs_t *)MXC_CSI2, raw_format); in MXC_CSI2_VFIFO_SetRAWFormat()
134 int MXC_CSI2_RevA_VFIFO_SetRAWFormat(mxc_csi2_reva_regs_t *csi2, mxc_csi2_raw_format_t raw_format);
290 mxc_csi2_raw_format_t raw_format; ///< Select RAW format member524 int MXC_CSI2_VFIFO_SetRAWFormat(mxc_csi2_raw_format_t raw_format);