![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 * Driver for the Conexant CX25821 PCIe bridge 0004 * 0005 * Copyright (C) 2009 Conexant Systems Inc. 0006 * Authors <shu.lin@conexant.com>, <hiep.huynh@conexant.com> 0007 */ 0008 0009 #ifndef _MEDUSA_DEF_H_ 0010 #define _MEDUSA_DEF_H_ 0011 0012 /* Video decoder that we supported */ 0013 #define VDEC_A 0 0014 #define VDEC_B 1 0015 #define VDEC_C 2 0016 #define VDEC_D 3 0017 #define VDEC_E 4 0018 #define VDEC_F 5 0019 #define VDEC_G 6 0020 #define VDEC_H 7 0021 0022 /* end of display sequence */ 0023 #define END_OF_SEQ 0xF; 0024 0025 /* registry string size */ 0026 #define MAX_REGISTRY_SZ 40; 0027 0028 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |