/* SPDX-License-Identifier: GPL-2.0 */ /* * VIA Camera register definitions.
*/ #define VCR_INTCTRL 0x300 /* Capture interrupt control */ #define VCR_IC_EAV 0x0001 /* End of active video status */ #define VCR_IC_EVBI 0x0002 /* End of VBI status */ #define VCR_IC_FBOTFLD 0x0004 /* "flipping" Bottom field is active */ #define VCR_IC_ACTBUF 0x0018 /* Active video buffer */ #define VCR_IC_VSYNC 0x0020 /* 0 = VB, 1 = active video */ #define VCR_IC_BOTFLD 0x0040 /* Bottom field is active */ #define VCR_IC_FFULL 0x0080 /* FIFO full */ #define VCR_IC_INTEN 0x0100 /* End of active video int. enable */ #define VCR_IC_VBIINT 0x0200 /* End of VBI int enable */ #define VCR_IC_VBIBUF 0x0400 /* Current VBI buffer */
#define VCR_TSC 0x308 /* Transport stream control */ #define VCR_TSC_ENABLE 0x000001 /* Transport stream input enable */ #define VCR_TSC_DROPERR 0x000002 /* Drop error packets */ #define VCR_TSC_METHOD 0x00000c /* DMA method (non-functional) */ #define VCR_TSC_COUNT 0x07fff0 /* KByte or packet count */ #define VCR_TSC_CBMODE 0x080000 /* Change buffer by byte count */ #define VCR_TSC_PSSIG 0x100000 /* Packet starting signal disable */ #define VCR_TSC_BE 0x200000 /* MSB first (serial mode) */ #define VCR_TSC_SERIAL 0x400000 /* Serial input (0 = parallel) */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.