GNU Linux-libre 5.10.153-gnu1
[releases.git] / drivers / media / pci / cx25821 / cx25821-medusa-defines.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  *  Driver for the Conexant CX25821 PCIe bridge
4  *
5  *  Copyright (C) 2009 Conexant Systems Inc.
6  *  Authors  <shu.lin@conexant.com>, <hiep.huynh@conexant.com>
7  */
8
9 #ifndef _MEDUSA_DEF_H_
10 #define _MEDUSA_DEF_H_
11
12 /* Video decoder that we supported */
13 #define VDEC_A          0
14 #define VDEC_B          1
15 #define VDEC_C          2
16 #define VDEC_D          3
17 #define VDEC_E          4
18 #define VDEC_F          5
19 #define VDEC_G          6
20 #define VDEC_H          7
21
22 /* end of display sequence */
23 #define END_OF_SEQ      0xF;
24
25 /* registry string size */
26 #define MAX_REGISTRY_SZ 40;
27
28 #endif