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