Lines Matching defs:FW_STREAM_CONTROL
333 struct FW_STREAM_CONTROL { struct
334 struct FW_HEADER hdr;
335 u8 Stream; /* Stream number (UVI1, UVI2, TVOUT) */
336 u8 Control; /* Value written to UVI1_CTL */
337 u8 Mode; /* Controls clock source */
338 u8 SetupDataLen; /* Length of setup data, MSB=1 write
340 u16 CaptureBlockCount; /* Blocks (a 256 Bytes) to capture per buffer
342 u64 Buffer_Address; /* Address of first buffer header */
343 u16 BytesPerVideoLine;
344 u16 MaxLinesPerField;
345 u16 MinLinesPerField;
346 u16 Reserved_1;
347 u16 BytesPerVBILine;
348 u16 MaxVBILinesPerField;
349 u16 MinVBILinesPerField;
350 u16 SetupDataAddr; /* ngene relative address of setup data */
351 u8 SetupData[32]; /* setup data */