Go to the documentation of this file.
23 #ifndef __MACH_MX2_CAM_H_
24 #define __MACH_MX2_CAM_H_
26 #define MX2_CAMERA_EXT_VSYNC (1 << 1)
27 #define MX2_CAMERA_CCIR (1 << 2)
28 #define MX2_CAMERA_CCIR_INTERLACE (1 << 3)
29 #define MX2_CAMERA_HSYNC_HIGH (1 << 4)
30 #define MX2_CAMERA_GATED_CLOCK (1 << 5)
31 #define MX2_CAMERA_INV_DATA (1 << 6)
32 #define MX2_CAMERA_PCLK_SAMPLE_RISING (1 << 7)