Lines Matching +full:video +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0 */
6 #define VCR_IC_EAV 0x0001 /* End of active video status */
9 #define VCR_IC_ACTBUF 0x0018 /* Active video buffer */
10 #define VCR_IC_VSYNC 0x0020 /* 0 = VB, 1 = active video */
13 #define VCR_IC_INTEN 0x0100 /* End of active video int. enable */
20 #define VCR_TSC_METHOD 0x00000c /* DMA method (non-functional) */
24 #define VCR_TSC_BE 0x200000 /* MSB first (serial mode) */
36 #define VCR_CI_HDMODE 0x00000040 /* CCIR656-16 hdr decode mode; 1=16b */
37 #define VCR_CI_BSWAP 0x00000080 /* Swap bytes (16-bit) */
44 #define VCR_CI_DIODD 0 /* De-interlace odd, 30fps */
50 #define VCR_CI_FILTER 0x00070000 /* Horiz filter mode select
67 #define VCR_HORRANGE 0x314 /* Active video horizontal range */
68 #define VCR_VERTRANGE 0x318 /* Active video vertical range */
69 #define VCR_AVSCALE 0x31c /* Active video scaling control */
77 #define VCR_MAXDATA 0x334 /* Active data count of active video */
80 #define VCR_VBUF1 0x340 /* First video buffer */
81 #define VCR_VBUF2 0x344 /* Second video buffer */
82 #define VCR_VBUF3 0x348 /* Third video buffer */
85 #define VCR_VSTRIDE 0x350 /* Stride of video + coring control */
87 #define VCR_VS_STRIDE 0x00001ff0 /* Stride (8-byte units) */