Searched refs:C0_DF_MASK (Results 1 – 2 of 2) sorted by relevance
782 C0_DF_YUV | C0_YUV_PLANAR | C0_YUVE_YVYU, C0_DF_MASK); in mcam_ctlr_image()787 C0_DF_YUV | C0_YUV_420PL | C0_YUVE_VYUY, C0_DF_MASK); in mcam_ctlr_image()791 C0_DF_YUV | C0_YUV_PACKED | C0_YUVE_NOSWAP, C0_DF_MASK); in mcam_ctlr_image()795 C0_DF_YUV | C0_YUV_PACKED | C0_YUVE_SWAP24, C0_DF_MASK); in mcam_ctlr_image()799 C0_DF_YUV | C0_YUV_PACKED | C0_YUVE_YUYV, C0_DF_MASK); in mcam_ctlr_image()803 C0_DF_RGB | C0_RGBF_444 | C0_RGB4_XRGB, C0_DF_MASK); in mcam_ctlr_image()808 C0_DF_RGB | C0_RGBF_565 | C0_RGB5_BGGR, C0_DF_MASK); in mcam_ctlr_image()
304 #define C0_DF_MASK 0x00fffffc /* Bits 2-23 */ macro