Lines Matching +full:0 +full:x0202
16 } while (0);
20 } while (0);
31 #define FORMAT_BYTE_SWAP 0x1
32 #define FORMAT_IS_PLANAR 0x2
112 #define SAA7146_USE_PORT_B_FOR_VBI 0x2 /* use input port b for vbi hardware bug workaround */
174 #define RESOURCE_DMA1_HPS 0x1
175 #define RESOURCE_DMA2_CLP 0x2
176 #define RESOURCE_DMA3_BRS 0x4
179 #define SAA7146_HPS_SOURCE_PORT_A 0x00
180 #define SAA7146_HPS_SOURCE_PORT_B 0x01
181 #define SAA7146_HPS_SOURCE_YPB_CPA 0x02
182 #define SAA7146_HPS_SOURCE_YPA_CPB 0x03
185 #define SAA7146_HPS_SYNC_PORT_A 0x00
186 #define SAA7146_HPS_SYNC_PORT_B 0x01
193 #define SAA7146_CLIPPING_RECT 0x4
194 #define SAA7146_CLIPPING_RECT_INVERTED 0x5
195 #define SAA7146_CLIPPING_MASK 0x6
196 #define SAA7146_CLIPPING_MASK_INVERTED 0x7
199 #define RGB08_COMPOSED 0x0217 /* composed is used in the sense of "not-planar" */
200 /* this means: planar?=0, yuv2rgb-conversation-mode=2, dither=yes(=1), format-mode = 7 */
201 #define RGB15_COMPOSED 0x0213
202 #define RGB16_COMPOSED 0x0210
203 #define RGB24_COMPOSED 0x0201
204 #define RGB32_COMPOSED 0x0202
206 #define Y8 0x0006
207 #define YUV411_COMPOSED 0x0003
208 #define YUV422_COMPOSED 0x0000
209 /* this means: planar?=1, yuv2rgb-conversion-mode=0, dither=no(=0), format-mode = b */
210 #define YUV411_DECOMPOSED 0x100b
211 #define YUV422_DECOMPOSED 0x1009
212 #define YUV420_DECOMPOSED 0x100a
214 #define IS_PLANAR(x) (x & 0xf000)
217 #define SAA7146_NO_SWAP (0x0)
218 #define SAA7146_TWO_BYTE_SWAP (0x1)
219 #define SAA7146_FOUR_BYTE_SWAP (0x2)