1 /***************************************************************************//**
2 * \file cyip_udb.h
3 *
4 * \brief
5 * UDB IP definitions
6 *
7 ********************************************************************************
8 * \copyright
9 * (c) (2016-2023), Cypress Semiconductor Corporation (an Infineon company) or
10 * an affiliate of Cypress Semiconductor Corporation.
11 *
12 * SPDX-License-Identifier: Apache-2.0
13 *
14 * Licensed under the Apache License, Version 2.0 (the "License");
15 * you may not use this file except in compliance with the License.
16 * You may obtain a copy of the License at
17 *
18 *     http://www.apache.org/licenses/LICENSE-2.0
19 *
20 * Unless required by applicable law or agreed to in writing, software
21 * distributed under the License is distributed on an "AS IS" BASIS,
22 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 * See the License for the specific language governing permissions and
24 * limitations under the License.
25 *******************************************************************************/
26 
27 #ifndef _CYIP_UDB_H_
28 #define _CYIP_UDB_H_
29 
30 #include "cyip_headers.h"
31 
32 /*******************************************************************************
33 *                                     UDB
34 *******************************************************************************/
35 
36 #define UDB_WRKONE_SECTION_SIZE                 0x00000800UL
37 #define UDB_WRKMULT_SECTION_SIZE                0x00001000UL
38 #define UDB_UDBPAIR_UDBSNG_SECTION_SIZE         0x00000080UL
39 #define UDB_UDBPAIR_ROUTE_SECTION_SIZE          0x00000100UL
40 #define UDB_UDBPAIR_SECTION_SIZE                0x00000200UL
41 #define UDB_DSI_SECTION_SIZE                    0x00000080UL
42 #define UDB_PA_SECTION_SIZE                     0x00000040UL
43 #define UDB_BCTL_SECTION_SIZE                   0x00000080UL
44 #define UDB_UDBIF_SECTION_SIZE                  0x00000020UL
45 #define UDB_SECTION_SIZE                        0x00010000UL
46 
47 /**
48   * \brief UDB Working Registers (2 registers from one UDB at a time) (UDB_WRKONE)
49   */
50 typedef struct {
51   __IOM uint32_t A[64];                         /*!< 0x00000000 Accumulator Registers {A1,A0} */
52   __IOM uint32_t D[64];                         /*!< 0x00000100 Data Registers {D1,D0} */
53   __IOM uint32_t F[64];                         /*!< 0x00000200 FIFOs {F1,F0} */
54   __IOM uint32_t CTL_ST[64];                    /*!< 0x00000300 Status and Control Registers {CTL,ST} */
55   __IOM uint32_t ACTL_MSK[64];                  /*!< 0x00000400 Mask and Auxiliary Control Registers {ACTL,MSK} */
56    __IM uint32_t MC[64];                        /*!< 0x00000500 PLD Macrocell Read Registers {00,MC} */
57    __IM uint32_t RESERVED[128];
58 } UDB_WRKONE_V1_Type;                           /*!< Size = 2048 (0x800) */
59 
60 /**
61   * \brief UDB Working Registers (1 register from multiple UDBs at a time) (UDB_WRKMULT)
62   */
63 typedef struct {
64   __IOM uint32_t A0[64];                        /*!< 0x00000000 Accumulator 0 */
65   __IOM uint32_t A1[64];                        /*!< 0x00000100 Accumulator 1 */
66   __IOM uint32_t D0[64];                        /*!< 0x00000200 Data 0 */
67   __IOM uint32_t D1[64];                        /*!< 0x00000300 Data 1 */
68   __IOM uint32_t F0[64];                        /*!< 0x00000400 FIFO 0 */
69   __IOM uint32_t F1[64];                        /*!< 0x00000500 FIFO 1 */
70    __IM uint32_t ST[64];                        /*!< 0x00000600 Status Register */
71   __IOM uint32_t CTL[64];                       /*!< 0x00000700 Control Register */
72   __IOM uint32_t MSK[64];                       /*!< 0x00000800 Interrupt Mask */
73   __IOM uint32_t ACTL[64];                      /*!< 0x00000900 Auxiliary Control */
74    __IM uint32_t MC[64];                        /*!< 0x00000A00 PLD Macrocell reading */
75    __IM uint32_t RESERVED[320];
76 } UDB_WRKMULT_V1_Type;                          /*!< Size = 4096 (0x1000) */
77 
78 /**
79   * \brief Single UDB Configuration (UDB_UDBPAIR_UDBSNG)
80   */
81 typedef struct {
82   __IOM uint32_t PLD_IT[12];                    /*!< 0x00000000 PLD Input Terms */
83   __IOM uint32_t PLD_ORT0;                      /*!< 0x00000030 PLD OR Terms */
84   __IOM uint32_t PLD_ORT1;                      /*!< 0x00000034 PLD OR Terms */
85   __IOM uint32_t PLD_CFG0;                      /*!< 0x00000038 PLD configuration for Carry Enable, Constant, and XOR feedback */
86   __IOM uint32_t PLD_CFG1;                      /*!< 0x0000003C PLD configuration for Set / Reset selection, and Bypass control */
87   __IOM uint32_t DPATH_CFG0;                    /*!< 0x00000040 Datapath input selections (RAD0, RAD1, RAD2, F0_LD, F1_LD,
88                                                                 D0_LD, D1_LD) */
89   __IOM uint32_t DPATH_CFG1;                    /*!< 0x00000044 Datapath input and output selections (SCI_MUX, SI_MUX, OUT0
90                                                                 thru OUT5) */
91   __IOM uint32_t DPATH_CFG2;                    /*!< 0x00000048 Datapath output synchronization, ALU mask, compare 0 and 1
92                                                                 masks */
93   __IOM uint32_t DPATH_CFG3;                    /*!< 0x0000004C Datapath mask enables, shift in, carry in, compare, chaining,
94                                                                 MSB configs; FIFO, shift and parallel input control */
95   __IOM uint32_t DPATH_CFG4;                    /*!< 0x00000050 Datapath FIFO and register access configuration control */
96   __IOM uint32_t SC_CFG0;                       /*!< 0x00000054 SC Mode 0 and 1 control registers; status register input mode;
97                                                                 general SC configuration */
98   __IOM uint32_t SC_CFG1;                       /*!< 0x00000058 SC counter control */
99   __IOM uint32_t RC_CFG0;                       /*!< 0x0000005C PLD0, PLD1, Datatpath, and SC clock and reset control */
100   __IOM uint32_t RC_CFG1;                       /*!< 0x00000060 PLD0, PLD1, Datatpath, and SC clock selection, general reset
101                                                                 control */
102   __IOM uint32_t DPATH_OPC[4];                  /*!< 0x00000064 Datapath opcode configuration */
103    __IM uint32_t RESERVED[3];
104 } UDB_UDBPAIR_UDBSNG_V1_Type;                   /*!< Size = 128 (0x80) */
105 
106 /**
107   * \brief Routing Configuration for one UDB Pair (UDB_UDBPAIR_ROUTE)
108   */
109 typedef struct {
110   __IOM uint32_t TOP_V_BOT;                     /*!< 0x00000000 Top Vertical Input (TVI) vs Bottom Vertical Input (BVI) muxing */
111   __IOM uint32_t LVO1_V_2;                      /*!< 0x00000004 Left Vertical Ouput (LVO) 1 vs 2 muxing for certain horizontals */
112   __IOM uint32_t RVO1_V_2;                      /*!< 0x00000008 Right Vertical Ouput (RVO) 1 vs 2 muxing for certain
113                                                                 horizontals */
114   __IOM uint32_t TUI_CFG0;                      /*!< 0x0000000C Top UDB Input (TUI) selection */
115   __IOM uint32_t TUI_CFG1;                      /*!< 0x00000010 Top UDB Input (TUI) selection */
116   __IOM uint32_t TUI_CFG2;                      /*!< 0x00000014 Top UDB Input (TUI) selection */
117   __IOM uint32_t TUI_CFG3;                      /*!< 0x00000018 Top UDB Input (TUI) selection */
118   __IOM uint32_t TUI_CFG4;                      /*!< 0x0000001C Top UDB Input (TUI) selection */
119   __IOM uint32_t TUI_CFG5;                      /*!< 0x00000020 Top UDB Input (TUI) selection */
120   __IOM uint32_t BUI_CFG0;                      /*!< 0x00000024 Bottom UDB Input (BUI) selection */
121   __IOM uint32_t BUI_CFG1;                      /*!< 0x00000028 Bottom UDB Input (BUI) selection */
122   __IOM uint32_t BUI_CFG2;                      /*!< 0x0000002C Bottom UDB Input (BUI) selection */
123   __IOM uint32_t BUI_CFG3;                      /*!< 0x00000030 Bottom UDB Input (BUI) selection */
124   __IOM uint32_t BUI_CFG4;                      /*!< 0x00000034 Bottom UDB Input (BUI) selection */
125   __IOM uint32_t BUI_CFG5;                      /*!< 0x00000038 Bottom UDB Input (BUI) selection */
126   __IOM uint32_t RVO_CFG0;                      /*!< 0x0000003C Right Vertical Ouput (RVO) selection */
127   __IOM uint32_t RVO_CFG1;                      /*!< 0x00000040 Right Vertical Ouput (RVO) selection */
128   __IOM uint32_t RVO_CFG2;                      /*!< 0x00000044 Right Vertical Ouput (RVO) selection */
129   __IOM uint32_t RVO_CFG3;                      /*!< 0x00000048 Right Vertical Ouput (RVO) selection */
130   __IOM uint32_t LVO_CFG0;                      /*!< 0x0000004C Left Vertical Ouput (LVO) selection */
131   __IOM uint32_t LVO_CFG1;                      /*!< 0x00000050 Left Vertical Ouput (LVO) selection */
132   __IOM uint32_t RHO_CFG0;                      /*!< 0x00000054 Right Horizontal Out (RHO) selection */
133   __IOM uint32_t RHO_CFG1;                      /*!< 0x00000058 Right Horizontal Out (RHO) selection */
134   __IOM uint32_t RHO_CFG2;                      /*!< 0x0000005C Right Horizontal Out (RHO) selection */
135   __IOM uint32_t LHO_CFG0;                      /*!< 0x00000060 Left Horizontal Out (LHO) selection */
136   __IOM uint32_t LHO_CFG1;                      /*!< 0x00000064 Left Horizontal Out (LHO) selection */
137   __IOM uint32_t LHO_CFG2;                      /*!< 0x00000068 Left Horizontal Out (LHO) selection */
138   __IOM uint32_t LHO_CFG3;                      /*!< 0x0000006C Left Horizontal Out (LHO) selection */
139   __IOM uint32_t LHO_CFG4;                      /*!< 0x00000070 Left Horizontal Out (LHO) selection */
140   __IOM uint32_t LHO_CFG5;                      /*!< 0x00000074 Left Horizontal Out (LHO) selection */
141   __IOM uint32_t LHO_CFG6;                      /*!< 0x00000078 Left Horizontal Out (LHO) selection */
142   __IOM uint32_t LHO_CFG7;                      /*!< 0x0000007C Left Horizontal Out (LHO) selection */
143   __IOM uint32_t LHO_CFG8;                      /*!< 0x00000080 Left Horizontal Out (LHO) selection */
144   __IOM uint32_t LHO_CFG9;                      /*!< 0x00000084 Left Horizontal Out (LHO) selection */
145   __IOM uint32_t LHO_CFG10;                     /*!< 0x00000088 Left Horizontal Out (LHO) selection */
146   __IOM uint32_t LHO_CFG11;                     /*!< 0x0000008C Left Horizontal Out (LHO) selection */
147    __IM uint32_t RESERVED[28];
148 } UDB_UDBPAIR_ROUTE_V1_Type;                    /*!< Size = 256 (0x100) */
149 
150 /**
151   * \brief UDB Pair Configuration (up to 32 Pairs) (UDB_UDBPAIR)
152   */
153 typedef struct {
154         UDB_UDBPAIR_UDBSNG_V1_Type UDBSNG[2];   /*!< 0x00000000 Single UDB Configuration */
155         UDB_UDBPAIR_ROUTE_V1_Type ROUTE;        /*!< 0x00000100 Routing Configuration for one UDB Pair */
156 } UDB_UDBPAIR_V1_Type;                          /*!< Size = 512 (0x200) */
157 
158 /**
159   * \brief DSI Configuration (up to 32 DSI) (UDB_DSI)
160   */
161 typedef struct {
162   __IOM uint32_t LVO1_V_2;                      /*!< 0x00000000 Left Vertical Ouput (LVO) 1 vs 2 muxing for certain horizontals */
163   __IOM uint32_t RVO1_V_2;                      /*!< 0x00000004 Right Vertical Ouput (RVO) 1 vs 2 muxing for certain
164                                                                 horizontals */
165   __IOM uint32_t DOP_CFG0;                      /*!< 0x00000008 DSI Out Pair (DOP) selection */
166   __IOM uint32_t DOP_CFG1;                      /*!< 0x0000000C DSI Out Pair (DOP) selection */
167   __IOM uint32_t DOP_CFG2;                      /*!< 0x00000010 DSI Out Pair (DOP) selection */
168   __IOM uint32_t DOP_CFG3;                      /*!< 0x00000014 DSI Out Pair (DOP) selection */
169   __IOM uint32_t DOT_CFG0;                      /*!< 0x00000018 DSI Out Triplet (DOT) selection */
170   __IOM uint32_t DOT_CFG1;                      /*!< 0x0000001C DSI Out Triplet (DOT) selection */
171   __IOM uint32_t DOT_CFG2;                      /*!< 0x00000020 DSI Out Triplet (DOT) selection */
172   __IOM uint32_t DOT_CFG3;                      /*!< 0x00000024 DSI Out Triplet (DOT) selection */
173   __IOM uint32_t RVO_CFG0;                      /*!< 0x00000028 Right Vertical Ouput (RVO) selection */
174   __IOM uint32_t RVO_CFG1;                      /*!< 0x0000002C Right Vertical Ouput (RVO) selection */
175   __IOM uint32_t RVO_CFG2;                      /*!< 0x00000030 Right Vertical Ouput (RVO) selection */
176   __IOM uint32_t RVO_CFG3;                      /*!< 0x00000034 Right Vertical Ouput (RVO) selection */
177   __IOM uint32_t LVO_CFG0;                      /*!< 0x00000038 Left Vertical Ouput (LVO) selection */
178   __IOM uint32_t LVO_CFG1;                      /*!< 0x0000003C Left Vertical Ouput (LVO) selection */
179   __IOM uint32_t RHO_CFG0;                      /*!< 0x00000040 Right Horizontal Out (RHO) selection */
180   __IOM uint32_t RHO_CFG1;                      /*!< 0x00000044 Right Horizontal Out (RHO) selection */
181   __IOM uint32_t RHO_CFG2;                      /*!< 0x00000048 Right Horizontal Out (RHO) selection */
182   __IOM uint32_t LHO_CFG0;                      /*!< 0x0000004C Left Horizontal Out (LHO) selection */
183   __IOM uint32_t LHO_CFG1;                      /*!< 0x00000050 Left Horizontal Out (LHO) selection */
184   __IOM uint32_t LHO_CFG2;                      /*!< 0x00000054 Left Horizontal Out (LHO) selection */
185   __IOM uint32_t LHO_CFG3;                      /*!< 0x00000058 Left Horizontal Out (LHO) selection */
186   __IOM uint32_t LHO_CFG4;                      /*!< 0x0000005C Left Horizontal Out (LHO) selection */
187   __IOM uint32_t LHO_CFG5;                      /*!< 0x00000060 Left Horizontal Out (LHO) selection */
188   __IOM uint32_t LHO_CFG6;                      /*!< 0x00000064 Left Horizontal Out (LHO) selection */
189   __IOM uint32_t LHO_CFG7;                      /*!< 0x00000068 Left Horizontal Out (LHO) selection */
190   __IOM uint32_t LHO_CFG8;                      /*!< 0x0000006C Left Horizontal Out (LHO) selection */
191   __IOM uint32_t LHO_CFG9;                      /*!< 0x00000070 Left Horizontal Out (LHO) selection */
192   __IOM uint32_t LHO_CFG10;                     /*!< 0x00000074 Left Horizontal Out (LHO) selection */
193   __IOM uint32_t LHO_CFG11;                     /*!< 0x00000078 Left Horizontal Out (LHO) selection */
194    __IM uint32_t RESERVED;
195 } UDB_DSI_V1_Type;                              /*!< Size = 128 (0x80) */
196 
197 /**
198   * \brief Port Adapter Configuration (up to 32 PA) (UDB_PA)
199   */
200 typedef struct {
201   __IOM uint32_t CFG0;                          /*!< 0x00000000 PA Data In Clock Control Register */
202   __IOM uint32_t CFG1;                          /*!< 0x00000004 PA Data Out Clock Control Register */
203   __IOM uint32_t CFG2;                          /*!< 0x00000008 PA Clock Select Register */
204   __IOM uint32_t CFG3;                          /*!< 0x0000000C PA Reset Select Register */
205   __IOM uint32_t CFG4;                          /*!< 0x00000010 PA Reset Enable Register */
206   __IOM uint32_t CFG5;                          /*!< 0x00000014 PA Reset Pin Select Register */
207   __IOM uint32_t CFG6;                          /*!< 0x00000018 PA Input Data Sync Control Register - Low */
208   __IOM uint32_t CFG7;                          /*!< 0x0000001C PA Input Data Sync Control Register - High */
209   __IOM uint32_t CFG8;                          /*!< 0x00000020 PA Output Data Sync Control Register - Low */
210   __IOM uint32_t CFG9;                          /*!< 0x00000024 PA Output Data Sync Control Register - High */
211   __IOM uint32_t CFG10;                         /*!< 0x00000028 PA Output Data Select Register - Low */
212   __IOM uint32_t CFG11;                         /*!< 0x0000002C PA Output Data Select Register - High */
213   __IOM uint32_t CFG12;                         /*!< 0x00000030 PA OE Select Register - Low */
214   __IOM uint32_t CFG13;                         /*!< 0x00000034 PA OE Select Register - High */
215   __IOM uint32_t CFG14;                         /*!< 0x00000038 PA OE Sync Register */
216    __IM uint32_t RESERVED;
217 } UDB_PA_V1_Type;                               /*!< Size = 64 (0x40) */
218 
219 /**
220   * \brief UDB Array Bank Control (UDB_BCTL)
221   */
222 typedef struct {
223   __IOM uint32_t MDCLK_EN;                      /*!< 0x00000000 Master Digital Clock Enable Register */
224   __IOM uint32_t MBCLK_EN;                      /*!< 0x00000004 Master clk_peri_app Enable Register */
225   __IOM uint32_t BOTSEL_L;                      /*!< 0x00000008 Lower Nibble Bottom Digital Clock Select Register */
226   __IOM uint32_t BOTSEL_U;                      /*!< 0x0000000C Upper Nibble Bottom Digital Clock Select Register */
227   __IOM uint32_t QCLK_EN[16];                   /*!< 0x00000010 Quadrant Digital Clock Enable Registers */
228    __IM uint32_t RESERVED[12];
229 } UDB_BCTL_V1_Type;                             /*!< Size = 128 (0x80) */
230 
231 /**
232   * \brief UDB Subsystem Interface Configuration (UDB_UDBIF)
233   */
234 typedef struct {
235   __IOM uint32_t BANK_CTL;                      /*!< 0x00000000 Bank Control */
236   __IOM uint32_t INT_CLK_CTL;                   /*!< 0x00000004 Interrupt Clock Control */
237   __IOM uint32_t INT_CFG;                       /*!< 0x00000008 Interrupt Configuration */
238   __IOM uint32_t TR_CLK_CTL;                    /*!< 0x0000000C Trigger Clock Control */
239   __IOM uint32_t TR_CFG;                        /*!< 0x00000010 Trigger Configuration */
240   __IOM uint32_t PRIVATE;                       /*!< 0x00000014 Internal use only */
241    __IM uint32_t RESERVED[2];
242 } UDB_UDBIF_V1_Type;                            /*!< Size = 32 (0x20) */
243 
244 /**
245   * \brief Programmable Digital Subsystem (UDB)
246   */
247 typedef struct {
248         UDB_WRKONE_V1_Type WRKONE;              /*!< 0x00000000 UDB Working Registers (2 registers from one UDB at a time) */
249    __IM uint32_t RESERVED[512];
250         UDB_WRKMULT_V1_Type WRKMULT;            /*!< 0x00001000 UDB Working Registers (1 register from multiple UDBs at a time) */
251         UDB_UDBPAIR_V1_Type UDBPAIR[32];        /*!< 0x00002000 UDB Pair Configuration (up to 32 Pairs) */
252         UDB_DSI_V1_Type DSI[32];                /*!< 0x00006000 DSI Configuration (up to 32 DSI) */
253         UDB_PA_V1_Type PA[32];                  /*!< 0x00007000 Port Adapter Configuration (up to 32 PA) */
254         UDB_BCTL_V1_Type BCTL;                  /*!< 0x00007800 UDB Array Bank Control */
255    __IM uint32_t RESERVED1[32];
256         UDB_UDBIF_V1_Type UDBIF;                /*!< 0x00007900 UDB Subsystem Interface Configuration */
257 } UDB_V1_Type;                                  /*!< Size = 31008 (0x7920) */
258 
259 
260 /* UDB_WRKONE.A */
261 #define UDB_WRKONE_A_A0_Pos                     0UL
262 #define UDB_WRKONE_A_A0_Msk                     0xFFUL
263 #define UDB_WRKONE_A_A1_Pos                     8UL
264 #define UDB_WRKONE_A_A1_Msk                     0xFF00UL
265 /* UDB_WRKONE.D */
266 #define UDB_WRKONE_D_D0_Pos                     0UL
267 #define UDB_WRKONE_D_D0_Msk                     0xFFUL
268 #define UDB_WRKONE_D_D1_Pos                     8UL
269 #define UDB_WRKONE_D_D1_Msk                     0xFF00UL
270 /* UDB_WRKONE.F */
271 #define UDB_WRKONE_F_F0_Pos                     0UL
272 #define UDB_WRKONE_F_F0_Msk                     0xFFUL
273 #define UDB_WRKONE_F_F1_Pos                     8UL
274 #define UDB_WRKONE_F_F1_Msk                     0xFF00UL
275 /* UDB_WRKONE.CTL_ST */
276 #define UDB_WRKONE_CTL_ST_ST_Pos                0UL
277 #define UDB_WRKONE_CTL_ST_ST_Msk                0xFFUL
278 #define UDB_WRKONE_CTL_ST_CTL_Pos               8UL
279 #define UDB_WRKONE_CTL_ST_CTL_Msk               0xFF00UL
280 /* UDB_WRKONE.ACTL_MSK */
281 #define UDB_WRKONE_ACTL_MSK_MSK_Pos             0UL
282 #define UDB_WRKONE_ACTL_MSK_MSK_Msk             0x7FUL
283 #define UDB_WRKONE_ACTL_MSK_FIFO0_CLR_Pos       8UL
284 #define UDB_WRKONE_ACTL_MSK_FIFO0_CLR_Msk       0x100UL
285 #define UDB_WRKONE_ACTL_MSK_FIFO1_CLR_Pos       9UL
286 #define UDB_WRKONE_ACTL_MSK_FIFO1_CLR_Msk       0x200UL
287 #define UDB_WRKONE_ACTL_MSK_FIFO0_LVL_Pos       10UL
288 #define UDB_WRKONE_ACTL_MSK_FIFO0_LVL_Msk       0x400UL
289 #define UDB_WRKONE_ACTL_MSK_FIFO1_LVL_Pos       11UL
290 #define UDB_WRKONE_ACTL_MSK_FIFO1_LVL_Msk       0x800UL
291 #define UDB_WRKONE_ACTL_MSK_INT_EN_Pos          12UL
292 #define UDB_WRKONE_ACTL_MSK_INT_EN_Msk          0x1000UL
293 #define UDB_WRKONE_ACTL_MSK_CNT_START_Pos       13UL
294 #define UDB_WRKONE_ACTL_MSK_CNT_START_Msk       0x2000UL
295 /* UDB_WRKONE.MC */
296 #define UDB_WRKONE_MC_PLD0_MC_Pos               0UL
297 #define UDB_WRKONE_MC_PLD0_MC_Msk               0xFUL
298 #define UDB_WRKONE_MC_PLD1_MC_Pos               4UL
299 #define UDB_WRKONE_MC_PLD1_MC_Msk               0xF0UL
300 
301 
302 /* UDB_WRKMULT.A0 */
303 #define UDB_WRKMULT_A0_A0_0_Pos                 0UL
304 #define UDB_WRKMULT_A0_A0_0_Msk                 0xFFUL
305 #define UDB_WRKMULT_A0_A0_1_Pos                 8UL
306 #define UDB_WRKMULT_A0_A0_1_Msk                 0xFF00UL
307 #define UDB_WRKMULT_A0_A0_2_Pos                 16UL
308 #define UDB_WRKMULT_A0_A0_2_Msk                 0xFF0000UL
309 #define UDB_WRKMULT_A0_A0_3_Pos                 24UL
310 #define UDB_WRKMULT_A0_A0_3_Msk                 0xFF000000UL
311 /* UDB_WRKMULT.A1 */
312 #define UDB_WRKMULT_A1_A1_0_Pos                 0UL
313 #define UDB_WRKMULT_A1_A1_0_Msk                 0xFFUL
314 #define UDB_WRKMULT_A1_A1_1_Pos                 8UL
315 #define UDB_WRKMULT_A1_A1_1_Msk                 0xFF00UL
316 #define UDB_WRKMULT_A1_A1_2_Pos                 16UL
317 #define UDB_WRKMULT_A1_A1_2_Msk                 0xFF0000UL
318 #define UDB_WRKMULT_A1_A1_3_Pos                 24UL
319 #define UDB_WRKMULT_A1_A1_3_Msk                 0xFF000000UL
320 /* UDB_WRKMULT.D0 */
321 #define UDB_WRKMULT_D0_D0_0_Pos                 0UL
322 #define UDB_WRKMULT_D0_D0_0_Msk                 0xFFUL
323 #define UDB_WRKMULT_D0_D0_1_Pos                 8UL
324 #define UDB_WRKMULT_D0_D0_1_Msk                 0xFF00UL
325 #define UDB_WRKMULT_D0_D0_2_Pos                 16UL
326 #define UDB_WRKMULT_D0_D0_2_Msk                 0xFF0000UL
327 #define UDB_WRKMULT_D0_D0_3_Pos                 24UL
328 #define UDB_WRKMULT_D0_D0_3_Msk                 0xFF000000UL
329 /* UDB_WRKMULT.D1 */
330 #define UDB_WRKMULT_D1_D1_0_Pos                 0UL
331 #define UDB_WRKMULT_D1_D1_0_Msk                 0xFFUL
332 #define UDB_WRKMULT_D1_D1_1_Pos                 8UL
333 #define UDB_WRKMULT_D1_D1_1_Msk                 0xFF00UL
334 #define UDB_WRKMULT_D1_D1_2_Pos                 16UL
335 #define UDB_WRKMULT_D1_D1_2_Msk                 0xFF0000UL
336 #define UDB_WRKMULT_D1_D1_3_Pos                 24UL
337 #define UDB_WRKMULT_D1_D1_3_Msk                 0xFF000000UL
338 /* UDB_WRKMULT.F0 */
339 #define UDB_WRKMULT_F0_F0_0_Pos                 0UL
340 #define UDB_WRKMULT_F0_F0_0_Msk                 0xFFUL
341 #define UDB_WRKMULT_F0_F0_1_Pos                 8UL
342 #define UDB_WRKMULT_F0_F0_1_Msk                 0xFF00UL
343 #define UDB_WRKMULT_F0_F0_2_Pos                 16UL
344 #define UDB_WRKMULT_F0_F0_2_Msk                 0xFF0000UL
345 #define UDB_WRKMULT_F0_F0_3_Pos                 24UL
346 #define UDB_WRKMULT_F0_F0_3_Msk                 0xFF000000UL
347 /* UDB_WRKMULT.F1 */
348 #define UDB_WRKMULT_F1_F1_0_Pos                 0UL
349 #define UDB_WRKMULT_F1_F1_0_Msk                 0xFFUL
350 #define UDB_WRKMULT_F1_F1_1_Pos                 8UL
351 #define UDB_WRKMULT_F1_F1_1_Msk                 0xFF00UL
352 #define UDB_WRKMULT_F1_F1_2_Pos                 16UL
353 #define UDB_WRKMULT_F1_F1_2_Msk                 0xFF0000UL
354 #define UDB_WRKMULT_F1_F1_3_Pos                 24UL
355 #define UDB_WRKMULT_F1_F1_3_Msk                 0xFF000000UL
356 /* UDB_WRKMULT.ST */
357 #define UDB_WRKMULT_ST_ST_0_Pos                 0UL
358 #define UDB_WRKMULT_ST_ST_0_Msk                 0xFFUL
359 #define UDB_WRKMULT_ST_ST_1_Pos                 8UL
360 #define UDB_WRKMULT_ST_ST_1_Msk                 0xFF00UL
361 #define UDB_WRKMULT_ST_ST_2_Pos                 16UL
362 #define UDB_WRKMULT_ST_ST_2_Msk                 0xFF0000UL
363 #define UDB_WRKMULT_ST_ST_3_Pos                 24UL
364 #define UDB_WRKMULT_ST_ST_3_Msk                 0xFF000000UL
365 /* UDB_WRKMULT.CTL */
366 #define UDB_WRKMULT_CTL_CTL_0_Pos               0UL
367 #define UDB_WRKMULT_CTL_CTL_0_Msk               0xFFUL
368 #define UDB_WRKMULT_CTL_CTL_1_Pos               8UL
369 #define UDB_WRKMULT_CTL_CTL_1_Msk               0xFF00UL
370 #define UDB_WRKMULT_CTL_CTL_2_Pos               16UL
371 #define UDB_WRKMULT_CTL_CTL_2_Msk               0xFF0000UL
372 #define UDB_WRKMULT_CTL_CTL_3_Pos               24UL
373 #define UDB_WRKMULT_CTL_CTL_3_Msk               0xFF000000UL
374 /* UDB_WRKMULT.MSK */
375 #define UDB_WRKMULT_MSK_MSK_0_Pos               0UL
376 #define UDB_WRKMULT_MSK_MSK_0_Msk               0x7FUL
377 #define UDB_WRKMULT_MSK_MSK_1_Pos               8UL
378 #define UDB_WRKMULT_MSK_MSK_1_Msk               0x7F00UL
379 #define UDB_WRKMULT_MSK_MSK_2_Pos               16UL
380 #define UDB_WRKMULT_MSK_MSK_2_Msk               0x7F0000UL
381 #define UDB_WRKMULT_MSK_MSK_3_Pos               24UL
382 #define UDB_WRKMULT_MSK_MSK_3_Msk               0x7F000000UL
383 /* UDB_WRKMULT.ACTL */
384 #define UDB_WRKMULT_ACTL_FIFO0_CLR_0_Pos        0UL
385 #define UDB_WRKMULT_ACTL_FIFO0_CLR_0_Msk        0x1UL
386 #define UDB_WRKMULT_ACTL_FIFO1_CLR_0_Pos        1UL
387 #define UDB_WRKMULT_ACTL_FIFO1_CLR_0_Msk        0x2UL
388 #define UDB_WRKMULT_ACTL_FIFO0_LVL_0_Pos        2UL
389 #define UDB_WRKMULT_ACTL_FIFO0_LVL_0_Msk        0x4UL
390 #define UDB_WRKMULT_ACTL_FIFO1_LVL_0_Pos        3UL
391 #define UDB_WRKMULT_ACTL_FIFO1_LVL_0_Msk        0x8UL
392 #define UDB_WRKMULT_ACTL_INT_EN_0_Pos           4UL
393 #define UDB_WRKMULT_ACTL_INT_EN_0_Msk           0x10UL
394 #define UDB_WRKMULT_ACTL_CNT_START_0_Pos        5UL
395 #define UDB_WRKMULT_ACTL_CNT_START_0_Msk        0x20UL
396 #define UDB_WRKMULT_ACTL_FIFO0_CLR_1_Pos        8UL
397 #define UDB_WRKMULT_ACTL_FIFO0_CLR_1_Msk        0x100UL
398 #define UDB_WRKMULT_ACTL_FIFO1_CLR_1_Pos        9UL
399 #define UDB_WRKMULT_ACTL_FIFO1_CLR_1_Msk        0x200UL
400 #define UDB_WRKMULT_ACTL_FIFO0_LVL_1_Pos        10UL
401 #define UDB_WRKMULT_ACTL_FIFO0_LVL_1_Msk        0x400UL
402 #define UDB_WRKMULT_ACTL_FIFO1_LVL_1_Pos        11UL
403 #define UDB_WRKMULT_ACTL_FIFO1_LVL_1_Msk        0x800UL
404 #define UDB_WRKMULT_ACTL_INT_EN_1_Pos           12UL
405 #define UDB_WRKMULT_ACTL_INT_EN_1_Msk           0x1000UL
406 #define UDB_WRKMULT_ACTL_CNT_START_1_Pos        13UL
407 #define UDB_WRKMULT_ACTL_CNT_START_1_Msk        0x2000UL
408 #define UDB_WRKMULT_ACTL_FIFO0_CLR_2_Pos        16UL
409 #define UDB_WRKMULT_ACTL_FIFO0_CLR_2_Msk        0x10000UL
410 #define UDB_WRKMULT_ACTL_FIFO1_CLR_2_Pos        17UL
411 #define UDB_WRKMULT_ACTL_FIFO1_CLR_2_Msk        0x20000UL
412 #define UDB_WRKMULT_ACTL_FIFO0_LVL_2_Pos        18UL
413 #define UDB_WRKMULT_ACTL_FIFO0_LVL_2_Msk        0x40000UL
414 #define UDB_WRKMULT_ACTL_FIFO1_LVL_2_Pos        19UL
415 #define UDB_WRKMULT_ACTL_FIFO1_LVL_2_Msk        0x80000UL
416 #define UDB_WRKMULT_ACTL_INT_EN_2_Pos           20UL
417 #define UDB_WRKMULT_ACTL_INT_EN_2_Msk           0x100000UL
418 #define UDB_WRKMULT_ACTL_CNT_START_2_Pos        21UL
419 #define UDB_WRKMULT_ACTL_CNT_START_2_Msk        0x200000UL
420 #define UDB_WRKMULT_ACTL_FIFO0_CLR_3_Pos        24UL
421 #define UDB_WRKMULT_ACTL_FIFO0_CLR_3_Msk        0x1000000UL
422 #define UDB_WRKMULT_ACTL_FIFO1_CLR_3_Pos        25UL
423 #define UDB_WRKMULT_ACTL_FIFO1_CLR_3_Msk        0x2000000UL
424 #define UDB_WRKMULT_ACTL_FIFO0_LVL_3_Pos        26UL
425 #define UDB_WRKMULT_ACTL_FIFO0_LVL_3_Msk        0x4000000UL
426 #define UDB_WRKMULT_ACTL_FIFO1_LVL_3_Pos        27UL
427 #define UDB_WRKMULT_ACTL_FIFO1_LVL_3_Msk        0x8000000UL
428 #define UDB_WRKMULT_ACTL_INT_EN_3_Pos           28UL
429 #define UDB_WRKMULT_ACTL_INT_EN_3_Msk           0x10000000UL
430 #define UDB_WRKMULT_ACTL_CNT_START_3_Pos        29UL
431 #define UDB_WRKMULT_ACTL_CNT_START_3_Msk        0x20000000UL
432 /* UDB_WRKMULT.MC */
433 #define UDB_WRKMULT_MC_PLD0_MC_0_Pos            0UL
434 #define UDB_WRKMULT_MC_PLD0_MC_0_Msk            0xFUL
435 #define UDB_WRKMULT_MC_PLD1_MC_0_Pos            4UL
436 #define UDB_WRKMULT_MC_PLD1_MC_0_Msk            0xF0UL
437 #define UDB_WRKMULT_MC_PLD0_MC_1_Pos            8UL
438 #define UDB_WRKMULT_MC_PLD0_MC_1_Msk            0xF00UL
439 #define UDB_WRKMULT_MC_PLD1_MC_1_Pos            12UL
440 #define UDB_WRKMULT_MC_PLD1_MC_1_Msk            0xF000UL
441 #define UDB_WRKMULT_MC_PLD0_MC_2_Pos            16UL
442 #define UDB_WRKMULT_MC_PLD0_MC_2_Msk            0xF0000UL
443 #define UDB_WRKMULT_MC_PLD1_MC_2_Pos            20UL
444 #define UDB_WRKMULT_MC_PLD1_MC_2_Msk            0xF00000UL
445 #define UDB_WRKMULT_MC_PLD0_MC_3_Pos            24UL
446 #define UDB_WRKMULT_MC_PLD0_MC_3_Msk            0xF000000UL
447 #define UDB_WRKMULT_MC_PLD1_MC_3_Pos            28UL
448 #define UDB_WRKMULT_MC_PLD1_MC_3_Msk            0xF0000000UL
449 
450 
451 /* UDB_UDBPAIR_UDBSNG.PLD_IT */
452 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT0_Pos 0UL
453 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT0_Msk 0x1UL
454 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT1_Pos 1UL
455 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT1_Msk 0x2UL
456 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT2_Pos 2UL
457 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT2_Msk 0x4UL
458 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT3_Pos 3UL
459 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT3_Msk 0x8UL
460 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT4_Pos 4UL
461 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT4_Msk 0x10UL
462 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT5_Pos 5UL
463 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT5_Msk 0x20UL
464 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT6_Pos 6UL
465 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT6_Msk 0x40UL
466 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT7_Pos 7UL
467 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_C_FOR_PT7_Msk 0x80UL
468 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT0_Pos 8UL
469 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT0_Msk 0x100UL
470 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT1_Pos 9UL
471 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT1_Msk 0x200UL
472 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT2_Pos 10UL
473 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT2_Msk 0x400UL
474 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT3_Pos 11UL
475 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT3_Msk 0x800UL
476 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT4_Pos 12UL
477 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT4_Msk 0x1000UL
478 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT5_Pos 13UL
479 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT5_Msk 0x2000UL
480 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT6_Pos 14UL
481 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT6_Msk 0x4000UL
482 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT7_Pos 15UL
483 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_C_FOR_PT7_Msk 0x8000UL
484 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT0_Pos 16UL
485 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT0_Msk 0x10000UL
486 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT1_Pos 17UL
487 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT1_Msk 0x20000UL
488 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT2_Pos 18UL
489 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT2_Msk 0x40000UL
490 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT3_Pos 19UL
491 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT3_Msk 0x80000UL
492 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT4_Pos 20UL
493 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT4_Msk 0x100000UL
494 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT5_Pos 21UL
495 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT5_Msk 0x200000UL
496 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT6_Pos 22UL
497 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT6_Msk 0x400000UL
498 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT7_Pos 23UL
499 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD0_INX_T_FOR_PT7_Msk 0x800000UL
500 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT0_Pos 24UL
501 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT0_Msk 0x1000000UL
502 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT1_Pos 25UL
503 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT1_Msk 0x2000000UL
504 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT2_Pos 26UL
505 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT2_Msk 0x4000000UL
506 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT3_Pos 27UL
507 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT3_Msk 0x8000000UL
508 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT4_Pos 28UL
509 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT4_Msk 0x10000000UL
510 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT5_Pos 29UL
511 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT5_Msk 0x20000000UL
512 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT6_Pos 30UL
513 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT6_Msk 0x40000000UL
514 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT7_Pos 31UL
515 #define UDB_UDBPAIR_UDBSNG_PLD_IT_PLD1_INX_T_FOR_PT7_Msk 0x80000000UL
516 /* UDB_UDBPAIR_UDBSNG.PLD_ORT0 */
517 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT0_T_FOR_OUT0_Pos 0UL
518 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT0_T_FOR_OUT0_Msk 0x1UL
519 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT1_T_FOR_OUT0_Pos 1UL
520 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT1_T_FOR_OUT0_Msk 0x2UL
521 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT2_T_FOR_OUT0_Pos 2UL
522 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT2_T_FOR_OUT0_Msk 0x4UL
523 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT3_T_FOR_OUT0_Pos 3UL
524 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT3_T_FOR_OUT0_Msk 0x8UL
525 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT4_T_FOR_OUT0_Pos 4UL
526 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT4_T_FOR_OUT0_Msk 0x10UL
527 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT5_T_FOR_OUT0_Pos 5UL
528 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT5_T_FOR_OUT0_Msk 0x20UL
529 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT6_T_FOR_OUT0_Pos 6UL
530 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT6_T_FOR_OUT0_Msk 0x40UL
531 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT7_T_FOR_OUT0_Pos 7UL
532 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT7_T_FOR_OUT0_Msk 0x80UL
533 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT0_T_FOR_OUT0_Pos 8UL
534 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT0_T_FOR_OUT0_Msk 0x100UL
535 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT1_T_FOR_OUT0_Pos 9UL
536 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT1_T_FOR_OUT0_Msk 0x200UL
537 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT2_T_FOR_OUT0_Pos 10UL
538 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT2_T_FOR_OUT0_Msk 0x400UL
539 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT3_T_FOR_OUT0_Pos 11UL
540 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT3_T_FOR_OUT0_Msk 0x800UL
541 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT4_T_FOR_OUT0_Pos 12UL
542 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT4_T_FOR_OUT0_Msk 0x1000UL
543 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT5_T_FOR_OUT0_Pos 13UL
544 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT5_T_FOR_OUT0_Msk 0x2000UL
545 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT6_T_FOR_OUT0_Pos 14UL
546 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT6_T_FOR_OUT0_Msk 0x4000UL
547 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT7_T_FOR_OUT0_Pos 15UL
548 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT7_T_FOR_OUT0_Msk 0x8000UL
549 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT0_T_FOR_OUT1_Pos 16UL
550 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT0_T_FOR_OUT1_Msk 0x10000UL
551 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT1_T_FOR_OUT1_Pos 17UL
552 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT1_T_FOR_OUT1_Msk 0x20000UL
553 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT2_T_FOR_OUT1_Pos 18UL
554 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT2_T_FOR_OUT1_Msk 0x40000UL
555 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT3_T_FOR_OUT1_Pos 19UL
556 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT3_T_FOR_OUT1_Msk 0x80000UL
557 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT4_T_FOR_OUT1_Pos 20UL
558 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT4_T_FOR_OUT1_Msk 0x100000UL
559 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT5_T_FOR_OUT1_Pos 21UL
560 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT5_T_FOR_OUT1_Msk 0x200000UL
561 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT6_T_FOR_OUT1_Pos 22UL
562 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT6_T_FOR_OUT1_Msk 0x400000UL
563 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT7_T_FOR_OUT1_Pos 23UL
564 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD0_PT7_T_FOR_OUT1_Msk 0x800000UL
565 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT0_T_FOR_OUT1_Pos 24UL
566 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT0_T_FOR_OUT1_Msk 0x1000000UL
567 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT1_T_FOR_OUT1_Pos 25UL
568 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT1_T_FOR_OUT1_Msk 0x2000000UL
569 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT2_T_FOR_OUT1_Pos 26UL
570 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT2_T_FOR_OUT1_Msk 0x4000000UL
571 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT3_T_FOR_OUT1_Pos 27UL
572 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT3_T_FOR_OUT1_Msk 0x8000000UL
573 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT4_T_FOR_OUT1_Pos 28UL
574 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT4_T_FOR_OUT1_Msk 0x10000000UL
575 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT5_T_FOR_OUT1_Pos 29UL
576 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT5_T_FOR_OUT1_Msk 0x20000000UL
577 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT6_T_FOR_OUT1_Pos 30UL
578 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT6_T_FOR_OUT1_Msk 0x40000000UL
579 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT7_T_FOR_OUT1_Pos 31UL
580 #define UDB_UDBPAIR_UDBSNG_PLD_ORT0_PLD1_PT7_T_FOR_OUT1_Msk 0x80000000UL
581 /* UDB_UDBPAIR_UDBSNG.PLD_ORT1 */
582 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT0_T_FOR_OUT2_Pos 0UL
583 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT0_T_FOR_OUT2_Msk 0x1UL
584 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT1_T_FOR_OUT2_Pos 1UL
585 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT1_T_FOR_OUT2_Msk 0x2UL
586 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT2_T_FOR_OUT2_Pos 2UL
587 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT2_T_FOR_OUT2_Msk 0x4UL
588 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT3_T_FOR_OUT2_Pos 3UL
589 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT3_T_FOR_OUT2_Msk 0x8UL
590 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT4_T_FOR_OUT2_Pos 4UL
591 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT4_T_FOR_OUT2_Msk 0x10UL
592 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT5_T_FOR_OUT2_Pos 5UL
593 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT5_T_FOR_OUT2_Msk 0x20UL
594 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT6_T_FOR_OUT2_Pos 6UL
595 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT6_T_FOR_OUT2_Msk 0x40UL
596 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT7_T_FOR_OUT2_Pos 7UL
597 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT7_T_FOR_OUT2_Msk 0x80UL
598 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT0_T_FOR_OUT2_Pos 8UL
599 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT0_T_FOR_OUT2_Msk 0x100UL
600 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT1_T_FOR_OUT2_Pos 9UL
601 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT1_T_FOR_OUT2_Msk 0x200UL
602 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT2_T_FOR_OUT2_Pos 10UL
603 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT2_T_FOR_OUT2_Msk 0x400UL
604 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT3_T_FOR_OUT2_Pos 11UL
605 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT3_T_FOR_OUT2_Msk 0x800UL
606 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT4_T_FOR_OUT2_Pos 12UL
607 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT4_T_FOR_OUT2_Msk 0x1000UL
608 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT5_T_FOR_OUT2_Pos 13UL
609 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT5_T_FOR_OUT2_Msk 0x2000UL
610 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT6_T_FOR_OUT2_Pos 14UL
611 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT6_T_FOR_OUT2_Msk 0x4000UL
612 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT7_T_FOR_OUT2_Pos 15UL
613 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT7_T_FOR_OUT2_Msk 0x8000UL
614 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT0_T_FOR_OUT3_Pos 16UL
615 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT0_T_FOR_OUT3_Msk 0x10000UL
616 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT1_T_FOR_OUT3_Pos 17UL
617 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT1_T_FOR_OUT3_Msk 0x20000UL
618 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT2_T_FOR_OUT3_Pos 18UL
619 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT2_T_FOR_OUT3_Msk 0x40000UL
620 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT3_T_FOR_OUT3_Pos 19UL
621 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT3_T_FOR_OUT3_Msk 0x80000UL
622 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT4_T_FOR_OUT3_Pos 20UL
623 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT4_T_FOR_OUT3_Msk 0x100000UL
624 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT5_T_FOR_OUT3_Pos 21UL
625 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT5_T_FOR_OUT3_Msk 0x200000UL
626 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT6_T_FOR_OUT3_Pos 22UL
627 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT6_T_FOR_OUT3_Msk 0x400000UL
628 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT7_T_FOR_OUT3_Pos 23UL
629 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD0_PT7_T_FOR_OUT3_Msk 0x800000UL
630 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT0_T_FOR_OUT3_Pos 24UL
631 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT0_T_FOR_OUT3_Msk 0x1000000UL
632 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT1_T_FOR_OUT3_Pos 25UL
633 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT1_T_FOR_OUT3_Msk 0x2000000UL
634 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT2_T_FOR_OUT3_Pos 26UL
635 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT2_T_FOR_OUT3_Msk 0x4000000UL
636 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT3_T_FOR_OUT3_Pos 27UL
637 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT3_T_FOR_OUT3_Msk 0x8000000UL
638 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT4_T_FOR_OUT3_Pos 28UL
639 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT4_T_FOR_OUT3_Msk 0x10000000UL
640 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT5_T_FOR_OUT3_Pos 29UL
641 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT5_T_FOR_OUT3_Msk 0x20000000UL
642 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT6_T_FOR_OUT3_Pos 30UL
643 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT6_T_FOR_OUT3_Msk 0x40000000UL
644 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT7_T_FOR_OUT3_Pos 31UL
645 #define UDB_UDBPAIR_UDBSNG_PLD_ORT1_PLD1_PT7_T_FOR_OUT3_Msk 0x80000000UL
646 /* UDB_UDBPAIR_UDBSNG.PLD_CFG0 */
647 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC0_CEN_Pos 0UL
648 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC0_CEN_Msk 0x1UL
649 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC0_DFF_C_Pos 1UL
650 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC0_DFF_C_Msk 0x2UL
651 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC1_CEN_Pos 2UL
652 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC1_CEN_Msk 0x4UL
653 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC1_DFF_C_Pos 3UL
654 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC1_DFF_C_Msk 0x8UL
655 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC2_CEN_Pos 4UL
656 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC2_CEN_Msk 0x10UL
657 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC2_DFF_C_Pos 5UL
658 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC2_DFF_C_Msk 0x20UL
659 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC3_CEN_Pos 6UL
660 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC3_CEN_Msk 0x40UL
661 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC3_DFF_C_Pos 7UL
662 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC3_DFF_C_Msk 0x80UL
663 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC0_CEN_Pos 8UL
664 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC0_CEN_Msk 0x100UL
665 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC0_DFF_C_Pos 9UL
666 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC0_DFF_C_Msk 0x200UL
667 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC1_CEN_Pos 10UL
668 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC1_CEN_Msk 0x400UL
669 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC1_DFF_C_Pos 11UL
670 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC1_DFF_C_Msk 0x800UL
671 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC2_CEN_Pos 12UL
672 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC2_CEN_Msk 0x1000UL
673 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC2_DFF_C_Pos 13UL
674 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC2_DFF_C_Msk 0x2000UL
675 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC3_CEN_Pos 14UL
676 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC3_CEN_Msk 0x4000UL
677 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC3_DFF_C_Pos 15UL
678 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC3_DFF_C_Msk 0x8000UL
679 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC0_XORFB_Pos 16UL
680 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC0_XORFB_Msk 0x30000UL
681 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC1_XORFB_Pos 18UL
682 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC1_XORFB_Msk 0xC0000UL
683 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC2_XORFB_Pos 20UL
684 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC2_XORFB_Msk 0x300000UL
685 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC3_XORFB_Pos 22UL
686 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD0_MC3_XORFB_Msk 0xC00000UL
687 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC0_XORFB_Pos 24UL
688 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC0_XORFB_Msk 0x3000000UL
689 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC1_XORFB_Pos 26UL
690 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC1_XORFB_Msk 0xC000000UL
691 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC2_XORFB_Pos 28UL
692 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC2_XORFB_Msk 0x30000000UL
693 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC3_XORFB_Pos 30UL
694 #define UDB_UDBPAIR_UDBSNG_PLD_CFG0_PLD1_MC3_XORFB_Msk 0xC0000000UL
695 /* UDB_UDBPAIR_UDBSNG.PLD_CFG1 */
696 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC0_SET_SEL_Pos 0UL
697 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC0_SET_SEL_Msk 0x1UL
698 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC0_RESET_SEL_Pos 1UL
699 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC0_RESET_SEL_Msk 0x2UL
700 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC1_SET_SEL_Pos 2UL
701 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC1_SET_SEL_Msk 0x4UL
702 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC1_RESET_SEL_Pos 3UL
703 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC1_RESET_SEL_Msk 0x8UL
704 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC2_SET_SEL_Pos 4UL
705 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC2_SET_SEL_Msk 0x10UL
706 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC2_RESET_SEL_Pos 5UL
707 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC2_RESET_SEL_Msk 0x20UL
708 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC3_SET_SEL_Pos 6UL
709 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC3_SET_SEL_Msk 0x40UL
710 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC3_RESET_SEL_Pos 7UL
711 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC3_RESET_SEL_Msk 0x80UL
712 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC0_SET_SEL_Pos 8UL
713 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC0_SET_SEL_Msk 0x100UL
714 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC0_RESET_SEL_Pos 9UL
715 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC0_RESET_SEL_Msk 0x200UL
716 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC1_SET_SEL_Pos 10UL
717 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC1_SET_SEL_Msk 0x400UL
718 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC1_RESET_SEL_Pos 11UL
719 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC1_RESET_SEL_Msk 0x800UL
720 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC2_SET_SEL_Pos 12UL
721 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC2_SET_SEL_Msk 0x1000UL
722 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC2_RESET_SEL_Pos 13UL
723 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC2_RESET_SEL_Msk 0x2000UL
724 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC3_SET_SEL_Pos 14UL
725 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC3_SET_SEL_Msk 0x4000UL
726 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC3_RESET_SEL_Pos 15UL
727 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC3_RESET_SEL_Msk 0x8000UL
728 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC0_BYPASS_Pos 16UL
729 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC0_BYPASS_Msk 0x10000UL
730 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC1_BYPASS_Pos 18UL
731 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC1_BYPASS_Msk 0x40000UL
732 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC2_BYPASS_Pos 20UL
733 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC2_BYPASS_Msk 0x100000UL
734 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC3_BYPASS_Pos 22UL
735 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD0_MC3_BYPASS_Msk 0x400000UL
736 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC0_BYPASS_Pos 24UL
737 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC0_BYPASS_Msk 0x1000000UL
738 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC1_BYPASS_Pos 26UL
739 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC1_BYPASS_Msk 0x4000000UL
740 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC2_BYPASS_Pos 28UL
741 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC2_BYPASS_Msk 0x10000000UL
742 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC3_BYPASS_Pos 30UL
743 #define UDB_UDBPAIR_UDBSNG_PLD_CFG1_PLD1_MC3_BYPASS_Msk 0x40000000UL
744 /* UDB_UDBPAIR_UDBSNG.DPATH_CFG0 */
745 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_RAD0_Pos  0UL
746 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_RAD0_Msk  0x7UL
747 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_RAD1_Pos  4UL
748 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_RAD1_Msk  0x70UL
749 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_RAD2_Pos  8UL
750 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_RAD2_Msk  0x700UL
751 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_DP_RTE_BYPASS0_Pos 11UL
752 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_DP_RTE_BYPASS0_Msk 0x800UL
753 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_DP_RTE_BYPASS1_Pos 12UL
754 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_DP_RTE_BYPASS1_Msk 0x1000UL
755 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_DP_RTE_BYPASS2_Pos 13UL
756 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_DP_RTE_BYPASS2_Msk 0x2000UL
757 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_DP_RTE_BYPASS3_Pos 14UL
758 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_DP_RTE_BYPASS3_Msk 0x4000UL
759 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_DP_RTE_BYPASS4_Pos 15UL
760 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_DP_RTE_BYPASS4_Msk 0x8000UL
761 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_F0_LD_Pos 16UL
762 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_F0_LD_Msk 0x70000UL
763 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_DP_RTE_BYPASS5_Pos 19UL
764 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_DP_RTE_BYPASS5_Msk 0x80000UL
765 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_F1_LD_Pos 20UL
766 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_F1_LD_Msk 0x700000UL
767 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_D0_LD_Pos 24UL
768 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_D0_LD_Msk 0x7000000UL
769 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_D1_LD_Pos 28UL
770 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG0_D1_LD_Msk 0x70000000UL
771 /* UDB_UDBPAIR_UDBSNG.DPATH_CFG1 */
772 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_SI_MUX_Pos 0UL
773 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_SI_MUX_Msk 0x7UL
774 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_CI_MUX_Pos 4UL
775 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_CI_MUX_Msk 0x70UL
776 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_OUT0_Pos  8UL
777 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_OUT0_Msk  0xF00UL
778 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_OUT1_Pos  12UL
779 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_OUT1_Msk  0xF000UL
780 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_OUT2_Pos  16UL
781 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_OUT2_Msk  0xF0000UL
782 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_OUT3_Pos  20UL
783 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_OUT3_Msk  0xF00000UL
784 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_OUT4_Pos  24UL
785 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_OUT4_Msk  0xF000000UL
786 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_OUT5_Pos  28UL
787 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG1_OUT5_Msk  0xF0000000UL
788 /* UDB_UDBPAIR_UDBSNG.DPATH_CFG2 */
789 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG2_OUT_SYNC_Pos 0UL
790 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG2_OUT_SYNC_Msk 0x3FUL
791 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG2_AMASK_Pos 8UL
792 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG2_AMASK_Msk 0xFF00UL
793 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG2_CMASK0_Pos 16UL
794 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG2_CMASK0_Msk 0xFF0000UL
795 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG2_CMASK1_Pos 24UL
796 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG2_CMASK1_Msk 0xFF000000UL
797 /* UDB_UDBPAIR_UDBSNG.DPATH_CFG3 */
798 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_SI_SELA_Pos 0UL
799 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_SI_SELA_Msk 0x3UL
800 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_SI_SELB_Pos 2UL
801 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_SI_SELB_Msk 0xCUL
802 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_DEF_SI_Pos 4UL
803 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_DEF_SI_Msk 0x10UL
804 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_AMASK_EN_Pos 5UL
805 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_AMASK_EN_Msk 0x20UL
806 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CMASK0_EN_Pos 6UL
807 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CMASK0_EN_Msk 0x40UL
808 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CMASK1_EN_Pos 7UL
809 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CMASK1_EN_Msk 0x80UL
810 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CI_SELA_Pos 8UL
811 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CI_SELA_Msk 0x300UL
812 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CI_SELB_Pos 10UL
813 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CI_SELB_Msk 0xC00UL
814 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CMP_SELA_Pos 12UL
815 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CMP_SELA_Msk 0x3000UL
816 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CMP_SELB_Pos 14UL
817 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CMP_SELB_Msk 0xC000UL
818 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CHAIN0_Pos 16UL
819 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CHAIN0_Msk 0x10000UL
820 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CHAIN1_Pos 17UL
821 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CHAIN1_Msk 0x20000UL
822 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CHAIN_FB_Pos 18UL
823 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CHAIN_FB_Msk 0x40000UL
824 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CHAIN_CMSB_Pos 19UL
825 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_CHAIN_CMSB_Msk 0x80000UL
826 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_MSB_SEL_Pos 20UL
827 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_MSB_SEL_Msk 0x700000UL
828 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_MSB_EN_Pos 23UL
829 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_MSB_EN_Msk 0x800000UL
830 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_F0_INSEL_Pos 24UL
831 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_F0_INSEL_Msk 0x3000000UL
832 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_F1_INSEL_Pos 26UL
833 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_F1_INSEL_Msk 0xC000000UL
834 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_MSB_SI_Pos 28UL
835 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_MSB_SI_Msk 0x10000000UL
836 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_PI_DYN_Pos 29UL
837 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_PI_DYN_Msk 0x20000000UL
838 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_SHIFT_SEL_Pos 30UL
839 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_SHIFT_SEL_Msk 0x40000000UL
840 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_PI_SEL_Pos 31UL
841 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG3_PI_SEL_Msk 0x80000000UL
842 /* UDB_UDBPAIR_UDBSNG.DPATH_CFG4 */
843 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_EXT_CRCPRS_Pos 1UL
844 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_EXT_CRCPRS_Msk 0x2UL
845 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_FIFO_ASYNC_Pos 2UL
846 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_FIFO_ASYNC_Msk 0x4UL
847 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_FIFO_EDGE_Pos 3UL
848 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_FIFO_EDGE_Msk 0x8UL
849 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_FIFO_CAP_Pos 4UL
850 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_FIFO_CAP_Msk 0x10UL
851 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_FIFO_FAST_Pos 5UL
852 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_FIFO_FAST_Msk 0x20UL
853 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_F0_CK_INV_Pos 6UL
854 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_F0_CK_INV_Msk 0x40UL
855 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_F1_CK_INV_Pos 7UL
856 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_F1_CK_INV_Msk 0x80UL
857 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_F0_DYN_Pos 8UL
858 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_F0_DYN_Msk 0x100UL
859 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_F1_DYN_Pos 9UL
860 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_F1_DYN_Msk 0x200UL
861 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_FIFO_ADD_SYNC_Pos 12UL
862 #define UDB_UDBPAIR_UDBSNG_DPATH_CFG4_FIFO_ADD_SYNC_Msk 0x1000UL
863 /* UDB_UDBPAIR_UDBSNG.SC_CFG0 */
864 #define UDB_UDBPAIR_UDBSNG_SC_CFG0_CTL_MD0_Pos  0UL
865 #define UDB_UDBPAIR_UDBSNG_SC_CFG0_CTL_MD0_Msk  0xFFUL
866 #define UDB_UDBPAIR_UDBSNG_SC_CFG0_CTL_MD1_Pos  8UL
867 #define UDB_UDBPAIR_UDBSNG_SC_CFG0_CTL_MD1_Msk  0xFF00UL
868 #define UDB_UDBPAIR_UDBSNG_SC_CFG0_STAT_MD_Pos  16UL
869 #define UDB_UDBPAIR_UDBSNG_SC_CFG0_STAT_MD_Msk  0xFF0000UL
870 #define UDB_UDBPAIR_UDBSNG_SC_CFG0_SC_OUT_CTL_Pos 24UL
871 #define UDB_UDBPAIR_UDBSNG_SC_CFG0_SC_OUT_CTL_Msk 0x3000000UL
872 #define UDB_UDBPAIR_UDBSNG_SC_CFG0_SC_INT_MD_Pos 26UL
873 #define UDB_UDBPAIR_UDBSNG_SC_CFG0_SC_INT_MD_Msk 0x4000000UL
874 #define UDB_UDBPAIR_UDBSNG_SC_CFG0_SC_SYNC_MD_Pos 27UL
875 #define UDB_UDBPAIR_UDBSNG_SC_CFG0_SC_SYNC_MD_Msk 0x8000000UL
876 #define UDB_UDBPAIR_UDBSNG_SC_CFG0_SC_EXT_RES_Pos 28UL
877 #define UDB_UDBPAIR_UDBSNG_SC_CFG0_SC_EXT_RES_Msk 0x10000000UL
878 /* UDB_UDBPAIR_UDBSNG.SC_CFG1 */
879 #define UDB_UDBPAIR_UDBSNG_SC_CFG1_CNT_LD_SEL_Pos 0UL
880 #define UDB_UDBPAIR_UDBSNG_SC_CFG1_CNT_LD_SEL_Msk 0x3UL
881 #define UDB_UDBPAIR_UDBSNG_SC_CFG1_CNT_EN_SEL_Pos 2UL
882 #define UDB_UDBPAIR_UDBSNG_SC_CFG1_CNT_EN_SEL_Msk 0xCUL
883 #define UDB_UDBPAIR_UDBSNG_SC_CFG1_ROUTE_LD_Pos 4UL
884 #define UDB_UDBPAIR_UDBSNG_SC_CFG1_ROUTE_LD_Msk 0x10UL
885 #define UDB_UDBPAIR_UDBSNG_SC_CFG1_ROUTE_EN_Pos 5UL
886 #define UDB_UDBPAIR_UDBSNG_SC_CFG1_ROUTE_EN_Msk 0x20UL
887 #define UDB_UDBPAIR_UDBSNG_SC_CFG1_ALT_CNT_Pos  6UL
888 #define UDB_UDBPAIR_UDBSNG_SC_CFG1_ALT_CNT_Msk  0x40UL
889 /* UDB_UDBPAIR_UDBSNG.RC_CFG0 */
890 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD0_RC_EN_SEL_Pos 0UL
891 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD0_RC_EN_SEL_Msk 0x3UL
892 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD0_RC_EN_MODE_Pos 2UL
893 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD0_RC_EN_MODE_Msk 0xCUL
894 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD0_RC_EN_INV_Pos 4UL
895 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD0_RC_EN_INV_Msk 0x10UL
896 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD0_RC_INV_Pos 5UL
897 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD0_RC_INV_Msk 0x20UL
898 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD0_RC_RES_SEL0_OR_FRES_Pos 6UL
899 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD0_RC_RES_SEL0_OR_FRES_Msk 0x40UL
900 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD0_RC_RES_SEL1_Pos 7UL
901 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD0_RC_RES_SEL1_Msk 0x80UL
902 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD1_RC_EN_SEL_Pos 8UL
903 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD1_RC_EN_SEL_Msk 0x300UL
904 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD1_RC_EN_MODE_Pos 10UL
905 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD1_RC_EN_MODE_Msk 0xC00UL
906 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD1_RC_EN_INV_Pos 12UL
907 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD1_RC_EN_INV_Msk 0x1000UL
908 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD1_RC_INV_Pos 13UL
909 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD1_RC_INV_Msk 0x2000UL
910 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD1_RC_RES_SEL0_OR_FRES_Pos 14UL
911 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_PLD1_RC_RES_SEL0_OR_FRES_Msk 0x4000UL
912 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_DP_RC_EN_SEL_Pos 16UL
913 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_DP_RC_EN_SEL_Msk 0x30000UL
914 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_DP_RC_EN_MODE_Pos 18UL
915 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_DP_RC_EN_MODE_Msk 0xC0000UL
916 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_DP_RC_EN_INV_Pos 20UL
917 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_DP_RC_EN_INV_Msk 0x100000UL
918 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_DP_RC_INV_Pos 21UL
919 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_DP_RC_INV_Msk 0x200000UL
920 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_DP_RC_RES_SEL0_OR_FRES_Pos 22UL
921 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_DP_RC_RES_SEL0_OR_FRES_Msk 0x400000UL
922 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_DP_RC_RES_SEL1_Pos 23UL
923 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_DP_RC_RES_SEL1_Msk 0x800000UL
924 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_SC_RC_EN_SEL_Pos 24UL
925 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_SC_RC_EN_SEL_Msk 0x3000000UL
926 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_SC_RC_EN_MODE_Pos 26UL
927 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_SC_RC_EN_MODE_Msk 0xC000000UL
928 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_SC_RC_EN_INV_Pos 28UL
929 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_SC_RC_EN_INV_Msk 0x10000000UL
930 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_SC_RC_INV_Pos 29UL
931 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_SC_RC_INV_Msk 0x20000000UL
932 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_SC_RC_RES_SEL0_OR_FRES_Pos 30UL
933 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_SC_RC_RES_SEL0_OR_FRES_Msk 0x40000000UL
934 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_SC_RC_RES_SEL1_Pos 31UL
935 #define UDB_UDBPAIR_UDBSNG_RC_CFG0_SC_RC_RES_SEL1_Msk 0x80000000UL
936 /* UDB_UDBPAIR_UDBSNG.RC_CFG1 */
937 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_PLD0_CK_SEL_Pos 0UL
938 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_PLD0_CK_SEL_Msk 0xFUL
939 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_PLD1_CK_SEL_Pos 4UL
940 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_PLD1_CK_SEL_Msk 0xF0UL
941 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_DP_CK_SEL_Pos 8UL
942 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_DP_CK_SEL_Msk 0xF00UL
943 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_SC_CK_SEL_Pos 12UL
944 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_SC_CK_SEL_Msk 0xF000UL
945 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_RES_SEL_Pos  16UL
946 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_RES_SEL_Msk  0x30000UL
947 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_RES_POL_Pos  18UL
948 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_RES_POL_Msk  0x40000UL
949 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_EN_RES_CNTCTL_Pos 19UL
950 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_EN_RES_CNTCTL_Msk 0x80000UL
951 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_DP_RES_POL_Pos 22UL
952 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_DP_RES_POL_Msk 0x400000UL
953 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_SC_RES_POL_Pos 23UL
954 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_SC_RES_POL_Msk 0x800000UL
955 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_ALT_RES_Pos  24UL
956 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_ALT_RES_Msk  0x1000000UL
957 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_EXT_SYNC_Pos 25UL
958 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_EXT_SYNC_Msk 0x2000000UL
959 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_EN_RES_STAT_Pos 26UL
960 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_EN_RES_STAT_Msk 0x4000000UL
961 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_EN_RES_DP_Pos 27UL
962 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_EN_RES_DP_Msk 0x8000000UL
963 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_EXT_CK_SEL_Pos 28UL
964 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_EXT_CK_SEL_Msk 0x30000000UL
965 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_PLD0_RES_POL_Pos 30UL
966 #define UDB_UDBPAIR_UDBSNG_RC_CFG1_PLD0_RES_POL_Msk 0x40000000UL
967 /* UDB_UDBPAIR_UDBSNG.DPATH_OPC */
968 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_CMP_SEL_Pos 0UL
969 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_CMP_SEL_Msk 0x1UL
970 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_SI_SEL_Pos 1UL
971 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_SI_SEL_Msk 0x2UL
972 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_CI_SEL_Pos 2UL
973 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_CI_SEL_Msk 0x4UL
974 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_CFB_EN_Pos 3UL
975 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_CFB_EN_Msk 0x8UL
976 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_A1_WR_SRC_Pos 4UL
977 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_A1_WR_SRC_Msk 0x30UL
978 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_A0_WR_SRC_Pos 6UL
979 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_A0_WR_SRC_Msk 0xC0UL
980 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_SHIFT_Pos 8UL
981 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_SHIFT_Msk 0x300UL
982 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_SRC_B_Pos 10UL
983 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_SRC_B_Msk 0xC00UL
984 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_SRC_A_Pos 12UL
985 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_SRC_A_Msk 0x1000UL
986 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_FUNC_Pos 13UL
987 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC0_FUNC_Msk 0xE000UL
988 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_CMP_SEL_Pos 16UL
989 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_CMP_SEL_Msk 0x10000UL
990 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_SI_SEL_Pos 17UL
991 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_SI_SEL_Msk 0x20000UL
992 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_CI_SEL_Pos 18UL
993 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_CI_SEL_Msk 0x40000UL
994 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_CFB_EN_Pos 19UL
995 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_CFB_EN_Msk 0x80000UL
996 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_A1_WR_SRC_Pos 20UL
997 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_A1_WR_SRC_Msk 0x300000UL
998 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_A0_WR_SRC_Pos 22UL
999 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_A0_WR_SRC_Msk 0xC00000UL
1000 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_SHIFT_Pos 24UL
1001 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_SHIFT_Msk 0x3000000UL
1002 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_SRC_B_Pos 26UL
1003 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_SRC_B_Msk 0xC000000UL
1004 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_SRC_A_Pos 28UL
1005 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_SRC_A_Msk 0x10000000UL
1006 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_FUNC_Pos 29UL
1007 #define UDB_UDBPAIR_UDBSNG_DPATH_OPC_OPC1_FUNC_Msk 0xE0000000UL
1008 
1009 
1010 /* UDB_UDBPAIR_ROUTE.TOP_V_BOT */
1011 #define UDB_UDBPAIR_ROUTE_TOP_V_BOT_TOP_V_BOT_Pos 0UL
1012 #define UDB_UDBPAIR_ROUTE_TOP_V_BOT_TOP_V_BOT_Msk 0xFFFFFFFFUL
1013 /* UDB_UDBPAIR_ROUTE.LVO1_V_2 */
1014 #define UDB_UDBPAIR_ROUTE_LVO1_V_2_LVO1_V_2_Pos 0UL
1015 #define UDB_UDBPAIR_ROUTE_LVO1_V_2_LVO1_V_2_Msk 0xFFFFFFFFUL
1016 /* UDB_UDBPAIR_ROUTE.RVO1_V_2 */
1017 #define UDB_UDBPAIR_ROUTE_RVO1_V_2_RVO1_V_2_Pos 0UL
1018 #define UDB_UDBPAIR_ROUTE_RVO1_V_2_RVO1_V_2_Msk 0xFFFFFFFFUL
1019 /* UDB_UDBPAIR_ROUTE.TUI_CFG0 */
1020 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI0SEL_Pos  0UL
1021 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI0SEL_Msk  0xFUL
1022 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI1SEL_Pos  4UL
1023 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI1SEL_Msk  0xF0UL
1024 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI2SEL_Pos  8UL
1025 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI2SEL_Msk  0xF00UL
1026 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI3SEL_Pos  12UL
1027 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI3SEL_Msk  0xF000UL
1028 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI4SEL_Pos  16UL
1029 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI4SEL_Msk  0xF0000UL
1030 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI5SEL_Pos  20UL
1031 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI5SEL_Msk  0xF00000UL
1032 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI6SEL_Pos  24UL
1033 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI6SEL_Msk  0xF000000UL
1034 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI7SEL_Pos  28UL
1035 #define UDB_UDBPAIR_ROUTE_TUI_CFG0_TUI7SEL_Msk  0xF0000000UL
1036 /* UDB_UDBPAIR_ROUTE.TUI_CFG1 */
1037 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI8SEL_Pos  0UL
1038 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI8SEL_Msk  0xFUL
1039 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI9SEL_Pos  4UL
1040 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI9SEL_Msk  0xF0UL
1041 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI10SEL_Pos 8UL
1042 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI10SEL_Msk 0xF00UL
1043 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI11SEL_Pos 12UL
1044 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI11SEL_Msk 0xF000UL
1045 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI12SEL_Pos 16UL
1046 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI12SEL_Msk 0xF0000UL
1047 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI13SEL_Pos 20UL
1048 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI13SEL_Msk 0xF00000UL
1049 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI14SEL_Pos 24UL
1050 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI14SEL_Msk 0xF000000UL
1051 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI15SEL_Pos 28UL
1052 #define UDB_UDBPAIR_ROUTE_TUI_CFG1_TUI15SEL_Msk 0xF0000000UL
1053 /* UDB_UDBPAIR_ROUTE.TUI_CFG2 */
1054 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI16SEL_Pos 0UL
1055 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI16SEL_Msk 0xFUL
1056 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI17SEL_Pos 4UL
1057 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI17SEL_Msk 0xF0UL
1058 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI18SEL_Pos 8UL
1059 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI18SEL_Msk 0xF00UL
1060 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI19SEL_Pos 12UL
1061 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI19SEL_Msk 0xF000UL
1062 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI20SEL_Pos 16UL
1063 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI20SEL_Msk 0xF0000UL
1064 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI21SEL_Pos 20UL
1065 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI21SEL_Msk 0xF00000UL
1066 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI22SEL_Pos 24UL
1067 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI22SEL_Msk 0xF000000UL
1068 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI23SEL_Pos 28UL
1069 #define UDB_UDBPAIR_ROUTE_TUI_CFG2_TUI23SEL_Msk 0xF0000000UL
1070 /* UDB_UDBPAIR_ROUTE.TUI_CFG3 */
1071 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI24SEL_Pos 0UL
1072 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI24SEL_Msk 0xFUL
1073 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI25SEL_Pos 4UL
1074 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI25SEL_Msk 0xF0UL
1075 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI26SEL_Pos 8UL
1076 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI26SEL_Msk 0xF00UL
1077 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI27SEL_Pos 12UL
1078 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI27SEL_Msk 0xF000UL
1079 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI28SEL_Pos 16UL
1080 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI28SEL_Msk 0xF0000UL
1081 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI29SEL_Pos 20UL
1082 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI29SEL_Msk 0xF00000UL
1083 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI30SEL_Pos 24UL
1084 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI30SEL_Msk 0xF000000UL
1085 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI31SEL_Pos 28UL
1086 #define UDB_UDBPAIR_ROUTE_TUI_CFG3_TUI31SEL_Msk 0xF0000000UL
1087 /* UDB_UDBPAIR_ROUTE.TUI_CFG4 */
1088 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI32SEL_Pos 0UL
1089 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI32SEL_Msk 0xFUL
1090 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI33SEL_Pos 4UL
1091 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI33SEL_Msk 0xF0UL
1092 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI34SEL_Pos 8UL
1093 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI34SEL_Msk 0xF00UL
1094 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI35SEL_Pos 12UL
1095 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI35SEL_Msk 0xF000UL
1096 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI36SEL_Pos 16UL
1097 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI36SEL_Msk 0xF0000UL
1098 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI37SEL_Pos 20UL
1099 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI37SEL_Msk 0xF00000UL
1100 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI38SEL_Pos 24UL
1101 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI38SEL_Msk 0xF000000UL
1102 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI39SEL_Pos 28UL
1103 #define UDB_UDBPAIR_ROUTE_TUI_CFG4_TUI39SEL_Msk 0xF0000000UL
1104 /* UDB_UDBPAIR_ROUTE.TUI_CFG5 */
1105 #define UDB_UDBPAIR_ROUTE_TUI_CFG5_TUI40SEL_Pos 0UL
1106 #define UDB_UDBPAIR_ROUTE_TUI_CFG5_TUI40SEL_Msk 0xFUL
1107 #define UDB_UDBPAIR_ROUTE_TUI_CFG5_TUI41SEL_Pos 4UL
1108 #define UDB_UDBPAIR_ROUTE_TUI_CFG5_TUI41SEL_Msk 0xF0UL
1109 /* UDB_UDBPAIR_ROUTE.BUI_CFG0 */
1110 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI0SEL_Pos  0UL
1111 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI0SEL_Msk  0xFUL
1112 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI1SEL_Pos  4UL
1113 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI1SEL_Msk  0xF0UL
1114 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI2SEL_Pos  8UL
1115 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI2SEL_Msk  0xF00UL
1116 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI3SEL_Pos  12UL
1117 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI3SEL_Msk  0xF000UL
1118 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI4SEL_Pos  16UL
1119 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI4SEL_Msk  0xF0000UL
1120 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI5SEL_Pos  20UL
1121 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI5SEL_Msk  0xF00000UL
1122 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI6SEL_Pos  24UL
1123 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI6SEL_Msk  0xF000000UL
1124 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI7SEL_Pos  28UL
1125 #define UDB_UDBPAIR_ROUTE_BUI_CFG0_BUI7SEL_Msk  0xF0000000UL
1126 /* UDB_UDBPAIR_ROUTE.BUI_CFG1 */
1127 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI8SEL_Pos  0UL
1128 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI8SEL_Msk  0xFUL
1129 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI9SEL_Pos  4UL
1130 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI9SEL_Msk  0xF0UL
1131 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI10SEL_Pos 8UL
1132 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI10SEL_Msk 0xF00UL
1133 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI11SEL_Pos 12UL
1134 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI11SEL_Msk 0xF000UL
1135 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI12SEL_Pos 16UL
1136 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI12SEL_Msk 0xF0000UL
1137 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI13SEL_Pos 20UL
1138 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI13SEL_Msk 0xF00000UL
1139 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI14SEL_Pos 24UL
1140 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI14SEL_Msk 0xF000000UL
1141 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI15SEL_Pos 28UL
1142 #define UDB_UDBPAIR_ROUTE_BUI_CFG1_BUI15SEL_Msk 0xF0000000UL
1143 /* UDB_UDBPAIR_ROUTE.BUI_CFG2 */
1144 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI16SEL_Pos 0UL
1145 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI16SEL_Msk 0xFUL
1146 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI17SEL_Pos 4UL
1147 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI17SEL_Msk 0xF0UL
1148 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI18SEL_Pos 8UL
1149 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI18SEL_Msk 0xF00UL
1150 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI19SEL_Pos 12UL
1151 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI19SEL_Msk 0xF000UL
1152 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI20SEL_Pos 16UL
1153 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI20SEL_Msk 0xF0000UL
1154 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI21SEL_Pos 20UL
1155 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI21SEL_Msk 0xF00000UL
1156 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI22SEL_Pos 24UL
1157 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI22SEL_Msk 0xF000000UL
1158 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI23SEL_Pos 28UL
1159 #define UDB_UDBPAIR_ROUTE_BUI_CFG2_BUI23SEL_Msk 0xF0000000UL
1160 /* UDB_UDBPAIR_ROUTE.BUI_CFG3 */
1161 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI24SEL_Pos 0UL
1162 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI24SEL_Msk 0xFUL
1163 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI25SEL_Pos 4UL
1164 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI25SEL_Msk 0xF0UL
1165 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI26SEL_Pos 8UL
1166 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI26SEL_Msk 0xF00UL
1167 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI27SEL_Pos 12UL
1168 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI27SEL_Msk 0xF000UL
1169 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI28SEL_Pos 16UL
1170 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI28SEL_Msk 0xF0000UL
1171 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI29SEL_Pos 20UL
1172 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI29SEL_Msk 0xF00000UL
1173 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI30SEL_Pos 24UL
1174 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI30SEL_Msk 0xF000000UL
1175 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI31SEL_Pos 28UL
1176 #define UDB_UDBPAIR_ROUTE_BUI_CFG3_BUI31SEL_Msk 0xF0000000UL
1177 /* UDB_UDBPAIR_ROUTE.BUI_CFG4 */
1178 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI32SEL_Pos 0UL
1179 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI32SEL_Msk 0xFUL
1180 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI33SEL_Pos 4UL
1181 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI33SEL_Msk 0xF0UL
1182 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI34SEL_Pos 8UL
1183 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI34SEL_Msk 0xF00UL
1184 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI35SEL_Pos 12UL
1185 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI35SEL_Msk 0xF000UL
1186 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI36SEL_Pos 16UL
1187 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI36SEL_Msk 0xF0000UL
1188 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI37SEL_Pos 20UL
1189 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI37SEL_Msk 0xF00000UL
1190 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI38SEL_Pos 24UL
1191 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI38SEL_Msk 0xF000000UL
1192 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI39SEL_Pos 28UL
1193 #define UDB_UDBPAIR_ROUTE_BUI_CFG4_BUI39SEL_Msk 0xF0000000UL
1194 /* UDB_UDBPAIR_ROUTE.BUI_CFG5 */
1195 #define UDB_UDBPAIR_ROUTE_BUI_CFG5_BUI40SEL_Pos 0UL
1196 #define UDB_UDBPAIR_ROUTE_BUI_CFG5_BUI40SEL_Msk 0xFUL
1197 #define UDB_UDBPAIR_ROUTE_BUI_CFG5_BUI41SEL_Pos 4UL
1198 #define UDB_UDBPAIR_ROUTE_BUI_CFG5_BUI41SEL_Msk 0xF0UL
1199 /* UDB_UDBPAIR_ROUTE.RVO_CFG0 */
1200 #define UDB_UDBPAIR_ROUTE_RVO_CFG0_RVO0SEL_Pos  0UL
1201 #define UDB_UDBPAIR_ROUTE_RVO_CFG0_RVO0SEL_Msk  0x1FUL
1202 #define UDB_UDBPAIR_ROUTE_RVO_CFG0_RVO1SEL_Pos  8UL
1203 #define UDB_UDBPAIR_ROUTE_RVO_CFG0_RVO1SEL_Msk  0x1F00UL
1204 #define UDB_UDBPAIR_ROUTE_RVO_CFG0_RVO2SEL_Pos  16UL
1205 #define UDB_UDBPAIR_ROUTE_RVO_CFG0_RVO2SEL_Msk  0x1F0000UL
1206 #define UDB_UDBPAIR_ROUTE_RVO_CFG0_RVO3SEL_Pos  24UL
1207 #define UDB_UDBPAIR_ROUTE_RVO_CFG0_RVO3SEL_Msk  0x1F000000UL
1208 /* UDB_UDBPAIR_ROUTE.RVO_CFG1 */
1209 #define UDB_UDBPAIR_ROUTE_RVO_CFG1_RVO4SEL_Pos  0UL
1210 #define UDB_UDBPAIR_ROUTE_RVO_CFG1_RVO4SEL_Msk  0x1FUL
1211 #define UDB_UDBPAIR_ROUTE_RVO_CFG1_RVO5SEL_Pos  8UL
1212 #define UDB_UDBPAIR_ROUTE_RVO_CFG1_RVO5SEL_Msk  0x1F00UL
1213 #define UDB_UDBPAIR_ROUTE_RVO_CFG1_RVO6SEL_Pos  16UL
1214 #define UDB_UDBPAIR_ROUTE_RVO_CFG1_RVO6SEL_Msk  0x1F0000UL
1215 #define UDB_UDBPAIR_ROUTE_RVO_CFG1_RVO7SEL_Pos  24UL
1216 #define UDB_UDBPAIR_ROUTE_RVO_CFG1_RVO7SEL_Msk  0x1F000000UL
1217 /* UDB_UDBPAIR_ROUTE.RVO_CFG2 */
1218 #define UDB_UDBPAIR_ROUTE_RVO_CFG2_RVO8SEL_Pos  0UL
1219 #define UDB_UDBPAIR_ROUTE_RVO_CFG2_RVO8SEL_Msk  0x1FUL
1220 #define UDB_UDBPAIR_ROUTE_RVO_CFG2_RVO9SEL_Pos  8UL
1221 #define UDB_UDBPAIR_ROUTE_RVO_CFG2_RVO9SEL_Msk  0x1F00UL
1222 #define UDB_UDBPAIR_ROUTE_RVO_CFG2_RVO10SEL_Pos 16UL
1223 #define UDB_UDBPAIR_ROUTE_RVO_CFG2_RVO10SEL_Msk 0x1F0000UL
1224 #define UDB_UDBPAIR_ROUTE_RVO_CFG2_RVO11SEL_Pos 24UL
1225 #define UDB_UDBPAIR_ROUTE_RVO_CFG2_RVO11SEL_Msk 0x1F000000UL
1226 /* UDB_UDBPAIR_ROUTE.RVO_CFG3 */
1227 #define UDB_UDBPAIR_ROUTE_RVO_CFG3_RVO12SEL_Pos 0UL
1228 #define UDB_UDBPAIR_ROUTE_RVO_CFG3_RVO12SEL_Msk 0x1FUL
1229 #define UDB_UDBPAIR_ROUTE_RVO_CFG3_RVO13SEL_Pos 8UL
1230 #define UDB_UDBPAIR_ROUTE_RVO_CFG3_RVO13SEL_Msk 0x1F00UL
1231 #define UDB_UDBPAIR_ROUTE_RVO_CFG3_RVO14SEL_Pos 16UL
1232 #define UDB_UDBPAIR_ROUTE_RVO_CFG3_RVO14SEL_Msk 0x1F0000UL
1233 #define UDB_UDBPAIR_ROUTE_RVO_CFG3_RVO15SEL_Pos 24UL
1234 #define UDB_UDBPAIR_ROUTE_RVO_CFG3_RVO15SEL_Msk 0x1F000000UL
1235 /* UDB_UDBPAIR_ROUTE.LVO_CFG0 */
1236 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO0SEL_Pos  0UL
1237 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO0SEL_Msk  0xFUL
1238 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO1SEL_Pos  4UL
1239 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO1SEL_Msk  0xF0UL
1240 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO2SEL_Pos  8UL
1241 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO2SEL_Msk  0xF00UL
1242 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO3SEL_Pos  12UL
1243 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO3SEL_Msk  0xF000UL
1244 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO4SEL_Pos  16UL
1245 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO4SEL_Msk  0xF0000UL
1246 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO5SEL_Pos  20UL
1247 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO5SEL_Msk  0xF00000UL
1248 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO6SEL_Pos  24UL
1249 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO6SEL_Msk  0xF000000UL
1250 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO7SEL_Pos  28UL
1251 #define UDB_UDBPAIR_ROUTE_LVO_CFG0_LVO7SEL_Msk  0xF0000000UL
1252 /* UDB_UDBPAIR_ROUTE.LVO_CFG1 */
1253 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO8SEL_Pos  0UL
1254 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO8SEL_Msk  0xFUL
1255 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO9SEL_Pos  4UL
1256 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO9SEL_Msk  0xF0UL
1257 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO10SEL_Pos 8UL
1258 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO10SEL_Msk 0xF00UL
1259 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO11SEL_Pos 12UL
1260 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO11SEL_Msk 0xF000UL
1261 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO12SEL_Pos 16UL
1262 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO12SEL_Msk 0xF0000UL
1263 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO13SEL_Pos 20UL
1264 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO13SEL_Msk 0xF00000UL
1265 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO14SEL_Pos 24UL
1266 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO14SEL_Msk 0xF000000UL
1267 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO15SEL_Pos 28UL
1268 #define UDB_UDBPAIR_ROUTE_LVO_CFG1_LVO15SEL_Msk 0xF0000000UL
1269 /* UDB_UDBPAIR_ROUTE.RHO_CFG0 */
1270 #define UDB_UDBPAIR_ROUTE_RHO_CFG0_RHOSEL_Pos   0UL
1271 #define UDB_UDBPAIR_ROUTE_RHO_CFG0_RHOSEL_Msk   0xFFFFFFFFUL
1272 /* UDB_UDBPAIR_ROUTE.RHO_CFG1 */
1273 #define UDB_UDBPAIR_ROUTE_RHO_CFG1_RHOSEL_Pos   0UL
1274 #define UDB_UDBPAIR_ROUTE_RHO_CFG1_RHOSEL_Msk   0xFFFFFFFFUL
1275 /* UDB_UDBPAIR_ROUTE.RHO_CFG2 */
1276 #define UDB_UDBPAIR_ROUTE_RHO_CFG2_RHOSEL_Pos   0UL
1277 #define UDB_UDBPAIR_ROUTE_RHO_CFG2_RHOSEL_Msk   0xFFFFFFFFUL
1278 /* UDB_UDBPAIR_ROUTE.LHO_CFG0 */
1279 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO0SEL_Pos  0UL
1280 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO0SEL_Msk  0xFUL
1281 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO1SEL_Pos  4UL
1282 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO1SEL_Msk  0xF0UL
1283 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO2SEL_Pos  8UL
1284 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO2SEL_Msk  0xF00UL
1285 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO3SEL_Pos  12UL
1286 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO3SEL_Msk  0xF000UL
1287 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO4SEL_Pos  16UL
1288 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO4SEL_Msk  0xF0000UL
1289 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO5SEL_Pos  20UL
1290 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO5SEL_Msk  0xF00000UL
1291 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO6SEL_Pos  24UL
1292 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO6SEL_Msk  0xF000000UL
1293 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO7SEL_Pos  28UL
1294 #define UDB_UDBPAIR_ROUTE_LHO_CFG0_LHO7SEL_Msk  0xF0000000UL
1295 /* UDB_UDBPAIR_ROUTE.LHO_CFG1 */
1296 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO8SEL_Pos  0UL
1297 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO8SEL_Msk  0xFUL
1298 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO9SEL_Pos  4UL
1299 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO9SEL_Msk  0xF0UL
1300 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO10SEL_Pos 8UL
1301 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO10SEL_Msk 0xF00UL
1302 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO11SEL_Pos 12UL
1303 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO11SEL_Msk 0xF000UL
1304 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO12SEL_Pos 16UL
1305 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO12SEL_Msk 0xF0000UL
1306 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO13SEL_Pos 20UL
1307 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO13SEL_Msk 0xF00000UL
1308 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO14SEL_Pos 24UL
1309 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO14SEL_Msk 0xF000000UL
1310 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO15SEL_Pos 28UL
1311 #define UDB_UDBPAIR_ROUTE_LHO_CFG1_LHO15SEL_Msk 0xF0000000UL
1312 /* UDB_UDBPAIR_ROUTE.LHO_CFG2 */
1313 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO16SEL_Pos 0UL
1314 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO16SEL_Msk 0xFUL
1315 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO17SEL_Pos 4UL
1316 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO17SEL_Msk 0xF0UL
1317 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO18SEL_Pos 8UL
1318 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO18SEL_Msk 0xF00UL
1319 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO19SEL_Pos 12UL
1320 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO19SEL_Msk 0xF000UL
1321 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO20SEL_Pos 16UL
1322 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO20SEL_Msk 0xF0000UL
1323 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO21SEL_Pos 20UL
1324 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO21SEL_Msk 0xF00000UL
1325 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO22SEL_Pos 24UL
1326 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO22SEL_Msk 0xF000000UL
1327 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO23SEL_Pos 28UL
1328 #define UDB_UDBPAIR_ROUTE_LHO_CFG2_LHO23SEL_Msk 0xF0000000UL
1329 /* UDB_UDBPAIR_ROUTE.LHO_CFG3 */
1330 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO24SEL_Pos 0UL
1331 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO24SEL_Msk 0xFUL
1332 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO25SEL_Pos 4UL
1333 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO25SEL_Msk 0xF0UL
1334 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO26SEL_Pos 8UL
1335 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO26SEL_Msk 0xF00UL
1336 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO27SEL_Pos 12UL
1337 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO27SEL_Msk 0xF000UL
1338 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO28SEL_Pos 16UL
1339 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO28SEL_Msk 0xF0000UL
1340 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO29SEL_Pos 20UL
1341 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO29SEL_Msk 0xF00000UL
1342 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO30SEL_Pos 24UL
1343 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO30SEL_Msk 0xF000000UL
1344 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO31SEL_Pos 28UL
1345 #define UDB_UDBPAIR_ROUTE_LHO_CFG3_LHO31SEL_Msk 0xF0000000UL
1346 /* UDB_UDBPAIR_ROUTE.LHO_CFG4 */
1347 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO32SEL_Pos 0UL
1348 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO32SEL_Msk 0xFUL
1349 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO33SEL_Pos 4UL
1350 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO33SEL_Msk 0xF0UL
1351 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO34SEL_Pos 8UL
1352 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO34SEL_Msk 0xF00UL
1353 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO35SEL_Pos 12UL
1354 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO35SEL_Msk 0xF000UL
1355 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO36SEL_Pos 16UL
1356 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO36SEL_Msk 0xF0000UL
1357 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO37SEL_Pos 20UL
1358 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO37SEL_Msk 0xF00000UL
1359 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO38SEL_Pos 24UL
1360 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO38SEL_Msk 0xF000000UL
1361 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO39SEL_Pos 28UL
1362 #define UDB_UDBPAIR_ROUTE_LHO_CFG4_LHO39SEL_Msk 0xF0000000UL
1363 /* UDB_UDBPAIR_ROUTE.LHO_CFG5 */
1364 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO40SEL_Pos 0UL
1365 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO40SEL_Msk 0xFUL
1366 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO41SEL_Pos 4UL
1367 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO41SEL_Msk 0xF0UL
1368 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO42SEL_Pos 8UL
1369 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO42SEL_Msk 0xF00UL
1370 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO43SEL_Pos 12UL
1371 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO43SEL_Msk 0xF000UL
1372 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO44SEL_Pos 16UL
1373 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO44SEL_Msk 0xF0000UL
1374 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO45SEL_Pos 20UL
1375 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO45SEL_Msk 0xF00000UL
1376 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO46SEL_Pos 24UL
1377 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO46SEL_Msk 0xF000000UL
1378 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO47SEL_Pos 28UL
1379 #define UDB_UDBPAIR_ROUTE_LHO_CFG5_LHO47SEL_Msk 0xF0000000UL
1380 /* UDB_UDBPAIR_ROUTE.LHO_CFG6 */
1381 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO48SEL_Pos 0UL
1382 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO48SEL_Msk 0xFUL
1383 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO49SEL_Pos 4UL
1384 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO49SEL_Msk 0xF0UL
1385 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO50SEL_Pos 8UL
1386 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO50SEL_Msk 0xF00UL
1387 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO51SEL_Pos 12UL
1388 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO51SEL_Msk 0xF000UL
1389 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO52SEL_Pos 16UL
1390 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO52SEL_Msk 0xF0000UL
1391 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO53SEL_Pos 20UL
1392 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO53SEL_Msk 0xF00000UL
1393 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO54SEL_Pos 24UL
1394 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO54SEL_Msk 0xF000000UL
1395 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO55SEL_Pos 28UL
1396 #define UDB_UDBPAIR_ROUTE_LHO_CFG6_LHO55SEL_Msk 0xF0000000UL
1397 /* UDB_UDBPAIR_ROUTE.LHO_CFG7 */
1398 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO56SEL_Pos 0UL
1399 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO56SEL_Msk 0xFUL
1400 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO57SEL_Pos 4UL
1401 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO57SEL_Msk 0xF0UL
1402 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO58SEL_Pos 8UL
1403 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO58SEL_Msk 0xF00UL
1404 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO59SEL_Pos 12UL
1405 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO59SEL_Msk 0xF000UL
1406 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO60SEL_Pos 16UL
1407 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO60SEL_Msk 0xF0000UL
1408 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO61SEL_Pos 20UL
1409 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO61SEL_Msk 0xF00000UL
1410 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO62SEL_Pos 24UL
1411 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO62SEL_Msk 0xF000000UL
1412 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO63SEL_Pos 28UL
1413 #define UDB_UDBPAIR_ROUTE_LHO_CFG7_LHO63SEL_Msk 0xF0000000UL
1414 /* UDB_UDBPAIR_ROUTE.LHO_CFG8 */
1415 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO64SEL_Pos 0UL
1416 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO64SEL_Msk 0xFUL
1417 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO65SEL_Pos 4UL
1418 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO65SEL_Msk 0xF0UL
1419 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO66SEL_Pos 8UL
1420 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO66SEL_Msk 0xF00UL
1421 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO67SEL_Pos 12UL
1422 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO67SEL_Msk 0xF000UL
1423 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO68SEL_Pos 16UL
1424 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO68SEL_Msk 0xF0000UL
1425 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO69SEL_Pos 20UL
1426 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO69SEL_Msk 0xF00000UL
1427 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO70SEL_Pos 24UL
1428 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO70SEL_Msk 0xF000000UL
1429 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO71SEL_Pos 28UL
1430 #define UDB_UDBPAIR_ROUTE_LHO_CFG8_LHO71SEL_Msk 0xF0000000UL
1431 /* UDB_UDBPAIR_ROUTE.LHO_CFG9 */
1432 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO72SEL_Pos 0UL
1433 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO72SEL_Msk 0xFUL
1434 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO73SEL_Pos 4UL
1435 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO73SEL_Msk 0xF0UL
1436 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO74SEL_Pos 8UL
1437 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO74SEL_Msk 0xF00UL
1438 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO75SEL_Pos 12UL
1439 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO75SEL_Msk 0xF000UL
1440 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO76SEL_Pos 16UL
1441 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO76SEL_Msk 0xF0000UL
1442 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO77SEL_Pos 20UL
1443 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO77SEL_Msk 0xF00000UL
1444 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO78SEL_Pos 24UL
1445 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO78SEL_Msk 0xF000000UL
1446 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO79SEL_Pos 28UL
1447 #define UDB_UDBPAIR_ROUTE_LHO_CFG9_LHO79SEL_Msk 0xF0000000UL
1448 /* UDB_UDBPAIR_ROUTE.LHO_CFG10 */
1449 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO80SEL_Pos 0UL
1450 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO80SEL_Msk 0xFUL
1451 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO81SEL_Pos 4UL
1452 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO81SEL_Msk 0xF0UL
1453 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO82SEL_Pos 8UL
1454 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO82SEL_Msk 0xF00UL
1455 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO83SEL_Pos 12UL
1456 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO83SEL_Msk 0xF000UL
1457 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO84SEL_Pos 16UL
1458 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO84SEL_Msk 0xF0000UL
1459 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO85SEL_Pos 20UL
1460 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO85SEL_Msk 0xF00000UL
1461 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO86SEL_Pos 24UL
1462 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO86SEL_Msk 0xF000000UL
1463 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO87SEL_Pos 28UL
1464 #define UDB_UDBPAIR_ROUTE_LHO_CFG10_LHO87SEL_Msk 0xF0000000UL
1465 /* UDB_UDBPAIR_ROUTE.LHO_CFG11 */
1466 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO88SEL_Pos 0UL
1467 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO88SEL_Msk 0xFUL
1468 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO89SEL_Pos 4UL
1469 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO89SEL_Msk 0xF0UL
1470 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO90SEL_Pos 8UL
1471 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO90SEL_Msk 0xF00UL
1472 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO91SEL_Pos 12UL
1473 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO91SEL_Msk 0xF000UL
1474 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO92SEL_Pos 16UL
1475 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO92SEL_Msk 0xF0000UL
1476 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO93SEL_Pos 20UL
1477 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO93SEL_Msk 0xF00000UL
1478 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO94SEL_Pos 24UL
1479 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO94SEL_Msk 0xF000000UL
1480 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO95SEL_Pos 28UL
1481 #define UDB_UDBPAIR_ROUTE_LHO_CFG11_LHO95SEL_Msk 0xF0000000UL
1482 
1483 
1484 /* UDB_DSI.LVO1_V_2 */
1485 #define UDB_DSI_LVO1_V_2_LVO1_V_2_Pos           0UL
1486 #define UDB_DSI_LVO1_V_2_LVO1_V_2_Msk           0xFFFFFFFFUL
1487 /* UDB_DSI.RVO1_V_2 */
1488 #define UDB_DSI_RVO1_V_2_RVO1_V_2_Pos           0UL
1489 #define UDB_DSI_RVO1_V_2_RVO1_V_2_Msk           0xFFFFFFFFUL
1490 /* UDB_DSI.DOP_CFG0 */
1491 #define UDB_DSI_DOP_CFG0_DOP0SEL_Pos            0UL
1492 #define UDB_DSI_DOP_CFG0_DOP0SEL_Msk            0x1FUL
1493 #define UDB_DSI_DOP_CFG0_DOP1SEL_Pos            8UL
1494 #define UDB_DSI_DOP_CFG0_DOP1SEL_Msk            0x1F00UL
1495 #define UDB_DSI_DOP_CFG0_DOP2SEL_Pos            16UL
1496 #define UDB_DSI_DOP_CFG0_DOP2SEL_Msk            0x1F0000UL
1497 #define UDB_DSI_DOP_CFG0_DOP3SEL_Pos            24UL
1498 #define UDB_DSI_DOP_CFG0_DOP3SEL_Msk            0x1F000000UL
1499 /* UDB_DSI.DOP_CFG1 */
1500 #define UDB_DSI_DOP_CFG1_DOP4SEL_Pos            0UL
1501 #define UDB_DSI_DOP_CFG1_DOP4SEL_Msk            0x1FUL
1502 #define UDB_DSI_DOP_CFG1_DOP5SEL_Pos            8UL
1503 #define UDB_DSI_DOP_CFG1_DOP5SEL_Msk            0x1F00UL
1504 #define UDB_DSI_DOP_CFG1_DOP6SEL_Pos            16UL
1505 #define UDB_DSI_DOP_CFG1_DOP6SEL_Msk            0x1F0000UL
1506 #define UDB_DSI_DOP_CFG1_DOP7SEL_Pos            24UL
1507 #define UDB_DSI_DOP_CFG1_DOP7SEL_Msk            0x1F000000UL
1508 /* UDB_DSI.DOP_CFG2 */
1509 #define UDB_DSI_DOP_CFG2_DOP8SEL_Pos            0UL
1510 #define UDB_DSI_DOP_CFG2_DOP8SEL_Msk            0x1FUL
1511 #define UDB_DSI_DOP_CFG2_DOP9SEL_Pos            8UL
1512 #define UDB_DSI_DOP_CFG2_DOP9SEL_Msk            0x1F00UL
1513 #define UDB_DSI_DOP_CFG2_DOP10SEL_Pos           16UL
1514 #define UDB_DSI_DOP_CFG2_DOP10SEL_Msk           0x1F0000UL
1515 #define UDB_DSI_DOP_CFG2_DOP11SEL_Pos           24UL
1516 #define UDB_DSI_DOP_CFG2_DOP11SEL_Msk           0x1F000000UL
1517 /* UDB_DSI.DOP_CFG3 */
1518 #define UDB_DSI_DOP_CFG3_DOP12SEL_Pos           0UL
1519 #define UDB_DSI_DOP_CFG3_DOP12SEL_Msk           0x1FUL
1520 #define UDB_DSI_DOP_CFG3_DOP13SEL_Pos           8UL
1521 #define UDB_DSI_DOP_CFG3_DOP13SEL_Msk           0x1F00UL
1522 #define UDB_DSI_DOP_CFG3_DOP14SEL_Pos           16UL
1523 #define UDB_DSI_DOP_CFG3_DOP14SEL_Msk           0x1F0000UL
1524 #define UDB_DSI_DOP_CFG3_DOP15SEL_Pos           24UL
1525 #define UDB_DSI_DOP_CFG3_DOP15SEL_Msk           0x1F000000UL
1526 /* UDB_DSI.DOT_CFG0 */
1527 #define UDB_DSI_DOT_CFG0_DOT0SEL_Pos            0UL
1528 #define UDB_DSI_DOT_CFG0_DOT0SEL_Msk            0x1FUL
1529 #define UDB_DSI_DOT_CFG0_DOT1SEL_Pos            8UL
1530 #define UDB_DSI_DOT_CFG0_DOT1SEL_Msk            0x1F00UL
1531 #define UDB_DSI_DOT_CFG0_DOT2SEL_Pos            16UL
1532 #define UDB_DSI_DOT_CFG0_DOT2SEL_Msk            0x1F0000UL
1533 #define UDB_DSI_DOT_CFG0_DOT3SEL_Pos            24UL
1534 #define UDB_DSI_DOT_CFG0_DOT3SEL_Msk            0x1F000000UL
1535 /* UDB_DSI.DOT_CFG1 */
1536 #define UDB_DSI_DOT_CFG1_DOT4SEL_Pos            0UL
1537 #define UDB_DSI_DOT_CFG1_DOT4SEL_Msk            0x1FUL
1538 #define UDB_DSI_DOT_CFG1_DOT5SEL_Pos            8UL
1539 #define UDB_DSI_DOT_CFG1_DOT5SEL_Msk            0x1F00UL
1540 #define UDB_DSI_DOT_CFG1_DOT6SEL_Pos            16UL
1541 #define UDB_DSI_DOT_CFG1_DOT6SEL_Msk            0x1F0000UL
1542 #define UDB_DSI_DOT_CFG1_DOT7SEL_Pos            24UL
1543 #define UDB_DSI_DOT_CFG1_DOT7SEL_Msk            0x1F000000UL
1544 /* UDB_DSI.DOT_CFG2 */
1545 #define UDB_DSI_DOT_CFG2_DOT8SEL_Pos            0UL
1546 #define UDB_DSI_DOT_CFG2_DOT8SEL_Msk            0x1FUL
1547 #define UDB_DSI_DOT_CFG2_DOT9SEL_Pos            8UL
1548 #define UDB_DSI_DOT_CFG2_DOT9SEL_Msk            0x1F00UL
1549 #define UDB_DSI_DOT_CFG2_DOT10SEL_Pos           16UL
1550 #define UDB_DSI_DOT_CFG2_DOT10SEL_Msk           0x1F0000UL
1551 #define UDB_DSI_DOT_CFG2_DOT11SEL_Pos           24UL
1552 #define UDB_DSI_DOT_CFG2_DOT11SEL_Msk           0x1F000000UL
1553 /* UDB_DSI.DOT_CFG3 */
1554 #define UDB_DSI_DOT_CFG3_DOT12SEL_Pos           0UL
1555 #define UDB_DSI_DOT_CFG3_DOT12SEL_Msk           0x1FUL
1556 #define UDB_DSI_DOT_CFG3_DOT13SEL_Pos           8UL
1557 #define UDB_DSI_DOT_CFG3_DOT13SEL_Msk           0x1F00UL
1558 #define UDB_DSI_DOT_CFG3_DOT14SEL_Pos           16UL
1559 #define UDB_DSI_DOT_CFG3_DOT14SEL_Msk           0x1F0000UL
1560 #define UDB_DSI_DOT_CFG3_DOT15SEL_Pos           24UL
1561 #define UDB_DSI_DOT_CFG3_DOT15SEL_Msk           0x1F000000UL
1562 /* UDB_DSI.RVO_CFG0 */
1563 #define UDB_DSI_RVO_CFG0_RVO0SEL_Pos            0UL
1564 #define UDB_DSI_RVO_CFG0_RVO0SEL_Msk            0x1FUL
1565 #define UDB_DSI_RVO_CFG0_RVO1SEL_Pos            8UL
1566 #define UDB_DSI_RVO_CFG0_RVO1SEL_Msk            0x1F00UL
1567 #define UDB_DSI_RVO_CFG0_RVO2SEL_Pos            16UL
1568 #define UDB_DSI_RVO_CFG0_RVO2SEL_Msk            0x1F0000UL
1569 #define UDB_DSI_RVO_CFG0_RVO3SEL_Pos            24UL
1570 #define UDB_DSI_RVO_CFG0_RVO3SEL_Msk            0x1F000000UL
1571 /* UDB_DSI.RVO_CFG1 */
1572 #define UDB_DSI_RVO_CFG1_RVO4SEL_Pos            0UL
1573 #define UDB_DSI_RVO_CFG1_RVO4SEL_Msk            0x1FUL
1574 #define UDB_DSI_RVO_CFG1_RVO5SEL_Pos            8UL
1575 #define UDB_DSI_RVO_CFG1_RVO5SEL_Msk            0x1F00UL
1576 #define UDB_DSI_RVO_CFG1_RVO6SEL_Pos            16UL
1577 #define UDB_DSI_RVO_CFG1_RVO6SEL_Msk            0x1F0000UL
1578 #define UDB_DSI_RVO_CFG1_RVO7SEL_Pos            24UL
1579 #define UDB_DSI_RVO_CFG1_RVO7SEL_Msk            0x1F000000UL
1580 /* UDB_DSI.RVO_CFG2 */
1581 #define UDB_DSI_RVO_CFG2_RVO8SEL_Pos            0UL
1582 #define UDB_DSI_RVO_CFG2_RVO8SEL_Msk            0x1FUL
1583 #define UDB_DSI_RVO_CFG2_RVO9SEL_Pos            8UL
1584 #define UDB_DSI_RVO_CFG2_RVO9SEL_Msk            0x1F00UL
1585 #define UDB_DSI_RVO_CFG2_RVO10SEL_Pos           16UL
1586 #define UDB_DSI_RVO_CFG2_RVO10SEL_Msk           0x1F0000UL
1587 #define UDB_DSI_RVO_CFG2_RVO11SEL_Pos           24UL
1588 #define UDB_DSI_RVO_CFG2_RVO11SEL_Msk           0x1F000000UL
1589 /* UDB_DSI.RVO_CFG3 */
1590 #define UDB_DSI_RVO_CFG3_RVO12SEL_Pos           0UL
1591 #define UDB_DSI_RVO_CFG3_RVO12SEL_Msk           0x1FUL
1592 #define UDB_DSI_RVO_CFG3_RVO13SEL_Pos           8UL
1593 #define UDB_DSI_RVO_CFG3_RVO13SEL_Msk           0x1F00UL
1594 #define UDB_DSI_RVO_CFG3_RVO14SEL_Pos           16UL
1595 #define UDB_DSI_RVO_CFG3_RVO14SEL_Msk           0x1F0000UL
1596 #define UDB_DSI_RVO_CFG3_RVO15SEL_Pos           24UL
1597 #define UDB_DSI_RVO_CFG3_RVO15SEL_Msk           0x1F000000UL
1598 /* UDB_DSI.LVO_CFG0 */
1599 #define UDB_DSI_LVO_CFG0_LVO0SEL_Pos            0UL
1600 #define UDB_DSI_LVO_CFG0_LVO0SEL_Msk            0xFUL
1601 #define UDB_DSI_LVO_CFG0_LVO1SEL_Pos            4UL
1602 #define UDB_DSI_LVO_CFG0_LVO1SEL_Msk            0xF0UL
1603 #define UDB_DSI_LVO_CFG0_LVO2SEL_Pos            8UL
1604 #define UDB_DSI_LVO_CFG0_LVO2SEL_Msk            0xF00UL
1605 #define UDB_DSI_LVO_CFG0_LVO3SEL_Pos            12UL
1606 #define UDB_DSI_LVO_CFG0_LVO3SEL_Msk            0xF000UL
1607 #define UDB_DSI_LVO_CFG0_LVO4SEL_Pos            16UL
1608 #define UDB_DSI_LVO_CFG0_LVO4SEL_Msk            0xF0000UL
1609 #define UDB_DSI_LVO_CFG0_LVO5SEL_Pos            20UL
1610 #define UDB_DSI_LVO_CFG0_LVO5SEL_Msk            0xF00000UL
1611 #define UDB_DSI_LVO_CFG0_LVO6SEL_Pos            24UL
1612 #define UDB_DSI_LVO_CFG0_LVO6SEL_Msk            0xF000000UL
1613 #define UDB_DSI_LVO_CFG0_LVO7SEL_Pos            28UL
1614 #define UDB_DSI_LVO_CFG0_LVO7SEL_Msk            0xF0000000UL
1615 /* UDB_DSI.LVO_CFG1 */
1616 #define UDB_DSI_LVO_CFG1_LVO8SEL_Pos            0UL
1617 #define UDB_DSI_LVO_CFG1_LVO8SEL_Msk            0xFUL
1618 #define UDB_DSI_LVO_CFG1_LVO9SEL_Pos            4UL
1619 #define UDB_DSI_LVO_CFG1_LVO9SEL_Msk            0xF0UL
1620 #define UDB_DSI_LVO_CFG1_LVO10SEL_Pos           8UL
1621 #define UDB_DSI_LVO_CFG1_LVO10SEL_Msk           0xF00UL
1622 #define UDB_DSI_LVO_CFG1_LVO11SEL_Pos           12UL
1623 #define UDB_DSI_LVO_CFG1_LVO11SEL_Msk           0xF000UL
1624 #define UDB_DSI_LVO_CFG1_LVO12SEL_Pos           16UL
1625 #define UDB_DSI_LVO_CFG1_LVO12SEL_Msk           0xF0000UL
1626 #define UDB_DSI_LVO_CFG1_LVO13SEL_Pos           20UL
1627 #define UDB_DSI_LVO_CFG1_LVO13SEL_Msk           0xF00000UL
1628 #define UDB_DSI_LVO_CFG1_LVO14SEL_Pos           24UL
1629 #define UDB_DSI_LVO_CFG1_LVO14SEL_Msk           0xF000000UL
1630 #define UDB_DSI_LVO_CFG1_LVO15SEL_Pos           28UL
1631 #define UDB_DSI_LVO_CFG1_LVO15SEL_Msk           0xF0000000UL
1632 /* UDB_DSI.RHO_CFG0 */
1633 #define UDB_DSI_RHO_CFG0_RHOSEL_Pos             0UL
1634 #define UDB_DSI_RHO_CFG0_RHOSEL_Msk             0xFFFFFFFFUL
1635 /* UDB_DSI.RHO_CFG1 */
1636 #define UDB_DSI_RHO_CFG1_RHOSEL_Pos             0UL
1637 #define UDB_DSI_RHO_CFG1_RHOSEL_Msk             0xFFFFFFFFUL
1638 /* UDB_DSI.RHO_CFG2 */
1639 #define UDB_DSI_RHO_CFG2_RHOSEL_Pos             0UL
1640 #define UDB_DSI_RHO_CFG2_RHOSEL_Msk             0xFFFFFFFFUL
1641 /* UDB_DSI.LHO_CFG0 */
1642 #define UDB_DSI_LHO_CFG0_LHO0SEL_Pos            0UL
1643 #define UDB_DSI_LHO_CFG0_LHO0SEL_Msk            0xFUL
1644 #define UDB_DSI_LHO_CFG0_LHO1SEL_Pos            4UL
1645 #define UDB_DSI_LHO_CFG0_LHO1SEL_Msk            0xF0UL
1646 #define UDB_DSI_LHO_CFG0_LHO2SEL_Pos            8UL
1647 #define UDB_DSI_LHO_CFG0_LHO2SEL_Msk            0xF00UL
1648 #define UDB_DSI_LHO_CFG0_LHO3SEL_Pos            12UL
1649 #define UDB_DSI_LHO_CFG0_LHO3SEL_Msk            0xF000UL
1650 #define UDB_DSI_LHO_CFG0_LHO4SEL_Pos            16UL
1651 #define UDB_DSI_LHO_CFG0_LHO4SEL_Msk            0xF0000UL
1652 #define UDB_DSI_LHO_CFG0_LHO5SEL_Pos            20UL
1653 #define UDB_DSI_LHO_CFG0_LHO5SEL_Msk            0xF00000UL
1654 #define UDB_DSI_LHO_CFG0_LHO6SEL_Pos            24UL
1655 #define UDB_DSI_LHO_CFG0_LHO6SEL_Msk            0xF000000UL
1656 #define UDB_DSI_LHO_CFG0_LHO7SEL_Pos            28UL
1657 #define UDB_DSI_LHO_CFG0_LHO7SEL_Msk            0xF0000000UL
1658 /* UDB_DSI.LHO_CFG1 */
1659 #define UDB_DSI_LHO_CFG1_LHO8SEL_Pos            0UL
1660 #define UDB_DSI_LHO_CFG1_LHO8SEL_Msk            0xFUL
1661 #define UDB_DSI_LHO_CFG1_LHO9SEL_Pos            4UL
1662 #define UDB_DSI_LHO_CFG1_LHO9SEL_Msk            0xF0UL
1663 #define UDB_DSI_LHO_CFG1_LHO10SEL_Pos           8UL
1664 #define UDB_DSI_LHO_CFG1_LHO10SEL_Msk           0xF00UL
1665 #define UDB_DSI_LHO_CFG1_LHO11SEL_Pos           12UL
1666 #define UDB_DSI_LHO_CFG1_LHO11SEL_Msk           0xF000UL
1667 #define UDB_DSI_LHO_CFG1_LHO12SEL_Pos           16UL
1668 #define UDB_DSI_LHO_CFG1_LHO12SEL_Msk           0xF0000UL
1669 #define UDB_DSI_LHO_CFG1_LHO13SEL_Pos           20UL
1670 #define UDB_DSI_LHO_CFG1_LHO13SEL_Msk           0xF00000UL
1671 #define UDB_DSI_LHO_CFG1_LHO14SEL_Pos           24UL
1672 #define UDB_DSI_LHO_CFG1_LHO14SEL_Msk           0xF000000UL
1673 #define UDB_DSI_LHO_CFG1_LHO15SEL_Pos           28UL
1674 #define UDB_DSI_LHO_CFG1_LHO15SEL_Msk           0xF0000000UL
1675 /* UDB_DSI.LHO_CFG2 */
1676 #define UDB_DSI_LHO_CFG2_LHO16SEL_Pos           0UL
1677 #define UDB_DSI_LHO_CFG2_LHO16SEL_Msk           0xFUL
1678 #define UDB_DSI_LHO_CFG2_LHO17SEL_Pos           4UL
1679 #define UDB_DSI_LHO_CFG2_LHO17SEL_Msk           0xF0UL
1680 #define UDB_DSI_LHO_CFG2_LHO18SEL_Pos           8UL
1681 #define UDB_DSI_LHO_CFG2_LHO18SEL_Msk           0xF00UL
1682 #define UDB_DSI_LHO_CFG2_LHO19SEL_Pos           12UL
1683 #define UDB_DSI_LHO_CFG2_LHO19SEL_Msk           0xF000UL
1684 #define UDB_DSI_LHO_CFG2_LHO20SEL_Pos           16UL
1685 #define UDB_DSI_LHO_CFG2_LHO20SEL_Msk           0xF0000UL
1686 #define UDB_DSI_LHO_CFG2_LHO21SEL_Pos           20UL
1687 #define UDB_DSI_LHO_CFG2_LHO21SEL_Msk           0xF00000UL
1688 #define UDB_DSI_LHO_CFG2_LHO22SEL_Pos           24UL
1689 #define UDB_DSI_LHO_CFG2_LHO22SEL_Msk           0xF000000UL
1690 #define UDB_DSI_LHO_CFG2_LHO23SEL_Pos           28UL
1691 #define UDB_DSI_LHO_CFG2_LHO23SEL_Msk           0xF0000000UL
1692 /* UDB_DSI.LHO_CFG3 */
1693 #define UDB_DSI_LHO_CFG3_LHO24SEL_Pos           0UL
1694 #define UDB_DSI_LHO_CFG3_LHO24SEL_Msk           0xFUL
1695 #define UDB_DSI_LHO_CFG3_LHO25SEL_Pos           4UL
1696 #define UDB_DSI_LHO_CFG3_LHO25SEL_Msk           0xF0UL
1697 #define UDB_DSI_LHO_CFG3_LHO26SEL_Pos           8UL
1698 #define UDB_DSI_LHO_CFG3_LHO26SEL_Msk           0xF00UL
1699 #define UDB_DSI_LHO_CFG3_LHO27SEL_Pos           12UL
1700 #define UDB_DSI_LHO_CFG3_LHO27SEL_Msk           0xF000UL
1701 #define UDB_DSI_LHO_CFG3_LHO28SEL_Pos           16UL
1702 #define UDB_DSI_LHO_CFG3_LHO28SEL_Msk           0xF0000UL
1703 #define UDB_DSI_LHO_CFG3_LHO29SEL_Pos           20UL
1704 #define UDB_DSI_LHO_CFG3_LHO29SEL_Msk           0xF00000UL
1705 #define UDB_DSI_LHO_CFG3_LHO30SEL_Pos           24UL
1706 #define UDB_DSI_LHO_CFG3_LHO30SEL_Msk           0xF000000UL
1707 #define UDB_DSI_LHO_CFG3_LHO31SEL_Pos           28UL
1708 #define UDB_DSI_LHO_CFG3_LHO31SEL_Msk           0xF0000000UL
1709 /* UDB_DSI.LHO_CFG4 */
1710 #define UDB_DSI_LHO_CFG4_LHO32SEL_Pos           0UL
1711 #define UDB_DSI_LHO_CFG4_LHO32SEL_Msk           0xFUL
1712 #define UDB_DSI_LHO_CFG4_LHO33SEL_Pos           4UL
1713 #define UDB_DSI_LHO_CFG4_LHO33SEL_Msk           0xF0UL
1714 #define UDB_DSI_LHO_CFG4_LHO34SEL_Pos           8UL
1715 #define UDB_DSI_LHO_CFG4_LHO34SEL_Msk           0xF00UL
1716 #define UDB_DSI_LHO_CFG4_LHO35SEL_Pos           12UL
1717 #define UDB_DSI_LHO_CFG4_LHO35SEL_Msk           0xF000UL
1718 #define UDB_DSI_LHO_CFG4_LHO36SEL_Pos           16UL
1719 #define UDB_DSI_LHO_CFG4_LHO36SEL_Msk           0xF0000UL
1720 #define UDB_DSI_LHO_CFG4_LHO37SEL_Pos           20UL
1721 #define UDB_DSI_LHO_CFG4_LHO37SEL_Msk           0xF00000UL
1722 #define UDB_DSI_LHO_CFG4_LHO38SEL_Pos           24UL
1723 #define UDB_DSI_LHO_CFG4_LHO38SEL_Msk           0xF000000UL
1724 #define UDB_DSI_LHO_CFG4_LHO39SEL_Pos           28UL
1725 #define UDB_DSI_LHO_CFG4_LHO39SEL_Msk           0xF0000000UL
1726 /* UDB_DSI.LHO_CFG5 */
1727 #define UDB_DSI_LHO_CFG5_LHO40SEL_Pos           0UL
1728 #define UDB_DSI_LHO_CFG5_LHO40SEL_Msk           0xFUL
1729 #define UDB_DSI_LHO_CFG5_LHO41SEL_Pos           4UL
1730 #define UDB_DSI_LHO_CFG5_LHO41SEL_Msk           0xF0UL
1731 #define UDB_DSI_LHO_CFG5_LHO42SEL_Pos           8UL
1732 #define UDB_DSI_LHO_CFG5_LHO42SEL_Msk           0xF00UL
1733 #define UDB_DSI_LHO_CFG5_LHO43SEL_Pos           12UL
1734 #define UDB_DSI_LHO_CFG5_LHO43SEL_Msk           0xF000UL
1735 #define UDB_DSI_LHO_CFG5_LHO44SEL_Pos           16UL
1736 #define UDB_DSI_LHO_CFG5_LHO44SEL_Msk           0xF0000UL
1737 #define UDB_DSI_LHO_CFG5_LHO45SEL_Pos           20UL
1738 #define UDB_DSI_LHO_CFG5_LHO45SEL_Msk           0xF00000UL
1739 #define UDB_DSI_LHO_CFG5_LHO46SEL_Pos           24UL
1740 #define UDB_DSI_LHO_CFG5_LHO46SEL_Msk           0xF000000UL
1741 #define UDB_DSI_LHO_CFG5_LHO47SEL_Pos           28UL
1742 #define UDB_DSI_LHO_CFG5_LHO47SEL_Msk           0xF0000000UL
1743 /* UDB_DSI.LHO_CFG6 */
1744 #define UDB_DSI_LHO_CFG6_LHO48SEL_Pos           0UL
1745 #define UDB_DSI_LHO_CFG6_LHO48SEL_Msk           0xFUL
1746 #define UDB_DSI_LHO_CFG6_LHO49SEL_Pos           4UL
1747 #define UDB_DSI_LHO_CFG6_LHO49SEL_Msk           0xF0UL
1748 #define UDB_DSI_LHO_CFG6_LHO50SEL_Pos           8UL
1749 #define UDB_DSI_LHO_CFG6_LHO50SEL_Msk           0xF00UL
1750 #define UDB_DSI_LHO_CFG6_LHO51SEL_Pos           12UL
1751 #define UDB_DSI_LHO_CFG6_LHO51SEL_Msk           0xF000UL
1752 #define UDB_DSI_LHO_CFG6_LHO52SEL_Pos           16UL
1753 #define UDB_DSI_LHO_CFG6_LHO52SEL_Msk           0xF0000UL
1754 #define UDB_DSI_LHO_CFG6_LHO53SEL_Pos           20UL
1755 #define UDB_DSI_LHO_CFG6_LHO53SEL_Msk           0xF00000UL
1756 #define UDB_DSI_LHO_CFG6_LHO54SEL_Pos           24UL
1757 #define UDB_DSI_LHO_CFG6_LHO54SEL_Msk           0xF000000UL
1758 #define UDB_DSI_LHO_CFG6_LHO55SEL_Pos           28UL
1759 #define UDB_DSI_LHO_CFG6_LHO55SEL_Msk           0xF0000000UL
1760 /* UDB_DSI.LHO_CFG7 */
1761 #define UDB_DSI_LHO_CFG7_LHO56SEL_Pos           0UL
1762 #define UDB_DSI_LHO_CFG7_LHO56SEL_Msk           0xFUL
1763 #define UDB_DSI_LHO_CFG7_LHO57SEL_Pos           4UL
1764 #define UDB_DSI_LHO_CFG7_LHO57SEL_Msk           0xF0UL
1765 #define UDB_DSI_LHO_CFG7_LHO58SEL_Pos           8UL
1766 #define UDB_DSI_LHO_CFG7_LHO58SEL_Msk           0xF00UL
1767 #define UDB_DSI_LHO_CFG7_LHO59SEL_Pos           12UL
1768 #define UDB_DSI_LHO_CFG7_LHO59SEL_Msk           0xF000UL
1769 #define UDB_DSI_LHO_CFG7_LHO60SEL_Pos           16UL
1770 #define UDB_DSI_LHO_CFG7_LHO60SEL_Msk           0xF0000UL
1771 #define UDB_DSI_LHO_CFG7_LHO61SEL_Pos           20UL
1772 #define UDB_DSI_LHO_CFG7_LHO61SEL_Msk           0xF00000UL
1773 #define UDB_DSI_LHO_CFG7_LHO62SEL_Pos           24UL
1774 #define UDB_DSI_LHO_CFG7_LHO62SEL_Msk           0xF000000UL
1775 #define UDB_DSI_LHO_CFG7_LHO63SEL_Pos           28UL
1776 #define UDB_DSI_LHO_CFG7_LHO63SEL_Msk           0xF0000000UL
1777 /* UDB_DSI.LHO_CFG8 */
1778 #define UDB_DSI_LHO_CFG8_LHO64SEL_Pos           0UL
1779 #define UDB_DSI_LHO_CFG8_LHO64SEL_Msk           0xFUL
1780 #define UDB_DSI_LHO_CFG8_LHO65SEL_Pos           4UL
1781 #define UDB_DSI_LHO_CFG8_LHO65SEL_Msk           0xF0UL
1782 #define UDB_DSI_LHO_CFG8_LHO66SEL_Pos           8UL
1783 #define UDB_DSI_LHO_CFG8_LHO66SEL_Msk           0xF00UL
1784 #define UDB_DSI_LHO_CFG8_LHO67SEL_Pos           12UL
1785 #define UDB_DSI_LHO_CFG8_LHO67SEL_Msk           0xF000UL
1786 #define UDB_DSI_LHO_CFG8_LHO68SEL_Pos           16UL
1787 #define UDB_DSI_LHO_CFG8_LHO68SEL_Msk           0xF0000UL
1788 #define UDB_DSI_LHO_CFG8_LHO69SEL_Pos           20UL
1789 #define UDB_DSI_LHO_CFG8_LHO69SEL_Msk           0xF00000UL
1790 #define UDB_DSI_LHO_CFG8_LHO70SEL_Pos           24UL
1791 #define UDB_DSI_LHO_CFG8_LHO70SEL_Msk           0xF000000UL
1792 #define UDB_DSI_LHO_CFG8_LHO71SEL_Pos           28UL
1793 #define UDB_DSI_LHO_CFG8_LHO71SEL_Msk           0xF0000000UL
1794 /* UDB_DSI.LHO_CFG9 */
1795 #define UDB_DSI_LHO_CFG9_LHO72SEL_Pos           0UL
1796 #define UDB_DSI_LHO_CFG9_LHO72SEL_Msk           0xFUL
1797 #define UDB_DSI_LHO_CFG9_LHO73SEL_Pos           4UL
1798 #define UDB_DSI_LHO_CFG9_LHO73SEL_Msk           0xF0UL
1799 #define UDB_DSI_LHO_CFG9_LHO74SEL_Pos           8UL
1800 #define UDB_DSI_LHO_CFG9_LHO74SEL_Msk           0xF00UL
1801 #define UDB_DSI_LHO_CFG9_LHO75SEL_Pos           12UL
1802 #define UDB_DSI_LHO_CFG9_LHO75SEL_Msk           0xF000UL
1803 #define UDB_DSI_LHO_CFG9_LHO76SEL_Pos           16UL
1804 #define UDB_DSI_LHO_CFG9_LHO76SEL_Msk           0xF0000UL
1805 #define UDB_DSI_LHO_CFG9_LHO77SEL_Pos           20UL
1806 #define UDB_DSI_LHO_CFG9_LHO77SEL_Msk           0xF00000UL
1807 #define UDB_DSI_LHO_CFG9_LHO78SEL_Pos           24UL
1808 #define UDB_DSI_LHO_CFG9_LHO78SEL_Msk           0xF000000UL
1809 #define UDB_DSI_LHO_CFG9_LHO79SEL_Pos           28UL
1810 #define UDB_DSI_LHO_CFG9_LHO79SEL_Msk           0xF0000000UL
1811 /* UDB_DSI.LHO_CFG10 */
1812 #define UDB_DSI_LHO_CFG10_LHO80SEL_Pos          0UL
1813 #define UDB_DSI_LHO_CFG10_LHO80SEL_Msk          0xFUL
1814 #define UDB_DSI_LHO_CFG10_LHO81SEL_Pos          4UL
1815 #define UDB_DSI_LHO_CFG10_LHO81SEL_Msk          0xF0UL
1816 #define UDB_DSI_LHO_CFG10_LHO82SEL_Pos          8UL
1817 #define UDB_DSI_LHO_CFG10_LHO82SEL_Msk          0xF00UL
1818 #define UDB_DSI_LHO_CFG10_LHO83SEL_Pos          12UL
1819 #define UDB_DSI_LHO_CFG10_LHO83SEL_Msk          0xF000UL
1820 #define UDB_DSI_LHO_CFG10_LHO84SEL_Pos          16UL
1821 #define UDB_DSI_LHO_CFG10_LHO84SEL_Msk          0xF0000UL
1822 #define UDB_DSI_LHO_CFG10_LHO85SEL_Pos          20UL
1823 #define UDB_DSI_LHO_CFG10_LHO85SEL_Msk          0xF00000UL
1824 #define UDB_DSI_LHO_CFG10_LHO86SEL_Pos          24UL
1825 #define UDB_DSI_LHO_CFG10_LHO86SEL_Msk          0xF000000UL
1826 #define UDB_DSI_LHO_CFG10_LHO87SEL_Pos          28UL
1827 #define UDB_DSI_LHO_CFG10_LHO87SEL_Msk          0xF0000000UL
1828 /* UDB_DSI.LHO_CFG11 */
1829 #define UDB_DSI_LHO_CFG11_LHO88SEL_Pos          0UL
1830 #define UDB_DSI_LHO_CFG11_LHO88SEL_Msk          0xFUL
1831 #define UDB_DSI_LHO_CFG11_LHO89SEL_Pos          4UL
1832 #define UDB_DSI_LHO_CFG11_LHO89SEL_Msk          0xF0UL
1833 #define UDB_DSI_LHO_CFG11_LHO90SEL_Pos          8UL
1834 #define UDB_DSI_LHO_CFG11_LHO90SEL_Msk          0xF00UL
1835 #define UDB_DSI_LHO_CFG11_LHO91SEL_Pos          12UL
1836 #define UDB_DSI_LHO_CFG11_LHO91SEL_Msk          0xF000UL
1837 #define UDB_DSI_LHO_CFG11_LHO92SEL_Pos          16UL
1838 #define UDB_DSI_LHO_CFG11_LHO92SEL_Msk          0xF0000UL
1839 #define UDB_DSI_LHO_CFG11_LHO93SEL_Pos          20UL
1840 #define UDB_DSI_LHO_CFG11_LHO93SEL_Msk          0xF00000UL
1841 #define UDB_DSI_LHO_CFG11_LHO94SEL_Pos          24UL
1842 #define UDB_DSI_LHO_CFG11_LHO94SEL_Msk          0xF000000UL
1843 #define UDB_DSI_LHO_CFG11_LHO95SEL_Pos          28UL
1844 #define UDB_DSI_LHO_CFG11_LHO95SEL_Msk          0xF0000000UL
1845 
1846 
1847 /* UDB_PA.CFG0 */
1848 #define UDB_PA_CFG0_CLKIN_EN_SEL_Pos            0UL
1849 #define UDB_PA_CFG0_CLKIN_EN_SEL_Msk            0x3UL
1850 #define UDB_PA_CFG0_CLKIN_EN_MODE_Pos           2UL
1851 #define UDB_PA_CFG0_CLKIN_EN_MODE_Msk           0xCUL
1852 #define UDB_PA_CFG0_CLKIN_EN_INV_Pos            4UL
1853 #define UDB_PA_CFG0_CLKIN_EN_INV_Msk            0x10UL
1854 #define UDB_PA_CFG0_CLKIN_INV_Pos               5UL
1855 #define UDB_PA_CFG0_CLKIN_INV_Msk               0x20UL
1856 /* UDB_PA.CFG1 */
1857 #define UDB_PA_CFG1_CLKOUT_EN_SEL_Pos           0UL
1858 #define UDB_PA_CFG1_CLKOUT_EN_SEL_Msk           0x3UL
1859 #define UDB_PA_CFG1_CLKOUT_EN_MODE_Pos          2UL
1860 #define UDB_PA_CFG1_CLKOUT_EN_MODE_Msk          0xCUL
1861 #define UDB_PA_CFG1_CLKOUT_EN_INV_Pos           4UL
1862 #define UDB_PA_CFG1_CLKOUT_EN_INV_Msk           0x10UL
1863 #define UDB_PA_CFG1_CLKOUT_INV_Pos              5UL
1864 #define UDB_PA_CFG1_CLKOUT_INV_Msk              0x20UL
1865 /* UDB_PA.CFG2 */
1866 #define UDB_PA_CFG2_CLKIN_SEL_Pos               0UL
1867 #define UDB_PA_CFG2_CLKIN_SEL_Msk               0xFUL
1868 #define UDB_PA_CFG2_CLKOUT_SEL_Pos              4UL
1869 #define UDB_PA_CFG2_CLKOUT_SEL_Msk              0xF0UL
1870 /* UDB_PA.CFG3 */
1871 #define UDB_PA_CFG3_RES_IN_SEL_Pos              0UL
1872 #define UDB_PA_CFG3_RES_IN_SEL_Msk              0x3UL
1873 #define UDB_PA_CFG3_RES_IN_INV_Pos              2UL
1874 #define UDB_PA_CFG3_RES_IN_INV_Msk              0x4UL
1875 #define UDB_PA_CFG3_RES_OUT_SEL_Pos             4UL
1876 #define UDB_PA_CFG3_RES_OUT_SEL_Msk             0x30UL
1877 #define UDB_PA_CFG3_RES_OUT_INV_Pos             6UL
1878 #define UDB_PA_CFG3_RES_OUT_INV_Msk             0x40UL
1879 /* UDB_PA.CFG4 */
1880 #define UDB_PA_CFG4_RES_IN_EN_Pos               0UL
1881 #define UDB_PA_CFG4_RES_IN_EN_Msk               0x1UL
1882 #define UDB_PA_CFG4_RES_OUT_EN_Pos              1UL
1883 #define UDB_PA_CFG4_RES_OUT_EN_Msk              0x2UL
1884 #define UDB_PA_CFG4_RES_OE_EN_Pos               2UL
1885 #define UDB_PA_CFG4_RES_OE_EN_Msk               0x4UL
1886 /* UDB_PA.CFG5 */
1887 #define UDB_PA_CFG5_PIN_SEL_Pos                 0UL
1888 #define UDB_PA_CFG5_PIN_SEL_Msk                 0x7UL
1889 /* UDB_PA.CFG6 */
1890 #define UDB_PA_CFG6_IN_SYNC0_Pos                0UL
1891 #define UDB_PA_CFG6_IN_SYNC0_Msk                0x3UL
1892 #define UDB_PA_CFG6_IN_SYNC1_Pos                2UL
1893 #define UDB_PA_CFG6_IN_SYNC1_Msk                0xCUL
1894 #define UDB_PA_CFG6_IN_SYNC2_Pos                4UL
1895 #define UDB_PA_CFG6_IN_SYNC2_Msk                0x30UL
1896 #define UDB_PA_CFG6_IN_SYNC3_Pos                6UL
1897 #define UDB_PA_CFG6_IN_SYNC3_Msk                0xC0UL
1898 /* UDB_PA.CFG7 */
1899 #define UDB_PA_CFG7_IN_SYNC4_Pos                0UL
1900 #define UDB_PA_CFG7_IN_SYNC4_Msk                0x3UL
1901 #define UDB_PA_CFG7_IN_SYNC5_Pos                2UL
1902 #define UDB_PA_CFG7_IN_SYNC5_Msk                0xCUL
1903 #define UDB_PA_CFG7_IN_SYNC6_Pos                4UL
1904 #define UDB_PA_CFG7_IN_SYNC6_Msk                0x30UL
1905 #define UDB_PA_CFG7_IN_SYNC7_Pos                6UL
1906 #define UDB_PA_CFG7_IN_SYNC7_Msk                0xC0UL
1907 /* UDB_PA.CFG8 */
1908 #define UDB_PA_CFG8_OUT_SYNC0_Pos               0UL
1909 #define UDB_PA_CFG8_OUT_SYNC0_Msk               0x3UL
1910 #define UDB_PA_CFG8_OUT_SYNC1_Pos               2UL
1911 #define UDB_PA_CFG8_OUT_SYNC1_Msk               0xCUL
1912 #define UDB_PA_CFG8_OUT_SYNC2_Pos               4UL
1913 #define UDB_PA_CFG8_OUT_SYNC2_Msk               0x30UL
1914 #define UDB_PA_CFG8_OUT_SYNC3_Pos               6UL
1915 #define UDB_PA_CFG8_OUT_SYNC3_Msk               0xC0UL
1916 /* UDB_PA.CFG9 */
1917 #define UDB_PA_CFG9_OUT_SYNC4_Pos               0UL
1918 #define UDB_PA_CFG9_OUT_SYNC4_Msk               0x3UL
1919 #define UDB_PA_CFG9_OUT_SYNC5_Pos               2UL
1920 #define UDB_PA_CFG9_OUT_SYNC5_Msk               0xCUL
1921 #define UDB_PA_CFG9_OUT_SYNC6_Pos               4UL
1922 #define UDB_PA_CFG9_OUT_SYNC6_Msk               0x30UL
1923 #define UDB_PA_CFG9_OUT_SYNC7_Pos               6UL
1924 #define UDB_PA_CFG9_OUT_SYNC7_Msk               0xC0UL
1925 /* UDB_PA.CFG10 */
1926 #define UDB_PA_CFG10_DATA_SEL0_Pos              0UL
1927 #define UDB_PA_CFG10_DATA_SEL0_Msk              0x3UL
1928 #define UDB_PA_CFG10_DATA_SEL1_Pos              2UL
1929 #define UDB_PA_CFG10_DATA_SEL1_Msk              0xCUL
1930 #define UDB_PA_CFG10_DATA_SEL2_Pos              4UL
1931 #define UDB_PA_CFG10_DATA_SEL2_Msk              0x30UL
1932 #define UDB_PA_CFG10_DATA_SEL3_Pos              6UL
1933 #define UDB_PA_CFG10_DATA_SEL3_Msk              0xC0UL
1934 /* UDB_PA.CFG11 */
1935 #define UDB_PA_CFG11_DATA_SEL4_Pos              0UL
1936 #define UDB_PA_CFG11_DATA_SEL4_Msk              0x3UL
1937 #define UDB_PA_CFG11_DATA_SEL5_Pos              2UL
1938 #define UDB_PA_CFG11_DATA_SEL5_Msk              0xCUL
1939 #define UDB_PA_CFG11_DATA_SEL6_Pos              4UL
1940 #define UDB_PA_CFG11_DATA_SEL6_Msk              0x30UL
1941 #define UDB_PA_CFG11_DATA_SEL7_Pos              6UL
1942 #define UDB_PA_CFG11_DATA_SEL7_Msk              0xC0UL
1943 /* UDB_PA.CFG12 */
1944 #define UDB_PA_CFG12_OE_SEL0_Pos                0UL
1945 #define UDB_PA_CFG12_OE_SEL0_Msk                0x3UL
1946 #define UDB_PA_CFG12_OE_SEL1_Pos                2UL
1947 #define UDB_PA_CFG12_OE_SEL1_Msk                0xCUL
1948 #define UDB_PA_CFG12_OE_SEL2_Pos                4UL
1949 #define UDB_PA_CFG12_OE_SEL2_Msk                0x30UL
1950 #define UDB_PA_CFG12_OE_SEL3_Pos                6UL
1951 #define UDB_PA_CFG12_OE_SEL3_Msk                0xC0UL
1952 /* UDB_PA.CFG13 */
1953 #define UDB_PA_CFG13_OE_SEL4_Pos                0UL
1954 #define UDB_PA_CFG13_OE_SEL4_Msk                0x3UL
1955 #define UDB_PA_CFG13_OE_SEL5_Pos                2UL
1956 #define UDB_PA_CFG13_OE_SEL5_Msk                0xCUL
1957 #define UDB_PA_CFG13_OE_SEL6_Pos                4UL
1958 #define UDB_PA_CFG13_OE_SEL6_Msk                0x30UL
1959 #define UDB_PA_CFG13_OE_SEL7_Pos                6UL
1960 #define UDB_PA_CFG13_OE_SEL7_Msk                0xC0UL
1961 /* UDB_PA.CFG14 */
1962 #define UDB_PA_CFG14_OE_SYNC0_Pos               0UL
1963 #define UDB_PA_CFG14_OE_SYNC0_Msk               0x3UL
1964 #define UDB_PA_CFG14_OE_SYNC1_Pos               2UL
1965 #define UDB_PA_CFG14_OE_SYNC1_Msk               0xCUL
1966 #define UDB_PA_CFG14_OE_SYNC2_Pos               4UL
1967 #define UDB_PA_CFG14_OE_SYNC2_Msk               0x30UL
1968 #define UDB_PA_CFG14_OE_SYNC3_Pos               6UL
1969 #define UDB_PA_CFG14_OE_SYNC3_Msk               0xC0UL
1970 
1971 
1972 /* UDB_BCTL.MDCLK_EN */
1973 #define UDB_BCTL_MDCLK_EN_DCEN_Pos              0UL
1974 #define UDB_BCTL_MDCLK_EN_DCEN_Msk              0xFFUL
1975 /* UDB_BCTL.MBCLK_EN */
1976 #define UDB_BCTL_MBCLK_EN_BCEN_Pos              0UL
1977 #define UDB_BCTL_MBCLK_EN_BCEN_Msk              0x1UL
1978 /* UDB_BCTL.BOTSEL_L */
1979 #define UDB_BCTL_BOTSEL_L_CLK_SEL0_Pos          0UL
1980 #define UDB_BCTL_BOTSEL_L_CLK_SEL0_Msk          0x3UL
1981 #define UDB_BCTL_BOTSEL_L_CLK_SEL1_Pos          2UL
1982 #define UDB_BCTL_BOTSEL_L_CLK_SEL1_Msk          0xCUL
1983 #define UDB_BCTL_BOTSEL_L_CLK_SEL2_Pos          4UL
1984 #define UDB_BCTL_BOTSEL_L_CLK_SEL2_Msk          0x30UL
1985 #define UDB_BCTL_BOTSEL_L_CLK_SEL3_Pos          6UL
1986 #define UDB_BCTL_BOTSEL_L_CLK_SEL3_Msk          0xC0UL
1987 /* UDB_BCTL.BOTSEL_U */
1988 #define UDB_BCTL_BOTSEL_U_CLK_SEL4_Pos          0UL
1989 #define UDB_BCTL_BOTSEL_U_CLK_SEL4_Msk          0x3UL
1990 #define UDB_BCTL_BOTSEL_U_CLK_SEL5_Pos          2UL
1991 #define UDB_BCTL_BOTSEL_U_CLK_SEL5_Msk          0xCUL
1992 #define UDB_BCTL_BOTSEL_U_CLK_SEL6_Pos          4UL
1993 #define UDB_BCTL_BOTSEL_U_CLK_SEL6_Msk          0x30UL
1994 #define UDB_BCTL_BOTSEL_U_CLK_SEL7_Pos          6UL
1995 #define UDB_BCTL_BOTSEL_U_CLK_SEL7_Msk          0xC0UL
1996 /* UDB_BCTL.QCLK_EN */
1997 #define UDB_BCTL_QCLK_EN_DCEN_Q_Pos             0UL
1998 #define UDB_BCTL_QCLK_EN_DCEN_Q_Msk             0xFFUL
1999 #define UDB_BCTL_QCLK_EN_BCEN_Q_Pos             8UL
2000 #define UDB_BCTL_QCLK_EN_BCEN_Q_Msk             0x100UL
2001 #define UDB_BCTL_QCLK_EN_DISABLE_ROUTE_Pos      11UL
2002 #define UDB_BCTL_QCLK_EN_DISABLE_ROUTE_Msk      0x800UL
2003 
2004 
2005 /* UDB_UDBIF.BANK_CTL */
2006 #define UDB_UDBIF_BANK_CTL_DIS_COR_Pos          0UL
2007 #define UDB_UDBIF_BANK_CTL_DIS_COR_Msk          0x1UL
2008 #define UDB_UDBIF_BANK_CTL_ROUTE_EN_Pos         1UL
2009 #define UDB_UDBIF_BANK_CTL_ROUTE_EN_Msk         0x2UL
2010 #define UDB_UDBIF_BANK_CTL_BANK_EN_Pos          2UL
2011 #define UDB_UDBIF_BANK_CTL_BANK_EN_Msk          0x4UL
2012 #define UDB_UDBIF_BANK_CTL_READ_WAIT_Pos        8UL
2013 #define UDB_UDBIF_BANK_CTL_READ_WAIT_Msk        0x100UL
2014 /* UDB_UDBIF.INT_CLK_CTL */
2015 #define UDB_UDBIF_INT_CLK_CTL_INT_CLK_ENABLE_Pos 0UL
2016 #define UDB_UDBIF_INT_CLK_CTL_INT_CLK_ENABLE_Msk 0x1UL
2017 /* UDB_UDBIF.INT_CFG */
2018 #define UDB_UDBIF_INT_CFG_INT_MODE_CFG_Pos      0UL
2019 #define UDB_UDBIF_INT_CFG_INT_MODE_CFG_Msk      0xFFFFFFFFUL
2020 /* UDB_UDBIF.TR_CLK_CTL */
2021 #define UDB_UDBIF_TR_CLK_CTL_TR_CLOCK_ENABLE_Pos 0UL
2022 #define UDB_UDBIF_TR_CLK_CTL_TR_CLOCK_ENABLE_Msk 0x1UL
2023 /* UDB_UDBIF.TR_CFG */
2024 #define UDB_UDBIF_TR_CFG_TR_MODE_CFG_Pos        0UL
2025 #define UDB_UDBIF_TR_CFG_TR_MODE_CFG_Msk        0xFFFFFFFFUL
2026 /* UDB_UDBIF.PRIVATE */
2027 #define UDB_UDBIF_PRIVATE_PIPELINE_MD_Pos       0UL
2028 #define UDB_UDBIF_PRIVATE_PIPELINE_MD_Msk       0x1UL
2029 
2030 
2031 #endif /* _CYIP_UDB_H_ */
2032 
2033 
2034 /* [] END OF FILE */
2035