Lines Matching defs:FW_STREAM_CONTROL
344 struct FW_STREAM_CONTROL { struct
345 struct FW_HEADER hdr;
346 u8 Stream; /* Stream number (UVI1, UVI2, TVOUT) */
347 u8 Control; /* Value written to UVI1_CTL */
348 u8 Mode; /* Controls clock source */
349 u8 SetupDataLen; /* Length of setup data, MSB=1 write
351 u16 CaptureBlockCount; /* Blocks (a 256 Bytes) to capture per buffer
353 u64 Buffer_Address; /* Address of first buffer header */
354 u16 BytesPerVideoLine;
355 u16 MaxLinesPerField;
356 u16 MinLinesPerField;
357 u16 Reserved_1;
358 u16 BytesPerVBILine;
359 u16 MaxVBILinesPerField;
360 u16 MinVBILinesPerField;
361 u16 SetupDataAddr; /* ngene relative address of setup data */
362 u8 SetupData[32]; /* setup data */