xref: /utopia/UTPA2-700.0.x/modules/pq/hal/k6lite/pq/include/k6lite_Bandwidth_RegTable.h (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1 ////////////////////////////////////////////////////////////////////////////////
2 //
3 // Copyright (c) 2006-2008 MStar Semiconductor, Inc.
4 // All rights reserved.
5 //
6 // Unless otherwise stipulated in writing, any and all information contained
7 // herein regardless in any format shall remain the sole proprietary of
8 // MStar Semiconductor Inc. and be kept in strict confidence
9 // (; MStar; Confidential; Information; ) by the recipient.
10 // Any unauthorized act including without limitation unauthorized disclosure,
11 // copying, use, reproduction, sale, distribution, modification, disassembling,
12 // reverse engineering and compiling of the contents of MStar Confidential
13 // Information is unlawful and strictly prohibited. MStar hereby reserves the
14 // rights to any and all damages, losses, costs and expenses resulting therefrom.
15 //
16 
17 #ifndef _K6_BANDWIDTH_REGTABLE_H_
18 #define _K6_BANDWIDTH_REGTABLE_H_
19 
20 typedef enum
21 {
22     BWTABLE_Normal_mode,
23     BWTABLE_1080p_mode,
24     BWTABLE_HDMI4kx2k_mode,
25     BWTABLE_NUMS
26 }
27 BWTABLE_Group;
28 
29 #endif
30