Subversion Repositories Kolibri OS

Rev

Rev 1963 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1963 Rev 6104
Line 81... Line 81...
81
#       define NI_REGAMMA_XVYCC_222                    2
81
#       define NI_REGAMMA_XVYCC_222                    2
82
#       define NI_REGAMMA_PROG_A                       3
82
#       define NI_REGAMMA_PROG_A                       3
83
#       define NI_REGAMMA_PROG_B                       4
83
#       define NI_REGAMMA_PROG_B                       4
84
#       define NI_OVL_REGAMMA_MODE(x)                  (((x) & 0x7) << 4)
84
#       define NI_OVL_REGAMMA_MODE(x)                  (((x) & 0x7) << 4)
Line -... Line 85...
-
 
85
 
-
 
86
#define NI_DP_MSE_LINK_TIMING                          0x73a0
-
 
87
#	define NI_DP_MSE_LINK_FRAME			(((x) & 0x3ff) << 0)
-
 
88
#	define NI_DP_MSE_LINK_LINE                      (((x) & 0x3) << 16)
-
 
89
 
-
 
90
#define NI_DP_MSE_MISC_CNTL                            0x736c
-
 
91
#       define NI_DP_MSE_BLANK_CODE                    (((x) & 0x1) << 0)
-
 
92
#       define NI_DP_MSE_TIMESTAMP_MODE                (((x) & 0x1) << 4)
-
 
93
#       define NI_DP_MSE_ZERO_ENCODER                  (((x) & 0x1) << 8)
-
 
94
 
-
 
95
#define NI_DP_MSE_RATE_CNTL                            0x7384
-
 
96
#       define NI_DP_MSE_RATE_Y(x)                   (((x) & 0x3ffffff) << 0)
-
 
97
#       define NI_DP_MSE_RATE_X(x)                   (((x) & 0x3f) << 26)
-
 
98
 
-
 
99
#define NI_DP_MSE_RATE_UPDATE                          0x738c
-
 
100
 
-
 
101
#define NI_DP_MSE_SAT0                                 0x7390
-
 
102
#       define NI_DP_MSE_SAT_SRC0(x)                   (((x) & 0x7) << 0)
-
 
103
#       define NI_DP_MSE_SAT_SLOT_COUNT0(x)            (((x) & 0x3f) << 8)
-
 
104
#       define NI_DP_MSE_SAT_SRC1(x)                   (((x) & 0x7) << 16)
-
 
105
#       define NI_DP_MSE_SAT_SLOT_COUNT1(x)            (((x) & 0x3f) << 24)
-
 
106
 
-
 
107
#define NI_DP_MSE_SAT1                                 0x7394
-
 
108
 
-
 
109
#define NI_DP_MSE_SAT2                                 0x7398
-
 
110
 
-
 
111
#define NI_DP_MSE_SAT_UPDATE                           0x739c
-
 
112
 
-
 
113
#define NI_DIG_BE_CNTL                                 0x7140
-
 
114
#       define NI_DIG_FE_SOURCE_SELECT(x)              (((x) & 0x7f) << 8)
-
 
115
#       define NI_DIG_FE_DIG_MODE(x)                   (((x) & 0x7) << 16)
-
 
116
#       define NI_DIG_MODE_DP_SST                      0
-
 
117
#       define NI_DIG_MODE_LVDS                        1
-
 
118
#       define NI_DIG_MODE_TMDS_DVI                    2
-
 
119
#       define NI_DIG_MODE_TMDS_HDMI                   3
-
 
120
#       define NI_DIG_MODE_DP_MST                      5
-
 
121
#       define NI_DIG_HPD_SELECT(x)                    (((x) & 0x7) << 28)
-
 
122
 
-
 
123
#define NI_DIG_FE_CNTL                                 0x7000
-
 
124
#       define NI_DIG_SOURCE_SELECT(x)                 (((x) & 0x3) << 0)
-
 
125
#       define NI_DIG_STEREOSYNC_SELECT(x)             (((x) & 0x3) << 4)
-
 
126
#       define NI_DIG_STEREOSYNC_GATE_EN(x)            (((x) & 0x1) << 8)
-
 
127
#       define NI_DIG_DUAL_LINK_ENABLE(x)              (((x) & 0x1) << 16)
-
 
128
#       define NI_DIG_SWAP(x)                          (((x) & 0x1) << 18)
85
 
129
#       define NI_DIG_SYMCLK_FE_ON                     (0x1 << 24)