1 //<MStar Software> 2 //****************************************************************************** 3 // MStar Software 4 // Copyright (c) 2010 - 2012 MStar Semiconductor, Inc. All rights reserved. 5 // All software, firmware and related documentation herein ("MStar Software") are 6 // intellectual property of MStar Semiconductor, Inc. ("MStar") and protected by 7 // law, including, but not limited to, copyright law and international treaties. 8 // Any use, modification, reproduction, retransmission, or republication of all 9 // or part of MStar Software is expressly prohibited, unless prior written 10 // permission has been granted by MStar. 11 // 12 // By accessing, browsing and/or using MStar Software, you acknowledge that you 13 // have read, understood, and agree, to be bound by below terms ("Terms") and to 14 // comply with all applicable laws and regulations: 15 // 16 // 1. MStar shall retain any and all right, ownership and interest to MStar 17 // Software and any modification/derivatives thereof. 18 // No right, ownership, or interest to MStar Software and any 19 // modification/derivatives thereof is transferred to you under Terms. 20 // 21 // 2. You understand that MStar Software might include, incorporate or be 22 // supplied together with third party`s software and the use of MStar 23 // Software may require additional licenses from third parties. 24 // Therefore, you hereby agree it is your sole responsibility to separately 25 // obtain any and all third party right and license necessary for your use of 26 // such third party`s software. 27 // 28 // 3. MStar Software and any modification/derivatives thereof shall be deemed as 29 // MStar`s confidential information and you agree to keep MStar`s 30 // confidential information in strictest confidence and not disclose to any 31 // third party. 32 // 33 // 4. MStar Software is provided on an "AS IS" basis without warranties of any 34 // kind. Any warranties are hereby expressly disclaimed by MStar, including 35 // without limitation, any warranties of merchantability, non-infringement of 36 // intellectual property rights, fitness for a particular purpose, error free 37 // and in conformity with any international standard. You agree to waive any 38 // claim against MStar for any loss, damage, cost or expense that you may 39 // incur related to your use of MStar Software. 40 // In no event shall MStar be liable for any direct, indirect, incidental or 41 // consequential damages, including without limitation, lost of profit or 42 // revenues, lost or damage of data, and unauthorized system use. 43 // You agree that this Section 4 shall still apply without being affected 44 // even if MStar Software has been modified by MStar in accordance with your 45 // request or instruction for your use, except otherwise agreed by both 46 // parties in writing. 47 // 48 // 5. If requested, MStar may from time to time provide technical supports or 49 // services in relation with MStar Software to you for your use of 50 // MStar Software in conjunction with your or your customer`s product 51 // ("Services"). 52 // You understand and agree that, except otherwise agreed by both parties in 53 // writing, Services are provided on an "AS IS" basis and the warranty 54 // disclaimer set forth in Section 4 above shall apply. 55 // 56 // 6. Nothing contained herein shall be construed as by implication, estoppels 57 // or otherwise: 58 // (a) conferring any license or right to use MStar name, trademark, service 59 // mark, symbol or any other identification; 60 // (b) obligating MStar or any of its affiliates to furnish any person, 61 // including without limitation, you and your customers, any assistance 62 // of any kind whatsoever, or any information; or 63 // (c) conferring any license or right under any intellectual property right. 64 // 65 // 7. These terms shall be governed by and construed in accordance with the laws 66 // of Taiwan, R.O.C., excluding its conflict of law rules. 67 // Any and all dispute arising out hereof or related hereto shall be finally 68 // settled by arbitration referred to the Chinese Arbitration Association, 69 // Taipei in accordance with the ROC Arbitration Law and the Arbitration 70 // Rules of the Association by three (3) arbitrators appointed in accordance 71 // with the said Rules. 72 // The place of arbitration shall be in Taipei, Taiwan and the language shall 73 // be English. 74 // The arbitration award shall be final and binding to both parties. 75 // 76 //****************************************************************************** 77 //<MStar Software> 78 //////////////////////////////////////////////////////////////////////////////// 79 // 80 // Copyright (c) 2008-2009 MStar Semiconductor, Inc. 81 // All rights reserved. 82 // 83 // Unless otherwise stipulated in writing, any and all information contained 84 // herein regardless in any format shall remain the sole proprietary of 85 // MStar Semiconductor Inc. and be kept in strict confidence 86 // ("; MStar; Confidential; Information;") by the recipient. 87 // Any unauthorized act including without limitation unauthorized disclosure, 88 // copying, use, reproduction, sale, distribution, modification, disassembling, 89 // reverse engineering and compiling of the contents of MStar Confidential 90 // Information is unlawful and strictly prohibited. MStar hereby reserves the 91 // rights to any and all damages, losses, costs and expenses resulting therefrom. 92 // 93 //////////////////////////////////////////////////////////////////////////////// 94 95 //**************************************************** 96 // TCON Drive Chip : Titania3_TCON_Driver 97 // TCON Excel CodeGen Version: 1.04 98 // TCON Excel SW Version: 1.00 99 // TCON Excel update date : 2009/10/15 23:08 100 //**************************************************** 101 102 #ifndef _DRVTCON_TBL_H_ 103 #define _DRVTCON_TBL_H_ 104 105 #ifdef __cplusplus 106 extern "C" 107 { 108 #endif 109 110 #define DRV_TCON_REG(reg) ((reg>>8)&0xFF), (reg&0xFF) 111 #define REG_ADDR_SIZE 2 112 #define REG_MASK_SIZE 1 113 #define REG_TABLE_END 0xFFFF 114 115 //#define _PK_L_(bank, addr) ((U16)(bank << 8) | (addr)) 116 //#define _PK_H_(bank, addr) ((U16)((bank|0x80) << 8) | (addr)) 117 118 119 #define REG_TC_GAMMA_BASE 0x0000UL 120 #define REG_TC_CLK_GEN_BASE 0x0B00UL 121 #define REG_TC_CHIP_TOP_BASE 0x1E00UL 122 #define REG_TC_TCON_BASE 0x3000UL 123 #define REG_TC_LPLL_BASE 0x3100UL 124 #define REG_TC_SC_BASE 0x2F00UL 125 #define REG_TC_MOD_BASE 0x3200UL 126 127 typedef enum 128 { 129 TCON_TABTYPE_GENERAL, 130 TCON_TABTYPE_GPIO, 131 TCON_TABTYPE_SCALER, 132 TCON_TABTYPE_MOD, 133 TCON_TABTYPE_GAMMA, 134 TCON_TABTYPE_POWER_SEQUENCE_ON, 135 TCON_TABTYPE_POWER_SEQUENCE_OFF, 136 } E_TCON_TAB_TYPE; 137 138 typedef enum 139 { 140 TCON_SIGNAL_POL, 141 TCON_SIGNAL_VGH, 142 TCON_SIGNAL_SOE, 143 TCON_SIGNAL_VST, 144 TCON_SIGNAL_GCLK, 145 TCON_SIGNAL_NUMS, 146 } E_TCON_POWER_SEQUENCE_SIGNAL_TYPE; 147 148 typedef struct 149 { 150 MS_U8 *pTConInitTab; 151 E_TCON_TAB_TYPE eInittype; 152 MS_U8 *pTConInit_GPIOTab; 153 E_TCON_TAB_TYPE eInit_GPIOtype; 154 MS_U8 *pTConInit_SCTab; 155 E_TCON_TAB_TYPE eInit_SCtype; 156 MS_U8 *pTConInit_MODTab; 157 E_TCON_TAB_TYPE eInit_MODtype; 158 MS_U8 *pTConGammaTab; 159 E_TCON_TAB_TYPE eGammatype; 160 MS_U8 *pTConPower_Sequence_OnTab; 161 E_TCON_TAB_TYPE ePower_Sequence_Ontype; 162 MS_U8 *pTConPower_Sequence_OffTab; 163 E_TCON_TAB_TYPE ePower_Sequence_Offtype; 164 } TCON_TAB_INFO; 165 166 typedef enum 167 { 168 TCON_PANEL_LG42v5, 169 TCON_PANEL_LG47v5, 170 TCON_PANEL_LG47LTD, 171 TCON_PANEL_NUMS, 172 } E_TCON_PANEL_INDEX; 173 174 extern TCON_TAB_INFO TConMAP_Main[TCON_PANEL_NUMS]; 175 176 typedef enum 177 { 178 TCON_TAB_LG42v5_Init_ALL, 179 TCON_TAB_LG42v5_Init_NUMS 180 } E_TCON_LG42v5_Init_TYPE; 181 182 typedef enum 183 { 184 TCON_TAB_LG42v5_Init_GPIO_ALL, 185 TCON_TAB_LG42v5_Init_GPIO_NUMS 186 } E_TCON_LG42v5_Init_GPIO_TYPE; 187 188 typedef enum 189 { 190 TCON_TAB_LG42v5_Init_SC_ALL, 191 TCON_TAB_LG42v5_Init_SC_NUMS 192 } E_TCON_LG42v5_Init_SC_TYPE; 193 194 typedef enum 195 { 196 TCON_TAB_LG42v5_Init_MOD_ALL, 197 TCON_TAB_LG42v5_Init_MOD_NUMS 198 } E_TCON_LG42v5_Init_MOD_TYPE; 199 200 typedef enum 201 { 202 TCON_TAB_LG42v5_Power_Sequence_On_ALL, 203 TCON_TAB_LG42v5_Power_Sequence_On_Delay_Ready, 204 TCON_TAB_LG42v5_Power_Sequence_On_Delay_Time, 205 TCON_TAB_LG42v5_Power_Sequence_On_Signal_Type, 206 TCON_TAB_LG42v5_Power_Sequence_On_NUMS 207 } E_TCON_LG42v5_Power_Sequence_On_TYPE; 208 209 typedef enum 210 { 211 TCON_TAB_LG42v5_Power_Sequence_Off_ALL, 212 TCON_TAB_LG42v5_Power_Sequence_Off_Delay_Ready, 213 TCON_TAB_LG42v5_Power_Sequence_Off_Delay_Time, 214 TCON_TAB_LG42v5_Power_Sequence_Off_Signal_Type, 215 TCON_TAB_LG42v5_Power_Sequence_Off_NUMS 216 } E_TCON_LG42v5_Power_Sequence_Off_TYPE; 217 218 typedef enum 219 { 220 TCON_TAB_LG47v5_Init_ALL, 221 TCON_TAB_LG47v5_Init_NUMS 222 } E_TCON_LG47v5_Init_TYPE; 223 224 typedef enum 225 { 226 TCON_TAB_LG47v5_Init_GPIO_ALL, 227 TCON_TAB_LG47v5_Init_GPIO_NUMS 228 } E_TCON_LG47v5_Init_GPIO_TYPE; 229 230 typedef enum 231 { 232 TCON_TAB_LG47v5_Init_SC_ALL, 233 TCON_TAB_LG47v5_Init_SC_NUMS 234 } E_TCON_LG47v5_Init_SC_TYPE; 235 236 typedef enum 237 { 238 TCON_TAB_LG47v5_Init_MOD_ALL, 239 TCON_TAB_LG47v5_Init_MOD_NUMS 240 } E_TCON_LG47v5_Init_MOD_TYPE; 241 242 typedef enum 243 { 244 TCON_TAB_LG47v5_Power_Sequence_On_ALL, 245 TCON_TAB_LG47v5_Power_Sequence_On_Delay_Ready, 246 TCON_TAB_LG47v5_Power_Sequence_On_Delay_Time, 247 TCON_TAB_LG47v5_Power_Sequence_On_Signal_Type, 248 TCON_TAB_LG47v5_Power_Sequence_On_NUMS 249 } E_TCON_LG47v5_Power_Sequence_On_TYPE; 250 251 typedef enum 252 { 253 TCON_TAB_LG47v5_Power_Sequence_Off_ALL, 254 TCON_TAB_LG47v5_Power_Sequence_Off_Delay_Ready, 255 TCON_TAB_LG47v5_Power_Sequence_Off_Delay_Time, 256 TCON_TAB_LG47v5_Power_Sequence_Off_Signal_Type, 257 TCON_TAB_LG47v5_Power_Sequence_Off_NUMS 258 } E_TCON_LG47v5_Power_Sequence_Off_TYPE; 259 260 typedef enum 261 { 262 TCON_TAB_LG47LTD_Init_ALL, 263 TCON_TAB_LG47LTD_Init_NUMS 264 } E_TCON_LG47LTD_Init_TYPE; 265 266 typedef enum 267 { 268 TCON_TAB_LG47LTD_Init_GPIO_ALL, 269 TCON_TAB_LG47LTD_Init_GPIO_NUMS 270 } E_TCON_LG47LTD_Init_GPIO_TYPE; 271 272 typedef enum 273 { 274 TCON_TAB_LG47LTD_Init_SC_ALL, 275 TCON_TAB_LG47LTD_Init_SC_NUMS 276 } E_TCON_LG47LTD_Init_SC_TYPE; 277 278 typedef enum 279 { 280 TCON_TAB_LG47LTD_Init_MOD_ALL, 281 TCON_TAB_LG47LTD_Init_MOD_NUMS 282 } E_TCON_LG47LTD_Init_MOD_TYPE; 283 284 typedef enum 285 { 286 TCON_TAB_LG47LTD_Power_Sequence_On_ALL, 287 TCON_TAB_LG47LTD_Power_Sequence_On_Delay_Ready, 288 TCON_TAB_LG47LTD_Power_Sequence_On_Delay_Time, 289 TCON_TAB_LG47LTD_Power_Sequence_On_Signal_Type, 290 TCON_TAB_LG47LTD_Power_Sequence_On_NUMS 291 } E_TCON_LG47LTD_Power_Sequence_On_TYPE; 292 293 typedef enum 294 { 295 TCON_TAB_LG47LTD_Power_Sequence_Off_ALL, 296 TCON_TAB_LG47LTD_Power_Sequence_Off_Delay_Ready, 297 TCON_TAB_LG47LTD_Power_Sequence_Off_Delay_Time, 298 TCON_TAB_LG47LTD_Power_Sequence_Off_Signal_Type, 299 TCON_TAB_LG47LTD_Power_Sequence_Off_NUMS 300 } E_TCON_LG47LTD_Power_Sequence_Off_TYPE; 301 302 //------------------------------------------------------------------------------------------------- 303 // register define used for TCON table 304 //------------------------------------------------------------------------------------------------- 305 306 #define REG_TC_GAMMA_00 (REG_TC_GAMMA_BASE + 0x00) 307 #define REG_TC_GAMMA_01 (REG_TC_GAMMA_BASE + 0x01) 308 #define REG_TC_GAMMA_02 (REG_TC_GAMMA_BASE + 0x02) 309 #define REG_TC_GAMMA_03 (REG_TC_GAMMA_BASE + 0x03) 310 #define REG_TC_GAMMA_04 (REG_TC_GAMMA_BASE + 0x04) 311 #define REG_TC_GAMMA_05 (REG_TC_GAMMA_BASE + 0x05) 312 #define REG_TC_GAMMA_06 (REG_TC_GAMMA_BASE + 0x06) 313 #define REG_TC_GAMMA_07 (REG_TC_GAMMA_BASE + 0x07) 314 #define REG_TC_GAMMA_08 (REG_TC_GAMMA_BASE + 0x08) 315 #define REG_TC_GAMMA_09 (REG_TC_GAMMA_BASE + 0x09) 316 #define REG_TC_GAMMA_0A (REG_TC_GAMMA_BASE + 0x0A) 317 #define REG_TC_GAMMA_0B (REG_TC_GAMMA_BASE + 0x0B) 318 #define REG_TC_GAMMA_0C (REG_TC_GAMMA_BASE + 0x0C) 319 #define REG_TC_GAMMA_0D (REG_TC_GAMMA_BASE + 0x0D) 320 #define REG_TC_GAMMA_0E (REG_TC_GAMMA_BASE + 0x0E) 321 #define REG_TC_GAMMA_0F (REG_TC_GAMMA_BASE + 0x0F) 322 #define REG_TC_GAMMA_10 (REG_TC_GAMMA_BASE + 0x10) 323 #define REG_TC_GAMMA_11 (REG_TC_GAMMA_BASE + 0x11) 324 #define REG_TC_GAMMA_12 (REG_TC_GAMMA_BASE + 0x12) 325 #define REG_TC_GAMMA_13 (REG_TC_GAMMA_BASE + 0x13) 326 #define REG_TC_GAMMA_14 (REG_TC_GAMMA_BASE + 0x14) 327 #define REG_TC_GAMMA_15 (REG_TC_GAMMA_BASE + 0x15) 328 #define REG_TC_GAMMA_16 (REG_TC_GAMMA_BASE + 0x16) 329 #define REG_TC_GAMMA_17 (REG_TC_GAMMA_BASE + 0x17) 330 #define REG_TC_GAMMA_18 (REG_TC_GAMMA_BASE + 0x18) 331 #define REG_TC_GAMMA_19 (REG_TC_GAMMA_BASE + 0x19) 332 #define REG_TC_GAMMA_1A (REG_TC_GAMMA_BASE + 0x1A) 333 #define REG_TC_GAMMA_1B (REG_TC_GAMMA_BASE + 0x1B) 334 #define REG_TC_GAMMA_1C (REG_TC_GAMMA_BASE + 0x1C) 335 #define REG_TC_GAMMA_1D (REG_TC_GAMMA_BASE + 0x1D) 336 #define REG_TC_GAMMA_1E (REG_TC_GAMMA_BASE + 0x1E) 337 #define REG_TC_GAMMA_1F (REG_TC_GAMMA_BASE + 0x1F) 338 #define REG_TC_GAMMA_20 (REG_TC_GAMMA_BASE + 0x20) 339 #define REG_TC_GAMMA_21 (REG_TC_GAMMA_BASE + 0x21) 340 #define REG_TC_GAMMA_22 (REG_TC_GAMMA_BASE + 0x22) 341 #define REG_TC_GAMMA_23 (REG_TC_GAMMA_BASE + 0x23) 342 #define REG_TC_GAMMA_24 (REG_TC_GAMMA_BASE + 0x24) 343 #define REG_TC_GAMMA_25 (REG_TC_GAMMA_BASE + 0x25) 344 #define REG_TC_GAMMA_26 (REG_TC_GAMMA_BASE + 0x26) 345 #define REG_TC_GAMMA_27 (REG_TC_GAMMA_BASE + 0x27) 346 #define REG_TC_GAMMA_28 (REG_TC_GAMMA_BASE + 0x28) 347 #define REG_TC_GAMMA_29 (REG_TC_GAMMA_BASE + 0x29) 348 #define REG_TC_GAMMA_2A (REG_TC_GAMMA_BASE + 0x2A) 349 #define REG_TC_GAMMA_2B (REG_TC_GAMMA_BASE + 0x2B) 350 #define REG_TC_GAMMA_2C (REG_TC_GAMMA_BASE + 0x2C) 351 #define REG_TC_GAMMA_2D (REG_TC_GAMMA_BASE + 0x2D) 352 #define REG_TC_GAMMA_2E (REG_TC_GAMMA_BASE + 0x2E) 353 #define REG_TC_GAMMA_2F (REG_TC_GAMMA_BASE + 0x2F) 354 #define REG_TC_GAMMA_30 (REG_TC_GAMMA_BASE + 0x30) 355 #define REG_TC_GAMMA_31 (REG_TC_GAMMA_BASE + 0x31) 356 #define REG_TC_GAMMA_32 (REG_TC_GAMMA_BASE + 0x32) 357 #define REG_TC_GAMMA_33 (REG_TC_GAMMA_BASE + 0x33) 358 #define REG_TC_GAMMA_34 (REG_TC_GAMMA_BASE + 0x34) 359 #define REG_TC_GAMMA_35 (REG_TC_GAMMA_BASE + 0x35) 360 #define REG_TC_GAMMA_36 (REG_TC_GAMMA_BASE + 0x36) 361 #define REG_TC_GAMMA_37 (REG_TC_GAMMA_BASE + 0x37) 362 #define REG_TC_GAMMA_38 (REG_TC_GAMMA_BASE + 0x38) 363 #define REG_TC_GAMMA_39 (REG_TC_GAMMA_BASE + 0x39) 364 #define REG_TC_GAMMA_3A (REG_TC_GAMMA_BASE + 0x3A) 365 #define REG_TC_GAMMA_3B (REG_TC_GAMMA_BASE + 0x3B) 366 #define REG_TC_GAMMA_3C (REG_TC_GAMMA_BASE + 0x3C) 367 #define REG_TC_GAMMA_3D (REG_TC_GAMMA_BASE + 0x3D) 368 #define REG_TC_GAMMA_3E (REG_TC_GAMMA_BASE + 0x3E) 369 #define REG_TC_GAMMA_3F (REG_TC_GAMMA_BASE + 0x3F) 370 371 #define REG_TC_CLK_GEN_00_L (REG_TC_CLK_GEN_BASE + 0x00) 372 #define REG_TC_CLK_GEN_00_H (REG_TC_CLK_GEN_BASE + 0x01) 373 #define REG_TC_CLK_GEN_01_L (REG_TC_CLK_GEN_BASE + 0x02) 374 #define REG_TC_CLK_GEN_01_H (REG_TC_CLK_GEN_BASE + 0x03) 375 #define REG_TC_CLK_GEN_02_L (REG_TC_CLK_GEN_BASE + 0x04) 376 #define REG_TC_CLK_GEN_02_H (REG_TC_CLK_GEN_BASE + 0x05) 377 #define REG_TC_CLK_GEN_03_L (REG_TC_CLK_GEN_BASE + 0x06) 378 #define REG_TC_CLK_GEN_03_H (REG_TC_CLK_GEN_BASE + 0x07) 379 #define REG_TC_CLK_GEN_04_L (REG_TC_CLK_GEN_BASE + 0x08) 380 #define REG_TC_CLK_GEN_04_H (REG_TC_CLK_GEN_BASE + 0x09) 381 #define REG_TC_CLK_GEN_05_L (REG_TC_CLK_GEN_BASE + 0x0A) 382 #define REG_TC_CLK_GEN_05_H (REG_TC_CLK_GEN_BASE + 0x0B) 383 #define REG_TC_CLK_GEN_06_L (REG_TC_CLK_GEN_BASE + 0x0C) 384 #define REG_TC_CLK_GEN_06_H (REG_TC_CLK_GEN_BASE + 0x0D) 385 #define REG_TC_CLK_GEN_07_L (REG_TC_CLK_GEN_BASE + 0x0E) 386 #define REG_TC_CLK_GEN_07_H (REG_TC_CLK_GEN_BASE + 0x0F) 387 #define REG_TC_CLK_GEN_08_L (REG_TC_CLK_GEN_BASE + 0x10) 388 #define REG_TC_CLK_GEN_08_H (REG_TC_CLK_GEN_BASE + 0x11) 389 #define REG_TC_CLK_GEN_09_L (REG_TC_CLK_GEN_BASE + 0x12) 390 #define REG_TC_CLK_GEN_09_H (REG_TC_CLK_GEN_BASE + 0x13) 391 #define REG_TC_CLK_GEN_0A_L (REG_TC_CLK_GEN_BASE + 0x14) 392 #define REG_TC_CLK_GEN_0A_H (REG_TC_CLK_GEN_BASE + 0x15) 393 #define REG_TC_CLK_GEN_0B_L (REG_TC_CLK_GEN_BASE + 0x16) 394 #define REG_TC_CLK_GEN_0B_H (REG_TC_CLK_GEN_BASE + 0x17) 395 #define REG_TC_CLK_GEN_0C_L (REG_TC_CLK_GEN_BASE + 0x18) 396 #define REG_TC_CLK_GEN_0C_H (REG_TC_CLK_GEN_BASE + 0x19) 397 #define REG_TC_CLK_GEN_0D_L (REG_TC_CLK_GEN_BASE + 0x1A) 398 #define REG_TC_CLK_GEN_0D_H (REG_TC_CLK_GEN_BASE + 0x1B) 399 #define REG_TC_CLK_GEN_0E_L (REG_TC_CLK_GEN_BASE + 0x1C) 400 #define REG_TC_CLK_GEN_0E_H (REG_TC_CLK_GEN_BASE + 0x1D) 401 #define REG_TC_CLK_GEN_0F_L (REG_TC_CLK_GEN_BASE + 0x1E) 402 #define REG_TC_CLK_GEN_0F_H (REG_TC_CLK_GEN_BASE + 0x1F) 403 #define REG_TC_CLK_GEN_10_L (REG_TC_CLK_GEN_BASE + 0x20) 404 #define REG_TC_CLK_GEN_10_H (REG_TC_CLK_GEN_BASE + 0x21) 405 #define REG_TC_CLK_GEN_11_L (REG_TC_CLK_GEN_BASE + 0x22) 406 #define REG_TC_CLK_GEN_11_H (REG_TC_CLK_GEN_BASE + 0x23) 407 #define REG_TC_CLK_GEN_12_L (REG_TC_CLK_GEN_BASE + 0x24) 408 #define REG_TC_CLK_GEN_12_H (REG_TC_CLK_GEN_BASE + 0x25) 409 #define REG_TC_CLK_GEN_13_L (REG_TC_CLK_GEN_BASE + 0x26) 410 #define REG_TC_CLK_GEN_13_H (REG_TC_CLK_GEN_BASE + 0x27) 411 #define REG_TC_CLK_GEN_14_L (REG_TC_CLK_GEN_BASE + 0x28) 412 #define REG_TC_CLK_GEN_14_H (REG_TC_CLK_GEN_BASE + 0x29) 413 #define REG_TC_CLK_GEN_15_L (REG_TC_CLK_GEN_BASE + 0x2A) 414 #define REG_TC_CLK_GEN_15_H (REG_TC_CLK_GEN_BASE + 0x2B) 415 #define REG_TC_CLK_GEN_16_L (REG_TC_CLK_GEN_BASE + 0x2C) 416 #define REG_TC_CLK_GEN_16_H (REG_TC_CLK_GEN_BASE + 0x2D) 417 #define REG_TC_CLK_GEN_17_L (REG_TC_CLK_GEN_BASE + 0x2E) 418 #define REG_TC_CLK_GEN_17_H (REG_TC_CLK_GEN_BASE + 0x2F) 419 #define REG_TC_CLK_GEN_18_L (REG_TC_CLK_GEN_BASE + 0x30) 420 #define REG_TC_CLK_GEN_18_H (REG_TC_CLK_GEN_BASE + 0x31) 421 #define REG_TC_CLK_GEN_19_L (REG_TC_CLK_GEN_BASE + 0x32) 422 #define REG_TC_CLK_GEN_19_H (REG_TC_CLK_GEN_BASE + 0x33) 423 #define REG_TC_CLK_GEN_1A_L (REG_TC_CLK_GEN_BASE + 0x34) 424 #define REG_TC_CLK_GEN_1A_H (REG_TC_CLK_GEN_BASE + 0x35) 425 #define REG_TC_CLK_GEN_1B_L (REG_TC_CLK_GEN_BASE + 0x36) 426 #define REG_TC_CLK_GEN_1B_H (REG_TC_CLK_GEN_BASE + 0x37) 427 #define REG_TC_CLK_GEN_1C_L (REG_TC_CLK_GEN_BASE + 0x38) 428 #define REG_TC_CLK_GEN_1C_H (REG_TC_CLK_GEN_BASE + 0x39) 429 #define REG_TC_CLK_GEN_1D_L (REG_TC_CLK_GEN_BASE + 0x3A) 430 #define REG_TC_CLK_GEN_1D_H (REG_TC_CLK_GEN_BASE + 0x3B) 431 #define REG_TC_CLK_GEN_1E_L (REG_TC_CLK_GEN_BASE + 0x3C) 432 #define REG_TC_CLK_GEN_1E_H (REG_TC_CLK_GEN_BASE + 0x3D) 433 #define REG_TC_CLK_GEN_1F_L (REG_TC_CLK_GEN_BASE + 0x3E) 434 #define REG_TC_CLK_GEN_1F_H (REG_TC_CLK_GEN_BASE + 0x3F) 435 #define REG_TC_CLK_GEN_20_L (REG_TC_CLK_GEN_BASE + 0x40) 436 #define REG_TC_CLK_GEN_20_H (REG_TC_CLK_GEN_BASE + 0x41) 437 #define REG_TC_CLK_GEN_21_L (REG_TC_CLK_GEN_BASE + 0x42) 438 #define REG_TC_CLK_GEN_21_H (REG_TC_CLK_GEN_BASE + 0x43) 439 #define REG_TC_CLK_GEN_22_L (REG_TC_CLK_GEN_BASE + 0x44) 440 #define REG_TC_CLK_GEN_22_H (REG_TC_CLK_GEN_BASE + 0x45) 441 #define REG_TC_CLK_GEN_23_L (REG_TC_CLK_GEN_BASE + 0x46) 442 #define REG_TC_CLK_GEN_23_H (REG_TC_CLK_GEN_BASE + 0x47) 443 #define REG_TC_CLK_GEN_24_L (REG_TC_CLK_GEN_BASE + 0x48) 444 #define REG_TC_CLK_GEN_24_H (REG_TC_CLK_GEN_BASE + 0x49) 445 #define REG_TC_CLK_GEN_25_L (REG_TC_CLK_GEN_BASE + 0x4A) 446 #define REG_TC_CLK_GEN_25_H (REG_TC_CLK_GEN_BASE + 0x4B) 447 #define REG_TC_CLK_GEN_26_L (REG_TC_CLK_GEN_BASE + 0x4C) 448 #define REG_TC_CLK_GEN_26_H (REG_TC_CLK_GEN_BASE + 0x4D) 449 #define REG_TC_CLK_GEN_27_L (REG_TC_CLK_GEN_BASE + 0x4E) 450 #define REG_TC_CLK_GEN_27_H (REG_TC_CLK_GEN_BASE + 0x4F) 451 #define REG_TC_CLK_GEN_28_L (REG_TC_CLK_GEN_BASE + 0x50) 452 #define REG_TC_CLK_GEN_28_H (REG_TC_CLK_GEN_BASE + 0x51) 453 #define REG_TC_CLK_GEN_29_L (REG_TC_CLK_GEN_BASE + 0x52) 454 #define REG_TC_CLK_GEN_29_H (REG_TC_CLK_GEN_BASE + 0x53) 455 #define REG_TC_CLK_GEN_2A_L (REG_TC_CLK_GEN_BASE + 0x54) 456 #define REG_TC_CLK_GEN_2A_H (REG_TC_CLK_GEN_BASE + 0x55) 457 #define REG_TC_CLK_GEN_2B_L (REG_TC_CLK_GEN_BASE + 0x56) 458 #define REG_TC_CLK_GEN_2B_H (REG_TC_CLK_GEN_BASE + 0x57) 459 #define REG_TC_CLK_GEN_2C_L (REG_TC_CLK_GEN_BASE + 0x58) 460 #define REG_TC_CLK_GEN_2C_H (REG_TC_CLK_GEN_BASE + 0x59) 461 #define REG_TC_CLK_GEN_2D_L (REG_TC_CLK_GEN_BASE + 0x5A) 462 #define REG_TC_CLK_GEN_2D_H (REG_TC_CLK_GEN_BASE + 0x5B) 463 #define REG_TC_CLK_GEN_2E_L (REG_TC_CLK_GEN_BASE + 0x5C) 464 #define REG_TC_CLK_GEN_2E_H (REG_TC_CLK_GEN_BASE + 0x5D) 465 #define REG_TC_CLK_GEN_2F_L (REG_TC_CLK_GEN_BASE + 0x5E) 466 #define REG_TC_CLK_GEN_2F_H (REG_TC_CLK_GEN_BASE + 0x5F) 467 #define REG_TC_CLK_GEN_30_L (REG_TC_CLK_GEN_BASE + 0x60) 468 #define REG_TC_CLK_GEN_30_H (REG_TC_CLK_GEN_BASE + 0x61) 469 #define REG_TC_CLK_GEN_31_L (REG_TC_CLK_GEN_BASE + 0x62) 470 #define REG_TC_CLK_GEN_31_H (REG_TC_CLK_GEN_BASE + 0x63) 471 #define REG_TC_CLK_GEN_32_L (REG_TC_CLK_GEN_BASE + 0x64) 472 #define REG_TC_CLK_GEN_32_H (REG_TC_CLK_GEN_BASE + 0x65) 473 #define REG_TC_CLK_GEN_33_L (REG_TC_CLK_GEN_BASE + 0x66) 474 #define REG_TC_CLK_GEN_33_H (REG_TC_CLK_GEN_BASE + 0x67) 475 #define REG_TC_CLK_GEN_34_L (REG_TC_CLK_GEN_BASE + 0x68) 476 #define REG_TC_CLK_GEN_34_H (REG_TC_CLK_GEN_BASE + 0x69) 477 #define REG_TC_CLK_GEN_35_L (REG_TC_CLK_GEN_BASE + 0x6A) 478 #define REG_TC_CLK_GEN_35_H (REG_TC_CLK_GEN_BASE + 0x6B) 479 #define REG_TC_CLK_GEN_36_L (REG_TC_CLK_GEN_BASE + 0x6C) 480 #define REG_TC_CLK_GEN_36_H (REG_TC_CLK_GEN_BASE + 0x6D) 481 #define REG_TC_CLK_GEN_37_L (REG_TC_CLK_GEN_BASE + 0x6E) 482 #define REG_TC_CLK_GEN_37_H (REG_TC_CLK_GEN_BASE + 0x6F) 483 #define REG_TC_CLK_GEN_38_L (REG_TC_CLK_GEN_BASE + 0x70) 484 #define REG_TC_CLK_GEN_38_H (REG_TC_CLK_GEN_BASE + 0x71) 485 #define REG_TC_CLK_GEN_39_L (REG_TC_CLK_GEN_BASE + 0x72) 486 #define REG_TC_CLK_GEN_39_H (REG_TC_CLK_GEN_BASE + 0x73) 487 #define REG_TC_CLK_GEN_3A_L (REG_TC_CLK_GEN_BASE + 0x74) 488 #define REG_TC_CLK_GEN_3A_H (REG_TC_CLK_GEN_BASE + 0x75) 489 #define REG_TC_CLK_GEN_3B_L (REG_TC_CLK_GEN_BASE + 0x76) 490 #define REG_TC_CLK_GEN_3B_H (REG_TC_CLK_GEN_BASE + 0x77) 491 #define REG_TC_CLK_GEN_3C_L (REG_TC_CLK_GEN_BASE + 0x78) 492 #define REG_TC_CLK_GEN_3C_H (REG_TC_CLK_GEN_BASE + 0x79) 493 #define REG_TC_CLK_GEN_3D_L (REG_TC_CLK_GEN_BASE + 0x7A) 494 #define REG_TC_CLK_GEN_3D_H (REG_TC_CLK_GEN_BASE + 0x7B) 495 #define REG_TC_CLK_GEN_3E_L (REG_TC_CLK_GEN_BASE + 0x7C) 496 #define REG_TC_CLK_GEN_3E_H (REG_TC_CLK_GEN_BASE + 0x7D) 497 #define REG_TC_CLK_GEN_3F_L (REG_TC_CLK_GEN_BASE + 0x7E) 498 #define REG_TC_CLK_GEN_3F_H (REG_TC_CLK_GEN_BASE + 0x7F) 499 #define REG_TC_CLK_GEN_40_L (REG_TC_CLK_GEN_BASE + 0x80) 500 #define REG_TC_CLK_GEN_40_H (REG_TC_CLK_GEN_BASE + 0x81) 501 #define REG_TC_CLK_GEN_41_L (REG_TC_CLK_GEN_BASE + 0x82) 502 #define REG_TC_CLK_GEN_41_H (REG_TC_CLK_GEN_BASE + 0x83) 503 #define REG_TC_CLK_GEN_42_L (REG_TC_CLK_GEN_BASE + 0x84) 504 #define REG_TC_CLK_GEN_42_H (REG_TC_CLK_GEN_BASE + 0x85) 505 #define REG_TC_CLK_GEN_43_L (REG_TC_CLK_GEN_BASE + 0x86) 506 #define REG_TC_CLK_GEN_43_H (REG_TC_CLK_GEN_BASE + 0x87) 507 #define REG_TC_CLK_GEN_44_L (REG_TC_CLK_GEN_BASE + 0x88) 508 #define REG_TC_CLK_GEN_44_H (REG_TC_CLK_GEN_BASE + 0x89) 509 #define REG_TC_CLK_GEN_45_L (REG_TC_CLK_GEN_BASE + 0x8A) 510 #define REG_TC_CLK_GEN_45_H (REG_TC_CLK_GEN_BASE + 0x8B) 511 #define REG_TC_CLK_GEN_46_L (REG_TC_CLK_GEN_BASE + 0x8C) 512 #define REG_TC_CLK_GEN_46_H (REG_TC_CLK_GEN_BASE + 0x8D) 513 #define REG_TC_CLK_GEN_47_L (REG_TC_CLK_GEN_BASE + 0x8E) 514 #define REG_TC_CLK_GEN_47_H (REG_TC_CLK_GEN_BASE + 0x8F) 515 #define REG_TC_CLK_GEN_48_L (REG_TC_CLK_GEN_BASE + 0x90) 516 #define REG_TC_CLK_GEN_48_H (REG_TC_CLK_GEN_BASE + 0x91) 517 #define REG_TC_CLK_GEN_49_L (REG_TC_CLK_GEN_BASE + 0x92) 518 #define REG_TC_CLK_GEN_49_H (REG_TC_CLK_GEN_BASE + 0x93) 519 #define REG_TC_CLK_GEN_4A_L (REG_TC_CLK_GEN_BASE + 0x94) 520 #define REG_TC_CLK_GEN_4A_H (REG_TC_CLK_GEN_BASE + 0x95) 521 #define REG_TC_CLK_GEN_4B_L (REG_TC_CLK_GEN_BASE + 0x96) 522 #define REG_TC_CLK_GEN_4B_H (REG_TC_CLK_GEN_BASE + 0x97) 523 #define REG_TC_CLK_GEN_4C_L (REG_TC_CLK_GEN_BASE + 0x98) 524 #define REG_TC_CLK_GEN_4C_H (REG_TC_CLK_GEN_BASE + 0x99) 525 #define REG_TC_CLK_GEN_4D_L (REG_TC_CLK_GEN_BASE + 0x9A) 526 #define REG_TC_CLK_GEN_4D_H (REG_TC_CLK_GEN_BASE + 0x9B) 527 #define REG_TC_CLK_GEN_4E_L (REG_TC_CLK_GEN_BASE + 0x9C) 528 #define REG_TC_CLK_GEN_4E_H (REG_TC_CLK_GEN_BASE + 0x9D) 529 #define REG_TC_CLK_GEN_4F_L (REG_TC_CLK_GEN_BASE + 0x9E) 530 #define REG_TC_CLK_GEN_4F_H (REG_TC_CLK_GEN_BASE + 0x9F) 531 #define REG_TC_CLK_GEN_50_L (REG_TC_CLK_GEN_BASE + 0xA0) 532 #define REG_TC_CLK_GEN_50_H (REG_TC_CLK_GEN_BASE + 0xA1) 533 #define REG_TC_CLK_GEN_51_L (REG_TC_CLK_GEN_BASE + 0xA2) 534 #define REG_TC_CLK_GEN_51_H (REG_TC_CLK_GEN_BASE + 0xA3) 535 #define REG_TC_CLK_GEN_52_L (REG_TC_CLK_GEN_BASE + 0xA4) 536 #define REG_TC_CLK_GEN_52_H (REG_TC_CLK_GEN_BASE + 0xA5) 537 #define REG_TC_CLK_GEN_53_L (REG_TC_CLK_GEN_BASE + 0xA6) 538 #define REG_TC_CLK_GEN_53_H (REG_TC_CLK_GEN_BASE + 0xA7) 539 #define REG_TC_CLK_GEN_54_L (REG_TC_CLK_GEN_BASE + 0xA8) 540 #define REG_TC_CLK_GEN_54_H (REG_TC_CLK_GEN_BASE + 0xA9) 541 #define REG_TC_CLK_GEN_55_L (REG_TC_CLK_GEN_BASE + 0xAA) 542 #define REG_TC_CLK_GEN_55_H (REG_TC_CLK_GEN_BASE + 0xAB) 543 #define REG_TC_CLK_GEN_56_L (REG_TC_CLK_GEN_BASE + 0xAC) 544 #define REG_TC_CLK_GEN_56_H (REG_TC_CLK_GEN_BASE + 0xAD) 545 #define REG_TC_CLK_GEN_57_L (REG_TC_CLK_GEN_BASE + 0xAE) 546 #define REG_TC_CLK_GEN_57_H (REG_TC_CLK_GEN_BASE + 0xAF) 547 #define REG_TC_CLK_GEN_58_L (REG_TC_CLK_GEN_BASE + 0xB0) 548 #define REG_TC_CLK_GEN_58_H (REG_TC_CLK_GEN_BASE + 0xB1) 549 #define REG_TC_CLK_GEN_59_L (REG_TC_CLK_GEN_BASE + 0xB2) 550 #define REG_TC_CLK_GEN_59_H (REG_TC_CLK_GEN_BASE + 0xB3) 551 #define REG_TC_CLK_GEN_5A_L (REG_TC_CLK_GEN_BASE + 0xB4) 552 #define REG_TC_CLK_GEN_5A_H (REG_TC_CLK_GEN_BASE + 0xB5) 553 #define REG_TC_CLK_GEN_5B_L (REG_TC_CLK_GEN_BASE + 0xB6) 554 #define REG_TC_CLK_GEN_5B_H (REG_TC_CLK_GEN_BASE + 0xB7) 555 #define REG_TC_CLK_GEN_5C_L (REG_TC_CLK_GEN_BASE + 0xB8) 556 #define REG_TC_CLK_GEN_5C_H (REG_TC_CLK_GEN_BASE + 0xB9) 557 #define REG_TC_CLK_GEN_5D_L (REG_TC_CLK_GEN_BASE + 0xBA) 558 #define REG_TC_CLK_GEN_5D_H (REG_TC_CLK_GEN_BASE + 0xBB) 559 #define REG_TC_CLK_GEN_5E_L (REG_TC_CLK_GEN_BASE + 0xBC) 560 #define REG_TC_CLK_GEN_5E_H (REG_TC_CLK_GEN_BASE + 0xBD) 561 #define REG_TC_CLK_GEN_5F_L (REG_TC_CLK_GEN_BASE + 0xBE) 562 #define REG_TC_CLK_GEN_5F_H (REG_TC_CLK_GEN_BASE + 0xBF) 563 #define REG_TC_CLK_GEN_60_L (REG_TC_CLK_GEN_BASE + 0xC0) 564 #define REG_TC_CLK_GEN_60_H (REG_TC_CLK_GEN_BASE + 0xC1) 565 #define REG_TC_CLK_GEN_61_L (REG_TC_CLK_GEN_BASE + 0xC2) 566 #define REG_TC_CLK_GEN_61_H (REG_TC_CLK_GEN_BASE + 0xC3) 567 #define REG_TC_CLK_GEN_62_L (REG_TC_CLK_GEN_BASE + 0xC4) 568 #define REG_TC_CLK_GEN_62_H (REG_TC_CLK_GEN_BASE + 0xC5) 569 #define REG_TC_CLK_GEN_63_L (REG_TC_CLK_GEN_BASE + 0xC6) 570 #define REG_TC_CLK_GEN_63_H (REG_TC_CLK_GEN_BASE + 0xC7) 571 #define REG_TC_CLK_GEN_64_L (REG_TC_CLK_GEN_BASE + 0xC8) 572 #define REG_TC_CLK_GEN_64_H (REG_TC_CLK_GEN_BASE + 0xC9) 573 #define REG_TC_CLK_GEN_65_L (REG_TC_CLK_GEN_BASE + 0xCA) 574 #define REG_TC_CLK_GEN_65_H (REG_TC_CLK_GEN_BASE + 0xCB) 575 #define REG_TC_CLK_GEN_66_L (REG_TC_CLK_GEN_BASE + 0xCC) 576 #define REG_TC_CLK_GEN_66_H (REG_TC_CLK_GEN_BASE + 0xCD) 577 #define REG_TC_CLK_GEN_67_L (REG_TC_CLK_GEN_BASE + 0xCE) 578 #define REG_TC_CLK_GEN_67_H (REG_TC_CLK_GEN_BASE + 0xCF) 579 #define REG_TC_CLK_GEN_68_L (REG_TC_CLK_GEN_BASE + 0xD0) 580 #define REG_TC_CLK_GEN_68_H (REG_TC_CLK_GEN_BASE + 0xD1) 581 #define REG_TC_CLK_GEN_69_L (REG_TC_CLK_GEN_BASE + 0xD2) 582 #define REG_TC_CLK_GEN_69_H (REG_TC_CLK_GEN_BASE + 0xD3) 583 #define REG_TC_CLK_GEN_6A_L (REG_TC_CLK_GEN_BASE + 0xD4) 584 #define REG_TC_CLK_GEN_6A_H (REG_TC_CLK_GEN_BASE + 0xD5) 585 #define REG_TC_CLK_GEN_6B_L (REG_TC_CLK_GEN_BASE + 0xD6) 586 #define REG_TC_CLK_GEN_6B_H (REG_TC_CLK_GEN_BASE + 0xD7) 587 #define REG_TC_CLK_GEN_6C_L (REG_TC_CLK_GEN_BASE + 0xD8) 588 #define REG_TC_CLK_GEN_6C_H (REG_TC_CLK_GEN_BASE + 0xD9) 589 #define REG_TC_CLK_GEN_6D_L (REG_TC_CLK_GEN_BASE + 0xDA) 590 #define REG_TC_CLK_GEN_6D_H (REG_TC_CLK_GEN_BASE + 0xDB) 591 #define REG_TC_CLK_GEN_6E_L (REG_TC_CLK_GEN_BASE + 0xDC) 592 #define REG_TC_CLK_GEN_6E_H (REG_TC_CLK_GEN_BASE + 0xDD) 593 #define REG_TC_CLK_GEN_6F_L (REG_TC_CLK_GEN_BASE + 0xDE) 594 #define REG_TC_CLK_GEN_6F_H (REG_TC_CLK_GEN_BASE + 0xDF) 595 #define REG_TC_CLK_GEN_70_L (REG_TC_CLK_GEN_BASE + 0xE0) 596 #define REG_TC_CLK_GEN_70_H (REG_TC_CLK_GEN_BASE + 0xE1) 597 #define REG_TC_CLK_GEN_71_L (REG_TC_CLK_GEN_BASE + 0xE2) 598 #define REG_TC_CLK_GEN_71_H (REG_TC_CLK_GEN_BASE + 0xE3) 599 #define REG_TC_CLK_GEN_72_L (REG_TC_CLK_GEN_BASE + 0xE4) 600 #define REG_TC_CLK_GEN_72_H (REG_TC_CLK_GEN_BASE + 0xE5) 601 #define REG_TC_CLK_GEN_73_L (REG_TC_CLK_GEN_BASE + 0xE6) 602 #define REG_TC_CLK_GEN_73_H (REG_TC_CLK_GEN_BASE + 0xE7) 603 #define REG_TC_CLK_GEN_74_L (REG_TC_CLK_GEN_BASE + 0xE8) 604 #define REG_TC_CLK_GEN_74_H (REG_TC_CLK_GEN_BASE + 0xE9) 605 #define REG_TC_CLK_GEN_75_L (REG_TC_CLK_GEN_BASE + 0xEA) 606 #define REG_TC_CLK_GEN_75_H (REG_TC_CLK_GEN_BASE + 0xEB) 607 #define REG_TC_CLK_GEN_76_L (REG_TC_CLK_GEN_BASE + 0xEC) 608 #define REG_TC_CLK_GEN_76_H (REG_TC_CLK_GEN_BASE + 0xED) 609 #define REG_TC_CLK_GEN_77_L (REG_TC_CLK_GEN_BASE + 0xEE) 610 #define REG_TC_CLK_GEN_77_H (REG_TC_CLK_GEN_BASE + 0xEF) 611 #define REG_TC_CLK_GEN_78_L (REG_TC_CLK_GEN_BASE + 0xF0) 612 #define REG_TC_CLK_GEN_78_H (REG_TC_CLK_GEN_BASE + 0xF1) 613 #define REG_TC_CLK_GEN_79_L (REG_TC_CLK_GEN_BASE + 0xF2) 614 #define REG_TC_CLK_GEN_79_H (REG_TC_CLK_GEN_BASE + 0xF3) 615 #define REG_TC_CLK_GEN_7A_L (REG_TC_CLK_GEN_BASE + 0xF4) 616 #define REG_TC_CLK_GEN_7A_H (REG_TC_CLK_GEN_BASE + 0xF5) 617 #define REG_TC_CLK_GEN_7B_L (REG_TC_CLK_GEN_BASE + 0xF6) 618 #define REG_TC_CLK_GEN_7B_H (REG_TC_CLK_GEN_BASE + 0xF7) 619 #define REG_TC_CLK_GEN_7C_L (REG_TC_CLK_GEN_BASE + 0xF8) 620 #define REG_TC_CLK_GEN_7C_H (REG_TC_CLK_GEN_BASE + 0xF9) 621 #define REG_TC_CLK_GEN_7D_L (REG_TC_CLK_GEN_BASE + 0xFA) 622 #define REG_TC_CLK_GEN_7D_H (REG_TC_CLK_GEN_BASE + 0xFB) 623 #define REG_TC_CLK_GEN_7E_L (REG_TC_CLK_GEN_BASE + 0xFC) 624 #define REG_TC_CLK_GEN_7E_H (REG_TC_CLK_GEN_BASE + 0xFD) 625 #define REG_TC_CLK_GEN_7F_L (REG_TC_CLK_GEN_BASE + 0xFE) 626 #define REG_TC_CLK_GEN_7F_H (REG_TC_CLK_GEN_BASE + 0xFF) 627 628 #define REG_TC_CHIP_TOP_00_L (REG_TC_CHIP_TOP_BASE + 0x00) 629 #define REG_TC_CHIP_TOP_00_H (REG_TC_CHIP_TOP_BASE + 0x01) 630 #define REG_TC_CHIP_TOP_01_L (REG_TC_CHIP_TOP_BASE + 0x02) 631 #define REG_TC_CHIP_TOP_01_H (REG_TC_CHIP_TOP_BASE + 0x03) 632 #define REG_TC_CHIP_TOP_02_L (REG_TC_CHIP_TOP_BASE + 0x04) 633 #define REG_TC_CHIP_TOP_02_H (REG_TC_CHIP_TOP_BASE + 0x05) 634 #define REG_TC_CHIP_TOP_03_L (REG_TC_CHIP_TOP_BASE + 0x06) 635 #define REG_TC_CHIP_TOP_03_H (REG_TC_CHIP_TOP_BASE + 0x07) 636 #define REG_TC_CHIP_TOP_04_L (REG_TC_CHIP_TOP_BASE + 0x08) 637 #define REG_TC_CHIP_TOP_04_H (REG_TC_CHIP_TOP_BASE + 0x09) 638 #define REG_TC_CHIP_TOP_05_L (REG_TC_CHIP_TOP_BASE + 0x0A) 639 #define REG_TC_CHIP_TOP_05_H (REG_TC_CHIP_TOP_BASE + 0x0B) 640 #define REG_TC_CHIP_TOP_06_L (REG_TC_CHIP_TOP_BASE + 0x0C) 641 #define REG_TC_CHIP_TOP_06_H (REG_TC_CHIP_TOP_BASE + 0x0D) 642 #define REG_TC_CHIP_TOP_07_L (REG_TC_CHIP_TOP_BASE + 0x0E) 643 #define REG_TC_CHIP_TOP_07_H (REG_TC_CHIP_TOP_BASE + 0x0F) 644 #define REG_TC_CHIP_TOP_08_L (REG_TC_CHIP_TOP_BASE + 0x10) 645 #define REG_TC_CHIP_TOP_08_H (REG_TC_CHIP_TOP_BASE + 0x11) 646 #define REG_TC_CHIP_TOP_09_L (REG_TC_CHIP_TOP_BASE + 0x12) 647 #define REG_TC_CHIP_TOP_09_H (REG_TC_CHIP_TOP_BASE + 0x13) 648 #define REG_TC_CHIP_TOP_0A_L (REG_TC_CHIP_TOP_BASE + 0x14) 649 #define REG_TC_CHIP_TOP_0A_H (REG_TC_CHIP_TOP_BASE + 0x15) 650 #define REG_TC_CHIP_TOP_0B_L (REG_TC_CHIP_TOP_BASE + 0x16) 651 #define REG_TC_CHIP_TOP_0B_H (REG_TC_CHIP_TOP_BASE + 0x17) 652 #define REG_TC_CHIP_TOP_0C_L (REG_TC_CHIP_TOP_BASE + 0x18) 653 #define REG_TC_CHIP_TOP_0C_H (REG_TC_CHIP_TOP_BASE + 0x19) 654 #define REG_TC_CHIP_TOP_0D_L (REG_TC_CHIP_TOP_BASE + 0x1A) 655 #define REG_TC_CHIP_TOP_0D_H (REG_TC_CHIP_TOP_BASE + 0x1B) 656 #define REG_TC_CHIP_TOP_0E_L (REG_TC_CHIP_TOP_BASE + 0x1C) 657 #define REG_TC_CHIP_TOP_0E_H (REG_TC_CHIP_TOP_BASE + 0x1D) 658 #define REG_TC_CHIP_TOP_0F_L (REG_TC_CHIP_TOP_BASE + 0x1E) 659 #define REG_TC_CHIP_TOP_0F_H (REG_TC_CHIP_TOP_BASE + 0x1F) 660 #define REG_TC_CHIP_TOP_10_L (REG_TC_CHIP_TOP_BASE + 0x20) 661 #define REG_TC_CHIP_TOP_10_H (REG_TC_CHIP_TOP_BASE + 0x21) 662 #define REG_TC_CHIP_TOP_11_L (REG_TC_CHIP_TOP_BASE + 0x22) 663 #define REG_TC_CHIP_TOP_11_H (REG_TC_CHIP_TOP_BASE + 0x23) 664 #define REG_TC_CHIP_TOP_12_L (REG_TC_CHIP_TOP_BASE + 0x24) 665 #define REG_TC_CHIP_TOP_12_H (REG_TC_CHIP_TOP_BASE + 0x25) 666 #define REG_TC_CHIP_TOP_13_L (REG_TC_CHIP_TOP_BASE + 0x26) 667 #define REG_TC_CHIP_TOP_13_H (REG_TC_CHIP_TOP_BASE + 0x27) 668 #define REG_TC_CHIP_TOP_14_L (REG_TC_CHIP_TOP_BASE + 0x28) 669 #define REG_TC_CHIP_TOP_14_H (REG_TC_CHIP_TOP_BASE + 0x29) 670 #define REG_TC_CHIP_TOP_15_L (REG_TC_CHIP_TOP_BASE + 0x2A) 671 #define REG_TC_CHIP_TOP_15_H (REG_TC_CHIP_TOP_BASE + 0x2B) 672 #define REG_TC_CHIP_TOP_16_L (REG_TC_CHIP_TOP_BASE + 0x2C) 673 #define REG_TC_CHIP_TOP_16_H (REG_TC_CHIP_TOP_BASE + 0x2D) 674 #define REG_TC_CHIP_TOP_17_L (REG_TC_CHIP_TOP_BASE + 0x2E) 675 #define REG_TC_CHIP_TOP_17_H (REG_TC_CHIP_TOP_BASE + 0x2F) 676 #define REG_TC_CHIP_TOP_18_L (REG_TC_CHIP_TOP_BASE + 0x30) 677 #define REG_TC_CHIP_TOP_18_H (REG_TC_CHIP_TOP_BASE + 0x31) 678 #define REG_TC_CHIP_TOP_19_L (REG_TC_CHIP_TOP_BASE + 0x32) 679 #define REG_TC_CHIP_TOP_19_H (REG_TC_CHIP_TOP_BASE + 0x33) 680 #define REG_TC_CHIP_TOP_1A_L (REG_TC_CHIP_TOP_BASE + 0x34) 681 #define REG_TC_CHIP_TOP_1A_H (REG_TC_CHIP_TOP_BASE + 0x35) 682 #define REG_TC_CHIP_TOP_1B_L (REG_TC_CHIP_TOP_BASE + 0x36) 683 #define REG_TC_CHIP_TOP_1B_H (REG_TC_CHIP_TOP_BASE + 0x37) 684 #define REG_TC_CHIP_TOP_1C_L (REG_TC_CHIP_TOP_BASE + 0x38) 685 #define REG_TC_CHIP_TOP_1C_H (REG_TC_CHIP_TOP_BASE + 0x39) 686 #define REG_TC_CHIP_TOP_1D_L (REG_TC_CHIP_TOP_BASE + 0x3A) 687 #define REG_TC_CHIP_TOP_1D_H (REG_TC_CHIP_TOP_BASE + 0x3B) 688 #define REG_TC_CHIP_TOP_1E_L (REG_TC_CHIP_TOP_BASE + 0x3C) 689 #define REG_TC_CHIP_TOP_1E_H (REG_TC_CHIP_TOP_BASE + 0x3D) 690 #define REG_TC_CHIP_TOP_1F_L (REG_TC_CHIP_TOP_BASE + 0x3E) 691 #define REG_TC_CHIP_TOP_1F_H (REG_TC_CHIP_TOP_BASE + 0x3F) 692 #define REG_TC_CHIP_TOP_20_L (REG_TC_CHIP_TOP_BASE + 0x40) 693 #define REG_TC_CHIP_TOP_20_H (REG_TC_CHIP_TOP_BASE + 0x41) 694 #define REG_TC_CHIP_TOP_21_L (REG_TC_CHIP_TOP_BASE + 0x42) 695 #define REG_TC_CHIP_TOP_21_H (REG_TC_CHIP_TOP_BASE + 0x43) 696 #define REG_TC_CHIP_TOP_22_L (REG_TC_CHIP_TOP_BASE + 0x44) 697 #define REG_TC_CHIP_TOP_22_H (REG_TC_CHIP_TOP_BASE + 0x45) 698 #define REG_TC_CHIP_TOP_23_L (REG_TC_CHIP_TOP_BASE + 0x46) 699 #define REG_TC_CHIP_TOP_23_H (REG_TC_CHIP_TOP_BASE + 0x47) 700 #define REG_TC_CHIP_TOP_24_L (REG_TC_CHIP_TOP_BASE + 0x48) 701 #define REG_TC_CHIP_TOP_24_H (REG_TC_CHIP_TOP_BASE + 0x49) 702 #define REG_TC_CHIP_TOP_25_L (REG_TC_CHIP_TOP_BASE + 0x4A) 703 #define REG_TC_CHIP_TOP_25_H (REG_TC_CHIP_TOP_BASE + 0x4B) 704 #define REG_TC_CHIP_TOP_26_L (REG_TC_CHIP_TOP_BASE + 0x4C) 705 #define REG_TC_CHIP_TOP_26_H (REG_TC_CHIP_TOP_BASE + 0x4D) 706 #define REG_TC_CHIP_TOP_27_L (REG_TC_CHIP_TOP_BASE + 0x4E) 707 #define REG_TC_CHIP_TOP_27_H (REG_TC_CHIP_TOP_BASE + 0x4F) 708 #define REG_TC_CHIP_TOP_28_L (REG_TC_CHIP_TOP_BASE + 0x50) 709 #define REG_TC_CHIP_TOP_28_H (REG_TC_CHIP_TOP_BASE + 0x51) 710 #define REG_TC_CHIP_TOP_29_L (REG_TC_CHIP_TOP_BASE + 0x52) 711 #define REG_TC_CHIP_TOP_29_H (REG_TC_CHIP_TOP_BASE + 0x53) 712 #define REG_TC_CHIP_TOP_2A_L (REG_TC_CHIP_TOP_BASE + 0x54) 713 #define REG_TC_CHIP_TOP_2A_H (REG_TC_CHIP_TOP_BASE + 0x55) 714 #define REG_TC_CHIP_TOP_2B_L (REG_TC_CHIP_TOP_BASE + 0x56) 715 #define REG_TC_CHIP_TOP_2B_H (REG_TC_CHIP_TOP_BASE + 0x57) 716 #define REG_TC_CHIP_TOP_2C_L (REG_TC_CHIP_TOP_BASE + 0x58) 717 #define REG_TC_CHIP_TOP_2C_H (REG_TC_CHIP_TOP_BASE + 0x59) 718 #define REG_TC_CHIP_TOP_2D_L (REG_TC_CHIP_TOP_BASE + 0x5A) 719 #define REG_TC_CHIP_TOP_2D_H (REG_TC_CHIP_TOP_BASE + 0x5B) 720 #define REG_TC_CHIP_TOP_2E_L (REG_TC_CHIP_TOP_BASE + 0x5C) 721 #define REG_TC_CHIP_TOP_2E_H (REG_TC_CHIP_TOP_BASE + 0x5D) 722 #define REG_TC_CHIP_TOP_2F_L (REG_TC_CHIP_TOP_BASE + 0x5E) 723 #define REG_TC_CHIP_TOP_2F_H (REG_TC_CHIP_TOP_BASE + 0x5F) 724 #define REG_TC_CHIP_TOP_30_L (REG_TC_CHIP_TOP_BASE + 0x60) 725 #define REG_TC_CHIP_TOP_30_H (REG_TC_CHIP_TOP_BASE + 0x61) 726 #define REG_TC_CHIP_TOP_31_L (REG_TC_CHIP_TOP_BASE + 0x62) 727 #define REG_TC_CHIP_TOP_31_H (REG_TC_CHIP_TOP_BASE + 0x63) 728 #define REG_TC_CHIP_TOP_32_L (REG_TC_CHIP_TOP_BASE + 0x64) 729 #define REG_TC_CHIP_TOP_32_H (REG_TC_CHIP_TOP_BASE + 0x65) 730 #define REG_TC_CHIP_TOP_33_L (REG_TC_CHIP_TOP_BASE + 0x66) 731 #define REG_TC_CHIP_TOP_33_H (REG_TC_CHIP_TOP_BASE + 0x67) 732 #define REG_TC_CHIP_TOP_34_L (REG_TC_CHIP_TOP_BASE + 0x68) 733 #define REG_TC_CHIP_TOP_34_H (REG_TC_CHIP_TOP_BASE + 0x69) 734 #define REG_TC_CHIP_TOP_35_L (REG_TC_CHIP_TOP_BASE + 0x6A) 735 #define REG_TC_CHIP_TOP_35_H (REG_TC_CHIP_TOP_BASE + 0x6B) 736 #define REG_TC_CHIP_TOP_36_L (REG_TC_CHIP_TOP_BASE + 0x6C) 737 #define REG_TC_CHIP_TOP_36_H (REG_TC_CHIP_TOP_BASE + 0x6D) 738 #define REG_TC_CHIP_TOP_37_L (REG_TC_CHIP_TOP_BASE + 0x6E) 739 #define REG_TC_CHIP_TOP_37_H (REG_TC_CHIP_TOP_BASE + 0x6F) 740 #define REG_TC_CHIP_TOP_38_L (REG_TC_CHIP_TOP_BASE + 0x70) 741 #define REG_TC_CHIP_TOP_38_H (REG_TC_CHIP_TOP_BASE + 0x71) 742 #define REG_TC_CHIP_TOP_39_L (REG_TC_CHIP_TOP_BASE + 0x72) 743 #define REG_TC_CHIP_TOP_39_H (REG_TC_CHIP_TOP_BASE + 0x73) 744 #define REG_TC_CHIP_TOP_3A_L (REG_TC_CHIP_TOP_BASE + 0x74) 745 #define REG_TC_CHIP_TOP_3A_H (REG_TC_CHIP_TOP_BASE + 0x75) 746 #define REG_TC_CHIP_TOP_3B_L (REG_TC_CHIP_TOP_BASE + 0x76) 747 #define REG_TC_CHIP_TOP_3B_H (REG_TC_CHIP_TOP_BASE + 0x77) 748 #define REG_TC_CHIP_TOP_3C_L (REG_TC_CHIP_TOP_BASE + 0x78) 749 #define REG_TC_CHIP_TOP_3C_H (REG_TC_CHIP_TOP_BASE + 0x79) 750 #define REG_TC_CHIP_TOP_3D_L (REG_TC_CHIP_TOP_BASE + 0x7A) 751 #define REG_TC_CHIP_TOP_3D_H (REG_TC_CHIP_TOP_BASE + 0x7B) 752 #define REG_TC_CHIP_TOP_3E_L (REG_TC_CHIP_TOP_BASE + 0x7C) 753 #define REG_TC_CHIP_TOP_3E_H (REG_TC_CHIP_TOP_BASE + 0x7D) 754 #define REG_TC_CHIP_TOP_3F_L (REG_TC_CHIP_TOP_BASE + 0x7E) 755 #define REG_TC_CHIP_TOP_3F_H (REG_TC_CHIP_TOP_BASE + 0x7F) 756 #define REG_TC_CHIP_TOP_40_L (REG_TC_CHIP_TOP_BASE + 0x80) 757 #define REG_TC_CHIP_TOP_40_H (REG_TC_CHIP_TOP_BASE + 0x81) 758 #define REG_TC_CHIP_TOP_41_L (REG_TC_CHIP_TOP_BASE + 0x82) 759 #define REG_TC_CHIP_TOP_41_H (REG_TC_CHIP_TOP_BASE + 0x83) 760 #define REG_TC_CHIP_TOP_42_L (REG_TC_CHIP_TOP_BASE + 0x84) 761 #define REG_TC_CHIP_TOP_42_H (REG_TC_CHIP_TOP_BASE + 0x85) 762 #define REG_TC_CHIP_TOP_43_L (REG_TC_CHIP_TOP_BASE + 0x86) 763 #define REG_TC_CHIP_TOP_43_H (REG_TC_CHIP_TOP_BASE + 0x87) 764 #define REG_TC_CHIP_TOP_44_L (REG_TC_CHIP_TOP_BASE + 0x88) 765 #define REG_TC_CHIP_TOP_44_H (REG_TC_CHIP_TOP_BASE + 0x89) 766 #define REG_TC_CHIP_TOP_45_L (REG_TC_CHIP_TOP_BASE + 0x8A) 767 #define REG_TC_CHIP_TOP_45_H (REG_TC_CHIP_TOP_BASE + 0x8B) 768 #define REG_TC_CHIP_TOP_46_L (REG_TC_CHIP_TOP_BASE + 0x8C) 769 #define REG_TC_CHIP_TOP_46_H (REG_TC_CHIP_TOP_BASE + 0x8D) 770 #define REG_TC_CHIP_TOP_47_L (REG_TC_CHIP_TOP_BASE + 0x8E) 771 #define REG_TC_CHIP_TOP_47_H (REG_TC_CHIP_TOP_BASE + 0x8F) 772 #define REG_TC_CHIP_TOP_48_L (REG_TC_CHIP_TOP_BASE + 0x90) 773 #define REG_TC_CHIP_TOP_48_H (REG_TC_CHIP_TOP_BASE + 0x91) 774 #define REG_TC_CHIP_TOP_49_L (REG_TC_CHIP_TOP_BASE + 0x92) 775 #define REG_TC_CHIP_TOP_49_H (REG_TC_CHIP_TOP_BASE + 0x93) 776 #define REG_TC_CHIP_TOP_4A_L (REG_TC_CHIP_TOP_BASE + 0x94) 777 #define REG_TC_CHIP_TOP_4A_H (REG_TC_CHIP_TOP_BASE + 0x95) 778 #define REG_TC_CHIP_TOP_4B_L (REG_TC_CHIP_TOP_BASE + 0x96) 779 #define REG_TC_CHIP_TOP_4B_H (REG_TC_CHIP_TOP_BASE + 0x97) 780 #define REG_TC_CHIP_TOP_4C_L (REG_TC_CHIP_TOP_BASE + 0x98) 781 #define REG_TC_CHIP_TOP_4C_H (REG_TC_CHIP_TOP_BASE + 0x99) 782 #define REG_TC_CHIP_TOP_4D_L (REG_TC_CHIP_TOP_BASE + 0x9A) 783 #define REG_TC_CHIP_TOP_4D_H (REG_TC_CHIP_TOP_BASE + 0x9B) 784 #define REG_TC_CHIP_TOP_4E_L (REG_TC_CHIP_TOP_BASE + 0x9C) 785 #define REG_TC_CHIP_TOP_4E_H (REG_TC_CHIP_TOP_BASE + 0x9D) 786 #define REG_TC_CHIP_TOP_4F_L (REG_TC_CHIP_TOP_BASE + 0x9E) 787 #define REG_TC_CHIP_TOP_4F_H (REG_TC_CHIP_TOP_BASE + 0x9F) 788 #define REG_TC_CHIP_TOP_50_L (REG_TC_CHIP_TOP_BASE + 0xA0) 789 #define REG_TC_CHIP_TOP_50_H (REG_TC_CHIP_TOP_BASE + 0xA1) 790 #define REG_TC_CHIP_TOP_51_L (REG_TC_CHIP_TOP_BASE + 0xA2) 791 #define REG_TC_CHIP_TOP_51_H (REG_TC_CHIP_TOP_BASE + 0xA3) 792 #define REG_TC_CHIP_TOP_52_L (REG_TC_CHIP_TOP_BASE + 0xA4) 793 #define REG_TC_CHIP_TOP_52_H (REG_TC_CHIP_TOP_BASE + 0xA5) 794 #define REG_TC_CHIP_TOP_53_L (REG_TC_CHIP_TOP_BASE + 0xA6) 795 #define REG_TC_CHIP_TOP_53_H (REG_TC_CHIP_TOP_BASE + 0xA7) 796 #define REG_TC_CHIP_TOP_54_L (REG_TC_CHIP_TOP_BASE + 0xA8) 797 #define REG_TC_CHIP_TOP_54_H (REG_TC_CHIP_TOP_BASE + 0xA9) 798 #define REG_TC_CHIP_TOP_55_L (REG_TC_CHIP_TOP_BASE + 0xAA) 799 #define REG_TC_CHIP_TOP_55_H (REG_TC_CHIP_TOP_BASE + 0xAB) 800 #define REG_TC_CHIP_TOP_56_L (REG_TC_CHIP_TOP_BASE + 0xAC) 801 #define REG_TC_CHIP_TOP_56_H (REG_TC_CHIP_TOP_BASE + 0xAD) 802 #define REG_TC_CHIP_TOP_57_L (REG_TC_CHIP_TOP_BASE + 0xAE) 803 #define REG_TC_CHIP_TOP_57_H (REG_TC_CHIP_TOP_BASE + 0xAF) 804 #define REG_TC_CHIP_TOP_58_L (REG_TC_CHIP_TOP_BASE + 0xB0) 805 #define REG_TC_CHIP_TOP_58_H (REG_TC_CHIP_TOP_BASE + 0xB1) 806 #define REG_TC_CHIP_TOP_59_L (REG_TC_CHIP_TOP_BASE + 0xB2) 807 #define REG_TC_CHIP_TOP_59_H (REG_TC_CHIP_TOP_BASE + 0xB3) 808 #define REG_TC_CHIP_TOP_5A_L (REG_TC_CHIP_TOP_BASE + 0xB4) 809 #define REG_TC_CHIP_TOP_5A_H (REG_TC_CHIP_TOP_BASE + 0xB5) 810 #define REG_TC_CHIP_TOP_5B_L (REG_TC_CHIP_TOP_BASE + 0xB6) 811 #define REG_TC_CHIP_TOP_5B_H (REG_TC_CHIP_TOP_BASE + 0xB7) 812 #define REG_TC_CHIP_TOP_5C_L (REG_TC_CHIP_TOP_BASE + 0xB8) 813 #define REG_TC_CHIP_TOP_5C_H (REG_TC_CHIP_TOP_BASE + 0xB9) 814 #define REG_TC_CHIP_TOP_5D_L (REG_TC_CHIP_TOP_BASE + 0xBA) 815 #define REG_TC_CHIP_TOP_5D_H (REG_TC_CHIP_TOP_BASE + 0xBB) 816 #define REG_TC_CHIP_TOP_5E_L (REG_TC_CHIP_TOP_BASE + 0xBC) 817 #define REG_TC_CHIP_TOP_5E_H (REG_TC_CHIP_TOP_BASE + 0xBD) 818 #define REG_TC_CHIP_TOP_5F_L (REG_TC_CHIP_TOP_BASE + 0xBE) 819 #define REG_TC_CHIP_TOP_5F_H (REG_TC_CHIP_TOP_BASE + 0xBF) 820 #define REG_TC_CHIP_TOP_60_L (REG_TC_CHIP_TOP_BASE + 0xC0) 821 #define REG_TC_CHIP_TOP_60_H (REG_TC_CHIP_TOP_BASE + 0xC1) 822 #define REG_TC_CHIP_TOP_61_L (REG_TC_CHIP_TOP_BASE + 0xC2) 823 #define REG_TC_CHIP_TOP_61_H (REG_TC_CHIP_TOP_BASE + 0xC3) 824 #define REG_TC_CHIP_TOP_62_L (REG_TC_CHIP_TOP_BASE + 0xC4) 825 #define REG_TC_CHIP_TOP_62_H (REG_TC_CHIP_TOP_BASE + 0xC5) 826 #define REG_TC_CHIP_TOP_63_L (REG_TC_CHIP_TOP_BASE + 0xC6) 827 #define REG_TC_CHIP_TOP_63_H (REG_TC_CHIP_TOP_BASE + 0xC7) 828 #define REG_TC_CHIP_TOP_64_L (REG_TC_CHIP_TOP_BASE + 0xC8) 829 #define REG_TC_CHIP_TOP_64_H (REG_TC_CHIP_TOP_BASE + 0xC9) 830 #define REG_TC_CHIP_TOP_65_L (REG_TC_CHIP_TOP_BASE + 0xCA) 831 #define REG_TC_CHIP_TOP_65_H (REG_TC_CHIP_TOP_BASE + 0xCB) 832 #define REG_TC_CHIP_TOP_66_L (REG_TC_CHIP_TOP_BASE + 0xCC) 833 #define REG_TC_CHIP_TOP_66_H (REG_TC_CHIP_TOP_BASE + 0xCD) 834 #define REG_TC_CHIP_TOP_67_L (REG_TC_CHIP_TOP_BASE + 0xCE) 835 #define REG_TC_CHIP_TOP_67_H (REG_TC_CHIP_TOP_BASE + 0xCF) 836 #define REG_TC_CHIP_TOP_68_L (REG_TC_CHIP_TOP_BASE + 0xD0) 837 #define REG_TC_CHIP_TOP_68_H (REG_TC_CHIP_TOP_BASE + 0xD1) 838 #define REG_TC_CHIP_TOP_69_L (REG_TC_CHIP_TOP_BASE + 0xD2) 839 #define REG_TC_CHIP_TOP_69_H (REG_TC_CHIP_TOP_BASE + 0xD3) 840 #define REG_TC_CHIP_TOP_6A_L (REG_TC_CHIP_TOP_BASE + 0xD4) 841 #define REG_TC_CHIP_TOP_6A_H (REG_TC_CHIP_TOP_BASE + 0xD5) 842 #define REG_TC_CHIP_TOP_6B_L (REG_TC_CHIP_TOP_BASE + 0xD6) 843 #define REG_TC_CHIP_TOP_6B_H (REG_TC_CHIP_TOP_BASE + 0xD7) 844 #define REG_TC_CHIP_TOP_6C_L (REG_TC_CHIP_TOP_BASE + 0xD8) 845 #define REG_TC_CHIP_TOP_6C_H (REG_TC_CHIP_TOP_BASE + 0xD9) 846 #define REG_TC_CHIP_TOP_6D_L (REG_TC_CHIP_TOP_BASE + 0xDA) 847 #define REG_TC_CHIP_TOP_6D_H (REG_TC_CHIP_TOP_BASE + 0xDB) 848 #define REG_TC_CHIP_TOP_6E_L (REG_TC_CHIP_TOP_BASE + 0xDC) 849 #define REG_TC_CHIP_TOP_6E_H (REG_TC_CHIP_TOP_BASE + 0xDD) 850 #define REG_TC_CHIP_TOP_6F_L (REG_TC_CHIP_TOP_BASE + 0xDE) 851 #define REG_TC_CHIP_TOP_6F_H (REG_TC_CHIP_TOP_BASE + 0xDF) 852 #define REG_TC_CHIP_TOP_70_L (REG_TC_CHIP_TOP_BASE + 0xE0) 853 #define REG_TC_CHIP_TOP_70_H (REG_TC_CHIP_TOP_BASE + 0xE1) 854 #define REG_TC_CHIP_TOP_71_L (REG_TC_CHIP_TOP_BASE + 0xE2) 855 #define REG_TC_CHIP_TOP_71_H (REG_TC_CHIP_TOP_BASE + 0xE3) 856 #define REG_TC_CHIP_TOP_72_L (REG_TC_CHIP_TOP_BASE + 0xE4) 857 #define REG_TC_CHIP_TOP_72_H (REG_TC_CHIP_TOP_BASE + 0xE5) 858 #define REG_TC_CHIP_TOP_73_L (REG_TC_CHIP_TOP_BASE + 0xE6) 859 #define REG_TC_CHIP_TOP_73_H (REG_TC_CHIP_TOP_BASE + 0xE7) 860 #define REG_TC_CHIP_TOP_74_L (REG_TC_CHIP_TOP_BASE + 0xE8) 861 #define REG_TC_CHIP_TOP_74_H (REG_TC_CHIP_TOP_BASE + 0xE9) 862 #define REG_TC_CHIP_TOP_75_L (REG_TC_CHIP_TOP_BASE + 0xEA) 863 #define REG_TC_CHIP_TOP_75_H (REG_TC_CHIP_TOP_BASE + 0xEB) 864 #define REG_TC_CHIP_TOP_76_L (REG_TC_CHIP_TOP_BASE + 0xEC) 865 #define REG_TC_CHIP_TOP_76_H (REG_TC_CHIP_TOP_BASE + 0xED) 866 #define REG_TC_CHIP_TOP_77_L (REG_TC_CHIP_TOP_BASE + 0xEE) 867 #define REG_TC_CHIP_TOP_77_H (REG_TC_CHIP_TOP_BASE + 0xEF) 868 #define REG_TC_CHIP_TOP_78_L (REG_TC_CHIP_TOP_BASE + 0xF0) 869 #define REG_TC_CHIP_TOP_78_H (REG_TC_CHIP_TOP_BASE + 0xF1) 870 #define REG_TC_CHIP_TOP_79_L (REG_TC_CHIP_TOP_BASE + 0xF2) 871 #define REG_TC_CHIP_TOP_79_H (REG_TC_CHIP_TOP_BASE + 0xF3) 872 #define REG_TC_CHIP_TOP_7A_L (REG_TC_CHIP_TOP_BASE + 0xF4) 873 #define REG_TC_CHIP_TOP_7A_H (REG_TC_CHIP_TOP_BASE + 0xF5) 874 #define REG_TC_CHIP_TOP_7B_L (REG_TC_CHIP_TOP_BASE + 0xF6) 875 #define REG_TC_CHIP_TOP_7B_H (REG_TC_CHIP_TOP_BASE + 0xF7) 876 #define REG_TC_CHIP_TOP_7C_L (REG_TC_CHIP_TOP_BASE + 0xF8) 877 #define REG_TC_CHIP_TOP_7C_H (REG_TC_CHIP_TOP_BASE + 0xF9) 878 #define REG_TC_CHIP_TOP_7D_L (REG_TC_CHIP_TOP_BASE + 0xFA) 879 #define REG_TC_CHIP_TOP_7D_H (REG_TC_CHIP_TOP_BASE + 0xFB) 880 #define REG_TC_CHIP_TOP_7E_L (REG_TC_CHIP_TOP_BASE + 0xFC) 881 #define REG_TC_CHIP_TOP_7E_H (REG_TC_CHIP_TOP_BASE + 0xFD) 882 #define REG_TC_CHIP_TOP_7F_L (REG_TC_CHIP_TOP_BASE + 0xFE) 883 #define REG_TC_CHIP_TOP_7F_H (REG_TC_CHIP_TOP_BASE + 0xFF) 884 885 #define REG_TC_TCON_00_L (REG_TC_TCON_BASE + 0x00) 886 #define REG_TC_TCON_00_H (REG_TC_TCON_BASE + 0x01) 887 #define REG_TC_TCON_01_L (REG_TC_TCON_BASE + 0x02) 888 #define REG_TC_TCON_01_H (REG_TC_TCON_BASE + 0x03) 889 #define REG_TC_TCON_02_L (REG_TC_TCON_BASE + 0x04) 890 #define REG_TC_TCON_02_H (REG_TC_TCON_BASE + 0x05) 891 #define REG_TC_TCON_03_L (REG_TC_TCON_BASE + 0x06) 892 #define REG_TC_TCON_03_H (REG_TC_TCON_BASE + 0x07) 893 #define REG_TC_TCON_04_L (REG_TC_TCON_BASE + 0x08) 894 #define REG_TC_TCON_04_H (REG_TC_TCON_BASE + 0x09) 895 #define REG_TC_TCON_05_L (REG_TC_TCON_BASE + 0x0A) 896 #define REG_TC_TCON_05_H (REG_TC_TCON_BASE + 0x0B) 897 #define REG_TC_TCON_06_L (REG_TC_TCON_BASE + 0x0C) 898 #define REG_TC_TCON_06_H (REG_TC_TCON_BASE + 0x0D) 899 #define REG_TC_TCON_07_L (REG_TC_TCON_BASE + 0x0E) 900 #define REG_TC_TCON_07_H (REG_TC_TCON_BASE + 0x0F) 901 #define REG_TC_TCON_08_L (REG_TC_TCON_BASE + 0x10) 902 #define REG_TC_TCON_08_H (REG_TC_TCON_BASE + 0x11) 903 #define REG_TC_TCON_09_L (REG_TC_TCON_BASE + 0x12) 904 #define REG_TC_TCON_09_H (REG_TC_TCON_BASE + 0x13) 905 #define REG_TC_TCON_0A_L (REG_TC_TCON_BASE + 0x14) 906 #define REG_TC_TCON_0A_H (REG_TC_TCON_BASE + 0x15) 907 #define REG_TC_TCON_0B_L (REG_TC_TCON_BASE + 0x16) 908 #define REG_TC_TCON_0B_H (REG_TC_TCON_BASE + 0x17) 909 #define REG_TC_TCON_0C_L (REG_TC_TCON_BASE + 0x18) 910 #define REG_TC_TCON_0C_H (REG_TC_TCON_BASE + 0x19) 911 #define REG_TC_TCON_0D_L (REG_TC_TCON_BASE + 0x1A) 912 #define REG_TC_TCON_0D_H (REG_TC_TCON_BASE + 0x1B) 913 #define REG_TC_TCON_0E_L (REG_TC_TCON_BASE + 0x1C) 914 #define REG_TC_TCON_0E_H (REG_TC_TCON_BASE + 0x1D) 915 #define REG_TC_TCON_0F_L (REG_TC_TCON_BASE + 0x1E) 916 #define REG_TC_TCON_0F_H (REG_TC_TCON_BASE + 0x1F) 917 #define REG_TC_TCON_10_L (REG_TC_TCON_BASE + 0x20) 918 #define REG_TC_TCON_10_H (REG_TC_TCON_BASE + 0x21) 919 #define REG_TC_TCON_11_L (REG_TC_TCON_BASE + 0x22) 920 #define REG_TC_TCON_11_H (REG_TC_TCON_BASE + 0x23) 921 #define REG_TC_TCON_12_L (REG_TC_TCON_BASE + 0x24) 922 #define REG_TC_TCON_12_H (REG_TC_TCON_BASE + 0x25) 923 #define REG_TC_TCON_13_L (REG_TC_TCON_BASE + 0x26) 924 #define REG_TC_TCON_13_H (REG_TC_TCON_BASE + 0x27) 925 #define REG_TC_TCON_14_L (REG_TC_TCON_BASE + 0x28) 926 #define REG_TC_TCON_14_H (REG_TC_TCON_BASE + 0x29) 927 #define REG_TC_TCON_15_L (REG_TC_TCON_BASE + 0x2A) 928 #define REG_TC_TCON_15_H (REG_TC_TCON_BASE + 0x2B) 929 #define REG_TC_TCON_16_L (REG_TC_TCON_BASE + 0x2C) 930 #define REG_TC_TCON_16_H (REG_TC_TCON_BASE + 0x2D) 931 #define REG_TC_TCON_17_L (REG_TC_TCON_BASE + 0x2E) 932 #define REG_TC_TCON_17_H (REG_TC_TCON_BASE + 0x2F) 933 #define REG_TC_TCON_18_L (REG_TC_TCON_BASE + 0x30) 934 #define REG_TC_TCON_18_H (REG_TC_TCON_BASE + 0x31) 935 #define REG_TC_TCON_19_L (REG_TC_TCON_BASE + 0x32) 936 #define REG_TC_TCON_19_H (REG_TC_TCON_BASE + 0x33) 937 #define REG_TC_TCON_1A_L (REG_TC_TCON_BASE + 0x34) 938 #define REG_TC_TCON_1A_H (REG_TC_TCON_BASE + 0x35) 939 #define REG_TC_TCON_1B_L (REG_TC_TCON_BASE + 0x36) 940 #define REG_TC_TCON_1B_H (REG_TC_TCON_BASE + 0x37) 941 #define REG_TC_TCON_1C_L (REG_TC_TCON_BASE + 0x38) 942 #define REG_TC_TCON_1C_H (REG_TC_TCON_BASE + 0x39) 943 #define REG_TC_TCON_1D_L (REG_TC_TCON_BASE + 0x3A) 944 #define REG_TC_TCON_1D_H (REG_TC_TCON_BASE + 0x3B) 945 #define REG_TC_TCON_1E_L (REG_TC_TCON_BASE + 0x3C) 946 #define REG_TC_TCON_1E_H (REG_TC_TCON_BASE + 0x3D) 947 #define REG_TC_TCON_1F_L (REG_TC_TCON_BASE + 0x3E) 948 #define REG_TC_TCON_1F_H (REG_TC_TCON_BASE + 0x3F) 949 #define REG_TC_TCON_20_L (REG_TC_TCON_BASE + 0x40) 950 #define REG_TC_TCON_20_H (REG_TC_TCON_BASE + 0x41) 951 #define REG_TC_TCON_21_L (REG_TC_TCON_BASE + 0x42) 952 #define REG_TC_TCON_21_H (REG_TC_TCON_BASE + 0x43) 953 #define REG_TC_TCON_22_L (REG_TC_TCON_BASE + 0x44) 954 #define REG_TC_TCON_22_H (REG_TC_TCON_BASE + 0x45) 955 #define REG_TC_TCON_23_L (REG_TC_TCON_BASE + 0x46) 956 #define REG_TC_TCON_23_H (REG_TC_TCON_BASE + 0x47) 957 #define REG_TC_TCON_24_L (REG_TC_TCON_BASE + 0x48) 958 #define REG_TC_TCON_24_H (REG_TC_TCON_BASE + 0x49) 959 #define REG_TC_TCON_25_L (REG_TC_TCON_BASE + 0x4A) 960 #define REG_TC_TCON_25_H (REG_TC_TCON_BASE + 0x4B) 961 #define REG_TC_TCON_26_L (REG_TC_TCON_BASE + 0x4C) 962 #define REG_TC_TCON_26_H (REG_TC_TCON_BASE + 0x4D) 963 #define REG_TC_TCON_27_L (REG_TC_TCON_BASE + 0x4E) 964 #define REG_TC_TCON_27_H (REG_TC_TCON_BASE + 0x4F) 965 #define REG_TC_TCON_28_L (REG_TC_TCON_BASE + 0x50) 966 #define REG_TC_TCON_28_H (REG_TC_TCON_BASE + 0x51) 967 #define REG_TC_TCON_29_L (REG_TC_TCON_BASE + 0x52) 968 #define REG_TC_TCON_29_H (REG_TC_TCON_BASE + 0x53) 969 #define REG_TC_TCON_2A_L (REG_TC_TCON_BASE + 0x54) 970 #define REG_TC_TCON_2A_H (REG_TC_TCON_BASE + 0x55) 971 #define REG_TC_TCON_2B_L (REG_TC_TCON_BASE + 0x56) 972 #define REG_TC_TCON_2B_H (REG_TC_TCON_BASE + 0x57) 973 #define REG_TC_TCON_2C_L (REG_TC_TCON_BASE + 0x58) 974 #define REG_TC_TCON_2C_H (REG_TC_TCON_BASE + 0x59) 975 #define REG_TC_TCON_2D_L (REG_TC_TCON_BASE + 0x5A) 976 #define REG_TC_TCON_2D_H (REG_TC_TCON_BASE + 0x5B) 977 #define REG_TC_TCON_2E_L (REG_TC_TCON_BASE + 0x5C) 978 #define REG_TC_TCON_2E_H (REG_TC_TCON_BASE + 0x5D) 979 #define REG_TC_TCON_2F_L (REG_TC_TCON_BASE + 0x5E) 980 #define REG_TC_TCON_2F_H (REG_TC_TCON_BASE + 0x5F) 981 #define REG_TC_TCON_30_L (REG_TC_TCON_BASE + 0x60) 982 #define REG_TC_TCON_30_H (REG_TC_TCON_BASE + 0x61) 983 #define REG_TC_TCON_31_L (REG_TC_TCON_BASE + 0x62) 984 #define REG_TC_TCON_31_H (REG_TC_TCON_BASE + 0x63) 985 #define REG_TC_TCON_32_L (REG_TC_TCON_BASE + 0x64) 986 #define REG_TC_TCON_32_H (REG_TC_TCON_BASE + 0x65) 987 #define REG_TC_TCON_33_L (REG_TC_TCON_BASE + 0x66) 988 #define REG_TC_TCON_33_H (REG_TC_TCON_BASE + 0x67) 989 #define REG_TC_TCON_34_L (REG_TC_TCON_BASE + 0x68) 990 #define REG_TC_TCON_34_H (REG_TC_TCON_BASE + 0x69) 991 #define REG_TC_TCON_35_L (REG_TC_TCON_BASE + 0x6A) 992 #define REG_TC_TCON_35_H (REG_TC_TCON_BASE + 0x6B) 993 #define REG_TC_TCON_36_L (REG_TC_TCON_BASE + 0x6C) 994 #define REG_TC_TCON_36_H (REG_TC_TCON_BASE + 0x6D) 995 #define REG_TC_TCON_37_L (REG_TC_TCON_BASE + 0x6E) 996 #define REG_TC_TCON_37_H (REG_TC_TCON_BASE + 0x6F) 997 #define REG_TC_TCON_38_L (REG_TC_TCON_BASE + 0x70) 998 #define REG_TC_TCON_38_H (REG_TC_TCON_BASE + 0x71) 999 #define REG_TC_TCON_39_L (REG_TC_TCON_BASE + 0x72) 1000 #define REG_TC_TCON_39_H (REG_TC_TCON_BASE + 0x73) 1001 #define REG_TC_TCON_3A_L (REG_TC_TCON_BASE + 0x74) 1002 #define REG_TC_TCON_3A_H (REG_TC_TCON_BASE + 0x75) 1003 #define REG_TC_TCON_3B_L (REG_TC_TCON_BASE + 0x76) 1004 #define REG_TC_TCON_3B_H (REG_TC_TCON_BASE + 0x77) 1005 #define REG_TC_TCON_3C_L (REG_TC_TCON_BASE + 0x78) 1006 #define REG_TC_TCON_3C_H (REG_TC_TCON_BASE + 0x79) 1007 #define REG_TC_TCON_3D_L (REG_TC_TCON_BASE + 0x7A) 1008 #define REG_TC_TCON_3D_H (REG_TC_TCON_BASE + 0x7B) 1009 #define REG_TC_TCON_3E_L (REG_TC_TCON_BASE + 0x7C) 1010 #define REG_TC_TCON_3E_H (REG_TC_TCON_BASE + 0x7D) 1011 #define REG_TC_TCON_3F_L (REG_TC_TCON_BASE + 0x7E) 1012 #define REG_TC_TCON_3F_H (REG_TC_TCON_BASE + 0x7F) 1013 #define REG_TC_TCON_40_L (REG_TC_TCON_BASE + 0x80) 1014 #define REG_TC_TCON_40_H (REG_TC_TCON_BASE + 0x81) 1015 #define REG_TC_TCON_41_L (REG_TC_TCON_BASE + 0x82) 1016 #define REG_TC_TCON_41_H (REG_TC_TCON_BASE + 0x83) 1017 #define REG_TC_TCON_42_L (REG_TC_TCON_BASE + 0x84) 1018 #define REG_TC_TCON_42_H (REG_TC_TCON_BASE + 0x85) 1019 #define REG_TC_TCON_43_L (REG_TC_TCON_BASE + 0x86) 1020 #define REG_TC_TCON_43_H (REG_TC_TCON_BASE + 0x87) 1021 #define REG_TC_TCON_44_L (REG_TC_TCON_BASE + 0x88) 1022 #define REG_TC_TCON_44_H (REG_TC_TCON_BASE + 0x89) 1023 #define REG_TC_TCON_45_L (REG_TC_TCON_BASE + 0x8A) 1024 #define REG_TC_TCON_45_H (REG_TC_TCON_BASE + 0x8B) 1025 #define REG_TC_TCON_46_L (REG_TC_TCON_BASE + 0x8C) 1026 #define REG_TC_TCON_46_H (REG_TC_TCON_BASE + 0x8D) 1027 #define REG_TC_TCON_47_L (REG_TC_TCON_BASE + 0x8E) 1028 #define REG_TC_TCON_47_H (REG_TC_TCON_BASE + 0x8F) 1029 #define REG_TC_TCON_48_L (REG_TC_TCON_BASE + 0x90) 1030 #define REG_TC_TCON_48_H (REG_TC_TCON_BASE + 0x91) 1031 #define REG_TC_TCON_49_L (REG_TC_TCON_BASE + 0x92) 1032 #define REG_TC_TCON_49_H (REG_TC_TCON_BASE + 0x93) 1033 #define REG_TC_TCON_4A_L (REG_TC_TCON_BASE + 0x94) 1034 #define REG_TC_TCON_4A_H (REG_TC_TCON_BASE + 0x95) 1035 #define REG_TC_TCON_4B_L (REG_TC_TCON_BASE + 0x96) 1036 #define REG_TC_TCON_4B_H (REG_TC_TCON_BASE + 0x97) 1037 #define REG_TC_TCON_4C_L (REG_TC_TCON_BASE + 0x98) 1038 #define REG_TC_TCON_4C_H (REG_TC_TCON_BASE + 0x99) 1039 #define REG_TC_TCON_4D_L (REG_TC_TCON_BASE + 0x9A) 1040 #define REG_TC_TCON_4D_H (REG_TC_TCON_BASE + 0x9B) 1041 #define REG_TC_TCON_4E_L (REG_TC_TCON_BASE + 0x9C) 1042 #define REG_TC_TCON_4E_H (REG_TC_TCON_BASE + 0x9D) 1043 #define REG_TC_TCON_4F_L (REG_TC_TCON_BASE + 0x9E) 1044 #define REG_TC_TCON_4F_H (REG_TC_TCON_BASE + 0x9F) 1045 #define REG_TC_TCON_50_L (REG_TC_TCON_BASE + 0xA0) 1046 #define REG_TC_TCON_50_H (REG_TC_TCON_BASE + 0xA1) 1047 #define REG_TC_TCON_51_L (REG_TC_TCON_BASE + 0xA2) 1048 #define REG_TC_TCON_51_H (REG_TC_TCON_BASE + 0xA3) 1049 #define REG_TC_TCON_52_L (REG_TC_TCON_BASE + 0xA4) 1050 #define REG_TC_TCON_52_H (REG_TC_TCON_BASE + 0xA5) 1051 #define REG_TC_TCON_53_L (REG_TC_TCON_BASE + 0xA6) 1052 #define REG_TC_TCON_53_H (REG_TC_TCON_BASE + 0xA7) 1053 #define REG_TC_TCON_54_L (REG_TC_TCON_BASE + 0xA8) 1054 #define REG_TC_TCON_54_H (REG_TC_TCON_BASE + 0xA9) 1055 #define REG_TC_TCON_55_L (REG_TC_TCON_BASE + 0xAA) 1056 #define REG_TC_TCON_55_H (REG_TC_TCON_BASE + 0xAB) 1057 #define REG_TC_TCON_56_L (REG_TC_TCON_BASE + 0xAC) 1058 #define REG_TC_TCON_56_H (REG_TC_TCON_BASE + 0xAD) 1059 #define REG_TC_TCON_57_L (REG_TC_TCON_BASE + 0xAE) 1060 #define REG_TC_TCON_57_H (REG_TC_TCON_BASE + 0xAF) 1061 #define REG_TC_TCON_58_L (REG_TC_TCON_BASE + 0xB0) 1062 #define REG_TC_TCON_58_H (REG_TC_TCON_BASE + 0xB1) 1063 #define REG_TC_TCON_59_L (REG_TC_TCON_BASE + 0xB2) 1064 #define REG_TC_TCON_59_H (REG_TC_TCON_BASE + 0xB3) 1065 #define REG_TC_TCON_5A_L (REG_TC_TCON_BASE + 0xB4) 1066 #define REG_TC_TCON_5A_H (REG_TC_TCON_BASE + 0xB5) 1067 #define REG_TC_TCON_5B_L (REG_TC_TCON_BASE + 0xB6) 1068 #define REG_TC_TCON_5B_H (REG_TC_TCON_BASE + 0xB7) 1069 #define REG_TC_TCON_5C_L (REG_TC_TCON_BASE + 0xB8) 1070 #define REG_TC_TCON_5C_H (REG_TC_TCON_BASE + 0xB9) 1071 #define REG_TC_TCON_5D_L (REG_TC_TCON_BASE + 0xBA) 1072 #define REG_TC_TCON_5D_H (REG_TC_TCON_BASE + 0xBB) 1073 #define REG_TC_TCON_5E_L (REG_TC_TCON_BASE + 0xBC) 1074 #define REG_TC_TCON_5E_H (REG_TC_TCON_BASE + 0xBD) 1075 #define REG_TC_TCON_5F_L (REG_TC_TCON_BASE + 0xBE) 1076 #define REG_TC_TCON_5F_H (REG_TC_TCON_BASE + 0xBF) 1077 #define REG_TC_TCON_60_L (REG_TC_TCON_BASE + 0xC0) 1078 #define REG_TC_TCON_60_H (REG_TC_TCON_BASE + 0xC1) 1079 #define REG_TC_TCON_61_L (REG_TC_TCON_BASE + 0xC2) 1080 #define REG_TC_TCON_61_H (REG_TC_TCON_BASE + 0xC3) 1081 #define REG_TC_TCON_62_L (REG_TC_TCON_BASE + 0xC4) 1082 #define REG_TC_TCON_62_H (REG_TC_TCON_BASE + 0xC5) 1083 #define REG_TC_TCON_63_L (REG_TC_TCON_BASE + 0xC6) 1084 #define REG_TC_TCON_63_H (REG_TC_TCON_BASE + 0xC7) 1085 #define REG_TC_TCON_64_L (REG_TC_TCON_BASE + 0xC8) 1086 #define REG_TC_TCON_64_H (REG_TC_TCON_BASE + 0xC9) 1087 #define REG_TC_TCON_65_L (REG_TC_TCON_BASE + 0xCA) 1088 #define REG_TC_TCON_65_H (REG_TC_TCON_BASE + 0xCB) 1089 #define REG_TC_TCON_66_L (REG_TC_TCON_BASE + 0xCC) 1090 #define REG_TC_TCON_66_H (REG_TC_TCON_BASE + 0xCD) 1091 #define REG_TC_TCON_67_L (REG_TC_TCON_BASE + 0xCE) 1092 #define REG_TC_TCON_67_H (REG_TC_TCON_BASE + 0xCF) 1093 #define REG_TC_TCON_68_L (REG_TC_TCON_BASE + 0xD0) 1094 #define REG_TC_TCON_68_H (REG_TC_TCON_BASE + 0xD1) 1095 #define REG_TC_TCON_69_L (REG_TC_TCON_BASE + 0xD2) 1096 #define REG_TC_TCON_69_H (REG_TC_TCON_BASE + 0xD3) 1097 #define REG_TC_TCON_6A_L (REG_TC_TCON_BASE + 0xD4) 1098 #define REG_TC_TCON_6A_H (REG_TC_TCON_BASE + 0xD5) 1099 #define REG_TC_TCON_6B_L (REG_TC_TCON_BASE + 0xD6) 1100 #define REG_TC_TCON_6B_H (REG_TC_TCON_BASE + 0xD7) 1101 #define REG_TC_TCON_6C_L (REG_TC_TCON_BASE + 0xD8) 1102 #define REG_TC_TCON_6C_H (REG_TC_TCON_BASE + 0xD9) 1103 #define REG_TC_TCON_6D_L (REG_TC_TCON_BASE + 0xDA) 1104 #define REG_TC_TCON_6D_H (REG_TC_TCON_BASE + 0xDB) 1105 #define REG_TC_TCON_6E_L (REG_TC_TCON_BASE + 0xDC) 1106 #define REG_TC_TCON_6E_H (REG_TC_TCON_BASE + 0xDD) 1107 #define REG_TC_TCON_6F_L (REG_TC_TCON_BASE + 0xDE) 1108 #define REG_TC_TCON_6F_H (REG_TC_TCON_BASE + 0xDF) 1109 #define REG_TC_TCON_70_L (REG_TC_TCON_BASE + 0xE0) 1110 #define REG_TC_TCON_70_H (REG_TC_TCON_BASE + 0xE1) 1111 #define REG_TC_TCON_71_L (REG_TC_TCON_BASE + 0xE2) 1112 #define REG_TC_TCON_71_H (REG_TC_TCON_BASE + 0xE3) 1113 #define REG_TC_TCON_72_L (REG_TC_TCON_BASE + 0xE4) 1114 #define REG_TC_TCON_72_H (REG_TC_TCON_BASE + 0xE5) 1115 #define REG_TC_TCON_73_L (REG_TC_TCON_BASE + 0xE6) 1116 #define REG_TC_TCON_73_H (REG_TC_TCON_BASE + 0xE7) 1117 #define REG_TC_TCON_74_L (REG_TC_TCON_BASE + 0xE8) 1118 #define REG_TC_TCON_74_H (REG_TC_TCON_BASE + 0xE9) 1119 #define REG_TC_TCON_75_L (REG_TC_TCON_BASE + 0xEA) 1120 #define REG_TC_TCON_75_H (REG_TC_TCON_BASE + 0xEB) 1121 #define REG_TC_TCON_76_L (REG_TC_TCON_BASE + 0xEC) 1122 #define REG_TC_TCON_76_H (REG_TC_TCON_BASE + 0xED) 1123 #define REG_TC_TCON_77_L (REG_TC_TCON_BASE + 0xEE) 1124 #define REG_TC_TCON_77_H (REG_TC_TCON_BASE + 0xEF) 1125 #define REG_TC_TCON_78_L (REG_TC_TCON_BASE + 0xF0) 1126 #define REG_TC_TCON_78_H (REG_TC_TCON_BASE + 0xF1) 1127 #define REG_TC_TCON_79_L (REG_TC_TCON_BASE + 0xF2) 1128 #define REG_TC_TCON_79_H (REG_TC_TCON_BASE + 0xF3) 1129 #define REG_TC_TCON_7A_L (REG_TC_TCON_BASE + 0xF4) 1130 #define REG_TC_TCON_7A_H (REG_TC_TCON_BASE + 0xF5) 1131 #define REG_TC_TCON_7B_L (REG_TC_TCON_BASE + 0xF6) 1132 #define REG_TC_TCON_7B_H (REG_TC_TCON_BASE + 0xF7) 1133 #define REG_TC_TCON_7C_L (REG_TC_TCON_BASE + 0xF8) 1134 #define REG_TC_TCON_7C_H (REG_TC_TCON_BASE + 0xF9) 1135 #define REG_TC_TCON_7D_L (REG_TC_TCON_BASE + 0xFA) 1136 #define REG_TC_TCON_7D_H (REG_TC_TCON_BASE + 0xFB) 1137 #define REG_TC_TCON_7E_L (REG_TC_TCON_BASE + 0xFC) 1138 #define REG_TC_TCON_7E_H (REG_TC_TCON_BASE + 0xFD) 1139 #define REG_TC_TCON_7F_L (REG_TC_TCON_BASE + 0xFE) 1140 #define REG_TC_TCON_7F_H (REG_TC_TCON_BASE + 0xFF) 1141 1142 #define REG_TC_LPLL_00_L (REG_TC_LPLL_BASE + 0x00) 1143 #define REG_TC_LPLL_00_H (REG_TC_LPLL_BASE + 0x01) 1144 #define REG_TC_LPLL_01_L (REG_TC_LPLL_BASE + 0x02) 1145 #define REG_TC_LPLL_01_H (REG_TC_LPLL_BASE + 0x03) 1146 #define REG_TC_LPLL_02_L (REG_TC_LPLL_BASE + 0x04) 1147 #define REG_TC_LPLL_02_H (REG_TC_LPLL_BASE + 0x05) 1148 #define REG_TC_LPLL_03_L (REG_TC_LPLL_BASE + 0x06) 1149 #define REG_TC_LPLL_03_H (REG_TC_LPLL_BASE + 0x07) 1150 #define REG_TC_LPLL_04_L (REG_TC_LPLL_BASE + 0x08) 1151 #define REG_TC_LPLL_04_H (REG_TC_LPLL_BASE + 0x09) 1152 #define REG_TC_LPLL_05_L (REG_TC_LPLL_BASE + 0x0A) 1153 #define REG_TC_LPLL_05_H (REG_TC_LPLL_BASE + 0x0B) 1154 #define REG_TC_LPLL_06_L (REG_TC_LPLL_BASE + 0x0C) 1155 #define REG_TC_LPLL_06_H (REG_TC_LPLL_BASE + 0x0D) 1156 #define REG_TC_LPLL_07_L (REG_TC_LPLL_BASE + 0x0E) 1157 #define REG_TC_LPLL_07_H (REG_TC_LPLL_BASE + 0x0F) 1158 #define REG_TC_LPLL_08_L (REG_TC_LPLL_BASE + 0x10) 1159 #define REG_TC_LPLL_08_H (REG_TC_LPLL_BASE + 0x11) 1160 #define REG_TC_LPLL_09_L (REG_TC_LPLL_BASE + 0x12) 1161 #define REG_TC_LPLL_09_H (REG_TC_LPLL_BASE + 0x13) 1162 #define REG_TC_LPLL_0A_L (REG_TC_LPLL_BASE + 0x14) 1163 #define REG_TC_LPLL_0A_H (REG_TC_LPLL_BASE + 0x15) 1164 #define REG_TC_LPLL_0B_L (REG_TC_LPLL_BASE + 0x16) 1165 #define REG_TC_LPLL_0B_H (REG_TC_LPLL_BASE + 0x17) 1166 #define REG_TC_LPLL_0C_L (REG_TC_LPLL_BASE + 0x18) 1167 #define REG_TC_LPLL_0C_H (REG_TC_LPLL_BASE + 0x19) 1168 #define REG_TC_LPLL_0D_L (REG_TC_LPLL_BASE + 0x1A) 1169 #define REG_TC_LPLL_0D_H (REG_TC_LPLL_BASE + 0x1B) 1170 #define REG_TC_LPLL_0E_L (REG_TC_LPLL_BASE + 0x1C) 1171 #define REG_TC_LPLL_0E_H (REG_TC_LPLL_BASE + 0x1D) 1172 #define REG_TC_LPLL_0F_L (REG_TC_LPLL_BASE + 0x1E) 1173 #define REG_TC_LPLL_0F_H (REG_TC_LPLL_BASE + 0x1F) 1174 #define REG_TC_LPLL_10_L (REG_TC_LPLL_BASE + 0x20) 1175 #define REG_TC_LPLL_10_H (REG_TC_LPLL_BASE + 0x21) 1176 #define REG_TC_LPLL_11_L (REG_TC_LPLL_BASE + 0x22) 1177 #define REG_TC_LPLL_11_H (REG_TC_LPLL_BASE + 0x23) 1178 #define REG_TC_LPLL_12_L (REG_TC_LPLL_BASE + 0x24) 1179 #define REG_TC_LPLL_12_H (REG_TC_LPLL_BASE + 0x25) 1180 #define REG_TC_LPLL_13_L (REG_TC_LPLL_BASE + 0x26) 1181 #define REG_TC_LPLL_13_H (REG_TC_LPLL_BASE + 0x27) 1182 #define REG_TC_LPLL_14_L (REG_TC_LPLL_BASE + 0x28) 1183 #define REG_TC_LPLL_14_H (REG_TC_LPLL_BASE + 0x29) 1184 #define REG_TC_LPLL_15_L (REG_TC_LPLL_BASE + 0x2A) 1185 #define REG_TC_LPLL_15_H (REG_TC_LPLL_BASE + 0x2B) 1186 #define REG_TC_LPLL_16_L (REG_TC_LPLL_BASE + 0x2C) 1187 #define REG_TC_LPLL_16_H (REG_TC_LPLL_BASE + 0x2D) 1188 #define REG_TC_LPLL_17_L (REG_TC_LPLL_BASE + 0x2E) 1189 #define REG_TC_LPLL_17_H (REG_TC_LPLL_BASE + 0x2F) 1190 #define REG_TC_LPLL_18_L (REG_TC_LPLL_BASE + 0x30) 1191 #define REG_TC_LPLL_18_H (REG_TC_LPLL_BASE + 0x31) 1192 #define REG_TC_LPLL_19_L (REG_TC_LPLL_BASE + 0x32) 1193 #define REG_TC_LPLL_19_H (REG_TC_LPLL_BASE + 0x33) 1194 #define REG_TC_LPLL_1A_L (REG_TC_LPLL_BASE + 0x34) 1195 #define REG_TC_LPLL_1A_H (REG_TC_LPLL_BASE + 0x35) 1196 #define REG_TC_LPLL_1B_L (REG_TC_LPLL_BASE + 0x36) 1197 #define REG_TC_LPLL_1B_H (REG_TC_LPLL_BASE + 0x37) 1198 #define REG_TC_LPLL_1C_L (REG_TC_LPLL_BASE + 0x38) 1199 #define REG_TC_LPLL_1C_H (REG_TC_LPLL_BASE + 0x39) 1200 #define REG_TC_LPLL_1D_L (REG_TC_LPLL_BASE + 0x3A) 1201 #define REG_TC_LPLL_1D_H (REG_TC_LPLL_BASE + 0x3B) 1202 #define REG_TC_LPLL_1E_L (REG_TC_LPLL_BASE + 0x3C) 1203 #define REG_TC_LPLL_1E_H (REG_TC_LPLL_BASE + 0x3D) 1204 #define REG_TC_LPLL_1F_L (REG_TC_LPLL_BASE + 0x3E) 1205 #define REG_TC_LPLL_1F_H (REG_TC_LPLL_BASE + 0x3F) 1206 #define REG_TC_LPLL_20_L (REG_TC_LPLL_BASE + 0x40) 1207 #define REG_TC_LPLL_20_H (REG_TC_LPLL_BASE + 0x41) 1208 #define REG_TC_LPLL_21_L (REG_TC_LPLL_BASE + 0x42) 1209 #define REG_TC_LPLL_21_H (REG_TC_LPLL_BASE + 0x43) 1210 #define REG_TC_LPLL_22_L (REG_TC_LPLL_BASE + 0x44) 1211 #define REG_TC_LPLL_22_H (REG_TC_LPLL_BASE + 0x45) 1212 #define REG_TC_LPLL_23_L (REG_TC_LPLL_BASE + 0x46) 1213 #define REG_TC_LPLL_23_H (REG_TC_LPLL_BASE + 0x47) 1214 #define REG_TC_LPLL_24_L (REG_TC_LPLL_BASE + 0x48) 1215 #define REG_TC_LPLL_24_H (REG_TC_LPLL_BASE + 0x49) 1216 #define REG_TC_LPLL_25_L (REG_TC_LPLL_BASE + 0x4A) 1217 #define REG_TC_LPLL_25_H (REG_TC_LPLL_BASE + 0x4B) 1218 #define REG_TC_LPLL_26_L (REG_TC_LPLL_BASE + 0x4C) 1219 #define REG_TC_LPLL_26_H (REG_TC_LPLL_BASE + 0x4D) 1220 #define REG_TC_LPLL_27_L (REG_TC_LPLL_BASE + 0x4E) 1221 #define REG_TC_LPLL_27_H (REG_TC_LPLL_BASE + 0x4F) 1222 #define REG_TC_LPLL_28_L (REG_TC_LPLL_BASE + 0x50) 1223 #define REG_TC_LPLL_28_H (REG_TC_LPLL_BASE + 0x51) 1224 #define REG_TC_LPLL_29_L (REG_TC_LPLL_BASE + 0x52) 1225 #define REG_TC_LPLL_29_H (REG_TC_LPLL_BASE + 0x53) 1226 #define REG_TC_LPLL_2A_L (REG_TC_LPLL_BASE + 0x54) 1227 #define REG_TC_LPLL_2A_H (REG_TC_LPLL_BASE + 0x55) 1228 #define REG_TC_LPLL_2B_L (REG_TC_LPLL_BASE + 0x56) 1229 #define REG_TC_LPLL_2B_H (REG_TC_LPLL_BASE + 0x57) 1230 #define REG_TC_LPLL_2C_L (REG_TC_LPLL_BASE + 0x58) 1231 #define REG_TC_LPLL_2C_H (REG_TC_LPLL_BASE + 0x59) 1232 #define REG_TC_LPLL_2D_L (REG_TC_LPLL_BASE + 0x5A) 1233 #define REG_TC_LPLL_2D_H (REG_TC_LPLL_BASE + 0x5B) 1234 #define REG_TC_LPLL_2E_L (REG_TC_LPLL_BASE + 0x5C) 1235 #define REG_TC_LPLL_2E_H (REG_TC_LPLL_BASE + 0x5D) 1236 #define REG_TC_LPLL_2F_L (REG_TC_LPLL_BASE + 0x5E) 1237 #define REG_TC_LPLL_2F_H (REG_TC_LPLL_BASE + 0x5F) 1238 #define REG_TC_LPLL_30_L (REG_TC_LPLL_BASE + 0x60) 1239 #define REG_TC_LPLL_30_H (REG_TC_LPLL_BASE + 0x61) 1240 #define REG_TC_LPLL_31_L (REG_TC_LPLL_BASE + 0x62) 1241 #define REG_TC_LPLL_31_H (REG_TC_LPLL_BASE + 0x63) 1242 #define REG_TC_LPLL_32_L (REG_TC_LPLL_BASE + 0x64) 1243 #define REG_TC_LPLL_32_H (REG_TC_LPLL_BASE + 0x65) 1244 #define REG_TC_LPLL_33_L (REG_TC_LPLL_BASE + 0x66) 1245 #define REG_TC_LPLL_33_H (REG_TC_LPLL_BASE + 0x67) 1246 #define REG_TC_LPLL_34_L (REG_TC_LPLL_BASE + 0x68) 1247 #define REG_TC_LPLL_34_H (REG_TC_LPLL_BASE + 0x69) 1248 #define REG_TC_LPLL_35_L (REG_TC_LPLL_BASE + 0x6A) 1249 #define REG_TC_LPLL_35_H (REG_TC_LPLL_BASE + 0x6B) 1250 #define REG_TC_LPLL_36_L (REG_TC_LPLL_BASE + 0x6C) 1251 #define REG_TC_LPLL_36_H (REG_TC_LPLL_BASE + 0x6D) 1252 #define REG_TC_LPLL_37_L (REG_TC_LPLL_BASE + 0x6E) 1253 #define REG_TC_LPLL_37_H (REG_TC_LPLL_BASE + 0x6F) 1254 #define REG_TC_LPLL_38_L (REG_TC_LPLL_BASE + 0x70) 1255 #define REG_TC_LPLL_38_H (REG_TC_LPLL_BASE + 0x71) 1256 #define REG_TC_LPLL_39_L (REG_TC_LPLL_BASE + 0x72) 1257 #define REG_TC_LPLL_39_H (REG_TC_LPLL_BASE + 0x73) 1258 #define REG_TC_LPLL_3A_L (REG_TC_LPLL_BASE + 0x74) 1259 #define REG_TC_LPLL_3A_H (REG_TC_LPLL_BASE + 0x75) 1260 #define REG_TC_LPLL_3B_L (REG_TC_LPLL_BASE + 0x76) 1261 #define REG_TC_LPLL_3B_H (REG_TC_LPLL_BASE + 0x77) 1262 #define REG_TC_LPLL_3C_L (REG_TC_LPLL_BASE + 0x78) 1263 #define REG_TC_LPLL_3C_H (REG_TC_LPLL_BASE + 0x79) 1264 #define REG_TC_LPLL_3D_L (REG_TC_LPLL_BASE + 0x7A) 1265 #define REG_TC_LPLL_3D_H (REG_TC_LPLL_BASE + 0x7B) 1266 #define REG_TC_LPLL_3E_L (REG_TC_LPLL_BASE + 0x7C) 1267 #define REG_TC_LPLL_3E_H (REG_TC_LPLL_BASE + 0x7D) 1268 #define REG_TC_LPLL_3F_L (REG_TC_LPLL_BASE + 0x7E) 1269 #define REG_TC_LPLL_3F_H (REG_TC_LPLL_BASE + 0x7F) 1270 #define REG_TC_LPLL_40_L (REG_TC_LPLL_BASE + 0x80) 1271 #define REG_TC_LPLL_40_H (REG_TC_LPLL_BASE + 0x81) 1272 #define REG_TC_LPLL_41_L (REG_TC_LPLL_BASE + 0x82) 1273 #define REG_TC_LPLL_41_H (REG_TC_LPLL_BASE + 0x83) 1274 #define REG_TC_LPLL_42_L (REG_TC_LPLL_BASE + 0x84) 1275 #define REG_TC_LPLL_42_H (REG_TC_LPLL_BASE + 0x85) 1276 #define REG_TC_LPLL_43_L (REG_TC_LPLL_BASE + 0x86) 1277 #define REG_TC_LPLL_43_H (REG_TC_LPLL_BASE + 0x87) 1278 #define REG_TC_LPLL_44_L (REG_TC_LPLL_BASE + 0x88) 1279 #define REG_TC_LPLL_44_H (REG_TC_LPLL_BASE + 0x89) 1280 #define REG_TC_LPLL_45_L (REG_TC_LPLL_BASE + 0x8A) 1281 #define REG_TC_LPLL_45_H (REG_TC_LPLL_BASE + 0x8B) 1282 #define REG_TC_LPLL_46_L (REG_TC_LPLL_BASE + 0x8C) 1283 #define REG_TC_LPLL_46_H (REG_TC_LPLL_BASE + 0x8D) 1284 #define REG_TC_LPLL_47_L (REG_TC_LPLL_BASE + 0x8E) 1285 #define REG_TC_LPLL_47_H (REG_TC_LPLL_BASE + 0x8F) 1286 #define REG_TC_LPLL_48_L (REG_TC_LPLL_BASE + 0x90) 1287 #define REG_TC_LPLL_48_H (REG_TC_LPLL_BASE + 0x91) 1288 #define REG_TC_LPLL_49_L (REG_TC_LPLL_BASE + 0x92) 1289 #define REG_TC_LPLL_49_H (REG_TC_LPLL_BASE + 0x93) 1290 #define REG_TC_LPLL_4A_L (REG_TC_LPLL_BASE + 0x94) 1291 #define REG_TC_LPLL_4A_H (REG_TC_LPLL_BASE + 0x95) 1292 #define REG_TC_LPLL_4B_L (REG_TC_LPLL_BASE + 0x96) 1293 #define REG_TC_LPLL_4B_H (REG_TC_LPLL_BASE + 0x97) 1294 #define REG_TC_LPLL_4C_L (REG_TC_LPLL_BASE + 0x98) 1295 #define REG_TC_LPLL_4C_H (REG_TC_LPLL_BASE + 0x99) 1296 #define REG_TC_LPLL_4D_L (REG_TC_LPLL_BASE + 0x9A) 1297 #define REG_TC_LPLL_4D_H (REG_TC_LPLL_BASE + 0x9B) 1298 #define REG_TC_LPLL_4E_L (REG_TC_LPLL_BASE + 0x9C) 1299 #define REG_TC_LPLL_4E_H (REG_TC_LPLL_BASE + 0x9D) 1300 #define REG_TC_LPLL_4F_L (REG_TC_LPLL_BASE + 0x9E) 1301 #define REG_TC_LPLL_4F_H (REG_TC_LPLL_BASE + 0x9F) 1302 #define REG_TC_LPLL_50_L (REG_TC_LPLL_BASE + 0xA0) 1303 #define REG_TC_LPLL_50_H (REG_TC_LPLL_BASE + 0xA1) 1304 #define REG_TC_LPLL_51_L (REG_TC_LPLL_BASE + 0xA2) 1305 #define REG_TC_LPLL_51_H (REG_TC_LPLL_BASE + 0xA3) 1306 #define REG_TC_LPLL_52_L (REG_TC_LPLL_BASE + 0xA4) 1307 #define REG_TC_LPLL_52_H (REG_TC_LPLL_BASE + 0xA5) 1308 #define REG_TC_LPLL_53_L (REG_TC_LPLL_BASE + 0xA6) 1309 #define REG_TC_LPLL_53_H (REG_TC_LPLL_BASE + 0xA7) 1310 #define REG_TC_LPLL_54_L (REG_TC_LPLL_BASE + 0xA8) 1311 #define REG_TC_LPLL_54_H (REG_TC_LPLL_BASE + 0xA9) 1312 #define REG_TC_LPLL_55_L (REG_TC_LPLL_BASE + 0xAA) 1313 #define REG_TC_LPLL_55_H (REG_TC_LPLL_BASE + 0xAB) 1314 #define REG_TC_LPLL_56_L (REG_TC_LPLL_BASE + 0xAC) 1315 #define REG_TC_LPLL_56_H (REG_TC_LPLL_BASE + 0xAD) 1316 #define REG_TC_LPLL_57_L (REG_TC_LPLL_BASE + 0xAE) 1317 #define REG_TC_LPLL_57_H (REG_TC_LPLL_BASE + 0xAF) 1318 #define REG_TC_LPLL_58_L (REG_TC_LPLL_BASE + 0xB0) 1319 #define REG_TC_LPLL_58_H (REG_TC_LPLL_BASE + 0xB1) 1320 #define REG_TC_LPLL_59_L (REG_TC_LPLL_BASE + 0xB2) 1321 #define REG_TC_LPLL_59_H (REG_TC_LPLL_BASE + 0xB3) 1322 #define REG_TC_LPLL_5A_L (REG_TC_LPLL_BASE + 0xB4) 1323 #define REG_TC_LPLL_5A_H (REG_TC_LPLL_BASE + 0xB5) 1324 #define REG_TC_LPLL_5B_L (REG_TC_LPLL_BASE + 0xB6) 1325 #define REG_TC_LPLL_5B_H (REG_TC_LPLL_BASE + 0xB7) 1326 #define REG_TC_LPLL_5C_L (REG_TC_LPLL_BASE + 0xB8) 1327 #define REG_TC_LPLL_5C_H (REG_TC_LPLL_BASE + 0xB9) 1328 #define REG_TC_LPLL_5D_L (REG_TC_LPLL_BASE + 0xBA) 1329 #define REG_TC_LPLL_5D_H (REG_TC_LPLL_BASE + 0xBB) 1330 #define REG_TC_LPLL_5E_L (REG_TC_LPLL_BASE + 0xBC) 1331 #define REG_TC_LPLL_5E_H (REG_TC_LPLL_BASE + 0xBD) 1332 #define REG_TC_LPLL_5F_L (REG_TC_LPLL_BASE + 0xBE) 1333 #define REG_TC_LPLL_5F_H (REG_TC_LPLL_BASE + 0xBF) 1334 #define REG_TC_LPLL_60_L (REG_TC_LPLL_BASE + 0xC0) 1335 #define REG_TC_LPLL_60_H (REG_TC_LPLL_BASE + 0xC1) 1336 #define REG_TC_LPLL_61_L (REG_TC_LPLL_BASE + 0xC2) 1337 #define REG_TC_LPLL_61_H (REG_TC_LPLL_BASE + 0xC3) 1338 #define REG_TC_LPLL_62_L (REG_TC_LPLL_BASE + 0xC4) 1339 #define REG_TC_LPLL_62_H (REG_TC_LPLL_BASE + 0xC5) 1340 #define REG_TC_LPLL_63_L (REG_TC_LPLL_BASE + 0xC6) 1341 #define REG_TC_LPLL_63_H (REG_TC_LPLL_BASE + 0xC7) 1342 #define REG_TC_LPLL_64_L (REG_TC_LPLL_BASE + 0xC8) 1343 #define REG_TC_LPLL_64_H (REG_TC_LPLL_BASE + 0xC9) 1344 #define REG_TC_LPLL_65_L (REG_TC_LPLL_BASE + 0xCA) 1345 #define REG_TC_LPLL_65_H (REG_TC_LPLL_BASE + 0xCB) 1346 #define REG_TC_LPLL_66_L (REG_TC_LPLL_BASE + 0xCC) 1347 #define REG_TC_LPLL_66_H (REG_TC_LPLL_BASE + 0xCD) 1348 #define REG_TC_LPLL_67_L (REG_TC_LPLL_BASE + 0xCE) 1349 #define REG_TC_LPLL_67_H (REG_TC_LPLL_BASE + 0xCF) 1350 #define REG_TC_LPLL_68_L (REG_TC_LPLL_BASE + 0xD0) 1351 #define REG_TC_LPLL_68_H (REG_TC_LPLL_BASE + 0xD1) 1352 #define REG_TC_LPLL_69_L (REG_TC_LPLL_BASE + 0xD2) 1353 #define REG_TC_LPLL_69_H (REG_TC_LPLL_BASE + 0xD3) 1354 #define REG_TC_LPLL_6A_L (REG_TC_LPLL_BASE + 0xD4) 1355 #define REG_TC_LPLL_6A_H (REG_TC_LPLL_BASE + 0xD5) 1356 #define REG_TC_LPLL_6B_L (REG_TC_LPLL_BASE + 0xD6) 1357 #define REG_TC_LPLL_6B_H (REG_TC_LPLL_BASE + 0xD7) 1358 #define REG_TC_LPLL_6C_L (REG_TC_LPLL_BASE + 0xD8) 1359 #define REG_TC_LPLL_6C_H (REG_TC_LPLL_BASE + 0xD9) 1360 #define REG_TC_LPLL_6D_L (REG_TC_LPLL_BASE + 0xDA) 1361 #define REG_TC_LPLL_6D_H (REG_TC_LPLL_BASE + 0xDB) 1362 #define REG_TC_LPLL_6E_L (REG_TC_LPLL_BASE + 0xDC) 1363 #define REG_TC_LPLL_6E_H (REG_TC_LPLL_BASE + 0xDD) 1364 #define REG_TC_LPLL_6F_L (REG_TC_LPLL_BASE + 0xDE) 1365 #define REG_TC_LPLL_6F_H (REG_TC_LPLL_BASE + 0xDF) 1366 #define REG_TC_LPLL_70_L (REG_TC_LPLL_BASE + 0xE0) 1367 #define REG_TC_LPLL_70_H (REG_TC_LPLL_BASE + 0xE1) 1368 #define REG_TC_LPLL_71_L (REG_TC_LPLL_BASE + 0xE2) 1369 #define REG_TC_LPLL_71_H (REG_TC_LPLL_BASE + 0xE3) 1370 #define REG_TC_LPLL_72_L (REG_TC_LPLL_BASE + 0xE4) 1371 #define REG_TC_LPLL_72_H (REG_TC_LPLL_BASE + 0xE5) 1372 #define REG_TC_LPLL_73_L (REG_TC_LPLL_BASE + 0xE6) 1373 #define REG_TC_LPLL_73_H (REG_TC_LPLL_BASE + 0xE7) 1374 #define REG_TC_LPLL_74_L (REG_TC_LPLL_BASE + 0xE8) 1375 #define REG_TC_LPLL_74_H (REG_TC_LPLL_BASE + 0xE9) 1376 #define REG_TC_LPLL_75_L (REG_TC_LPLL_BASE + 0xEA) 1377 #define REG_TC_LPLL_75_H (REG_TC_LPLL_BASE + 0xEB) 1378 #define REG_TC_LPLL_76_L (REG_TC_LPLL_BASE + 0xEC) 1379 #define REG_TC_LPLL_76_H (REG_TC_LPLL_BASE + 0xED) 1380 #define REG_TC_LPLL_77_L (REG_TC_LPLL_BASE + 0xEE) 1381 #define REG_TC_LPLL_77_H (REG_TC_LPLL_BASE + 0xEF) 1382 #define REG_TC_LPLL_78_L (REG_TC_LPLL_BASE + 0xF0) 1383 #define REG_TC_LPLL_78_H (REG_TC_LPLL_BASE + 0xF1) 1384 #define REG_TC_LPLL_79_L (REG_TC_LPLL_BASE + 0xF2) 1385 #define REG_TC_LPLL_79_H (REG_TC_LPLL_BASE + 0xF3) 1386 #define REG_TC_LPLL_7A_L (REG_TC_LPLL_BASE + 0xF4) 1387 #define REG_TC_LPLL_7A_H (REG_TC_LPLL_BASE + 0xF5) 1388 #define REG_TC_LPLL_7B_L (REG_TC_LPLL_BASE + 0xF6) 1389 #define REG_TC_LPLL_7B_H (REG_TC_LPLL_BASE + 0xF7) 1390 #define REG_TC_LPLL_7C_L (REG_TC_LPLL_BASE + 0xF8) 1391 #define REG_TC_LPLL_7C_H (REG_TC_LPLL_BASE + 0xF9) 1392 #define REG_TC_LPLL_7D_L (REG_TC_LPLL_BASE + 0xFA) 1393 #define REG_TC_LPLL_7D_H (REG_TC_LPLL_BASE + 0xFB) 1394 #define REG_TC_LPLL_7E_L (REG_TC_LPLL_BASE + 0xFC) 1395 #define REG_TC_LPLL_7E_H (REG_TC_LPLL_BASE + 0xFD) 1396 #define REG_TC_LPLL_7F_L (REG_TC_LPLL_BASE + 0xFE) 1397 #define REG_TC_LPLL_7F_H (REG_TC_LPLL_BASE + 0xFF) 1398 1399 #define REG_TC_SC_BK10_00_L _PK_L_(0x10, 0x00) 1400 #define REG_TC_SC_BK10_00_H _PK_H_(0x10, 0x00) 1401 #define REG_TC_SC_BK10_01_L _PK_L_(0x10, 0x01) 1402 #define REG_TC_SC_BK10_01_H _PK_H_(0x10, 0x01) 1403 #define REG_TC_SC_BK10_02_L _PK_L_(0x10, 0x02) 1404 #define REG_TC_SC_BK10_02_H _PK_H_(0x10, 0x02) 1405 #define REG_TC_SC_BK10_03_L _PK_L_(0x10, 0x03) 1406 #define REG_TC_SC_BK10_03_H _PK_H_(0x10, 0x03) 1407 #define REG_TC_SC_BK10_04_L _PK_L_(0x10, 0x04) 1408 #define REG_TC_SC_BK10_04_H _PK_H_(0x10, 0x04) 1409 #define REG_TC_SC_BK10_05_L _PK_L_(0x10, 0x05) 1410 #define REG_TC_SC_BK10_05_H _PK_H_(0x10, 0x05) 1411 #define REG_TC_SC_BK10_06_L _PK_L_(0x10, 0x06) 1412 #define REG_TC_SC_BK10_06_H _PK_H_(0x10, 0x06) 1413 #define REG_TC_SC_BK10_07_L _PK_L_(0x10, 0x07) 1414 #define REG_TC_SC_BK10_07_H _PK_H_(0x10, 0x07) 1415 #define REG_TC_SC_BK10_08_L _PK_L_(0x10, 0x08) 1416 #define REG_TC_SC_BK10_08_H _PK_H_(0x10, 0x08) 1417 #define REG_TC_SC_BK10_09_L _PK_L_(0x10, 0x09) 1418 #define REG_TC_SC_BK10_09_H _PK_H_(0x10, 0x09) 1419 #define REG_TC_SC_BK10_0A_L _PK_L_(0x10, 0x0A) 1420 #define REG_TC_SC_BK10_0A_H _PK_H_(0x10, 0x0A) 1421 #define REG_TC_SC_BK10_0B_L _PK_L_(0x10, 0x0B) 1422 #define REG_TC_SC_BK10_0B_H _PK_H_(0x10, 0x0B) 1423 #define REG_TC_SC_BK10_0C_L _PK_L_(0x10, 0x0C) 1424 #define REG_TC_SC_BK10_0C_H _PK_H_(0x10, 0x0C) 1425 #define REG_TC_SC_BK10_0D_L _PK_L_(0x10, 0x0D) 1426 #define REG_TC_SC_BK10_0D_H _PK_H_(0x10, 0x0D) 1427 #define REG_TC_SC_BK10_0E_L _PK_L_(0x10, 0x0E) 1428 #define REG_TC_SC_BK10_0E_H _PK_H_(0x10, 0x0E) 1429 #define REG_TC_SC_BK10_0F_L _PK_L_(0x10, 0x0F) 1430 #define REG_TC_SC_BK10_0F_H _PK_H_(0x10, 0x0F) 1431 #define REG_TC_SC_BK10_10_L _PK_L_(0x10, 0x10) 1432 #define REG_TC_SC_BK10_10_H _PK_H_(0x10, 0x10) 1433 #define REG_TC_SC_BK10_11_L _PK_L_(0x10, 0x11) 1434 #define REG_TC_SC_BK10_11_H _PK_H_(0x10, 0x11) 1435 #define REG_TC_SC_BK10_12_L _PK_L_(0x10, 0x12) 1436 #define REG_TC_SC_BK10_12_H _PK_H_(0x10, 0x12) 1437 #define REG_TC_SC_BK10_13_L _PK_L_(0x10, 0x13) 1438 #define REG_TC_SC_BK10_13_H _PK_H_(0x10, 0x13) 1439 #define REG_TC_SC_BK10_14_L _PK_L_(0x10, 0x14) 1440 #define REG_TC_SC_BK10_14_H _PK_H_(0x10, 0x14) 1441 #define REG_TC_SC_BK10_15_L _PK_L_(0x10, 0x15) 1442 #define REG_TC_SC_BK10_15_H _PK_H_(0x10, 0x15) 1443 #define REG_TC_SC_BK10_16_L _PK_L_(0x10, 0x16) 1444 #define REG_TC_SC_BK10_16_H _PK_H_(0x10, 0x16) 1445 #define REG_TC_SC_BK10_17_L _PK_L_(0x10, 0x17) 1446 #define REG_TC_SC_BK10_17_H _PK_H_(0x10, 0x17) 1447 #define REG_TC_SC_BK10_18_L _PK_L_(0x10, 0x18) 1448 #define REG_TC_SC_BK10_18_H _PK_H_(0x10, 0x18) 1449 #define REG_TC_SC_BK10_19_L _PK_L_(0x10, 0x19) 1450 #define REG_TC_SC_BK10_19_H _PK_H_(0x10, 0x19) 1451 #define REG_TC_SC_BK10_1A_L _PK_L_(0x10, 0x1A) 1452 #define REG_TC_SC_BK10_1A_H _PK_H_(0x10, 0x1A) 1453 #define REG_TC_SC_BK10_1B_L _PK_L_(0x10, 0x1B) 1454 #define REG_TC_SC_BK10_1B_H _PK_H_(0x10, 0x1B) 1455 #define REG_TC_SC_BK10_1C_L _PK_L_(0x10, 0x1C) 1456 #define REG_TC_SC_BK10_1C_H _PK_H_(0x10, 0x1C) 1457 #define REG_TC_SC_BK10_1D_L _PK_L_(0x10, 0x1D) 1458 #define REG_TC_SC_BK10_1D_H _PK_H_(0x10, 0x1D) 1459 #define REG_TC_SC_BK10_1E_L _PK_L_(0x10, 0x1E) 1460 #define REG_TC_SC_BK10_1E_H _PK_H_(0x10, 0x1E) 1461 #define REG_TC_SC_BK10_1F_L _PK_L_(0x10, 0x1F) 1462 #define REG_TC_SC_BK10_1F_H _PK_H_(0x10, 0x1F) 1463 #define REG_TC_SC_BK10_20_L _PK_L_(0x10, 0x20) 1464 #define REG_TC_SC_BK10_20_H _PK_H_(0x10, 0x20) 1465 #define REG_TC_SC_BK10_21_L _PK_L_(0x10, 0x21) 1466 #define REG_TC_SC_BK10_21_H _PK_H_(0x10, 0x21) 1467 #define REG_TC_SC_BK10_22_L _PK_L_(0x10, 0x22) 1468 #define REG_TC_SC_BK10_22_H _PK_H_(0x10, 0x22) 1469 #define REG_TC_SC_BK10_23_L _PK_L_(0x10, 0x23) 1470 #define REG_TC_SC_BK10_23_H _PK_H_(0x10, 0x23) 1471 #define REG_TC_SC_BK10_24_L _PK_L_(0x10, 0x24) 1472 #define REG_TC_SC_BK10_24_H _PK_H_(0x10, 0x24) 1473 #define REG_TC_SC_BK10_25_L _PK_L_(0x10, 0x25) 1474 #define REG_TC_SC_BK10_25_H _PK_H_(0x10, 0x25) 1475 #define REG_TC_SC_BK10_26_L _PK_L_(0x10, 0x26) 1476 #define REG_TC_SC_BK10_26_H _PK_H_(0x10, 0x26) 1477 #define REG_TC_SC_BK10_27_L _PK_L_(0x10, 0x27) 1478 #define REG_TC_SC_BK10_27_H _PK_H_(0x10, 0x27) 1479 #define REG_TC_SC_BK10_28_L _PK_L_(0x10, 0x28) 1480 #define REG_TC_SC_BK10_28_H _PK_H_(0x10, 0x28) 1481 #define REG_TC_SC_BK10_29_L _PK_L_(0x10, 0x29) 1482 #define REG_TC_SC_BK10_29_H _PK_H_(0x10, 0x29) 1483 #define REG_TC_SC_BK10_2A_L _PK_L_(0x10, 0x2A) 1484 #define REG_TC_SC_BK10_2A_H _PK_H_(0x10, 0x2A) 1485 #define REG_TC_SC_BK10_2B_L _PK_L_(0x10, 0x2B) 1486 #define REG_TC_SC_BK10_2B_H _PK_H_(0x10, 0x2B) 1487 #define REG_TC_SC_BK10_2C_L _PK_L_(0x10, 0x2C) 1488 #define REG_TC_SC_BK10_2C_H _PK_H_(0x10, 0x2C) 1489 #define REG_TC_SC_BK10_2D_L _PK_L_(0x10, 0x2D) 1490 #define REG_TC_SC_BK10_2D_H _PK_H_(0x10, 0x2D) 1491 #define REG_TC_SC_BK10_2E_L _PK_L_(0x10, 0x2E) 1492 #define REG_TC_SC_BK10_2E_H _PK_H_(0x10, 0x2E) 1493 #define REG_TC_SC_BK10_2F_L _PK_L_(0x10, 0x2F) 1494 #define REG_TC_SC_BK10_2F_H _PK_H_(0x10, 0x2F) 1495 #define REG_TC_SC_BK10_30_L _PK_L_(0x10, 0x30) 1496 #define REG_TC_SC_BK10_30_H _PK_H_(0x10, 0x30) 1497 #define REG_TC_SC_BK10_31_L _PK_L_(0x10, 0x31) 1498 #define REG_TC_SC_BK10_31_H _PK_H_(0x10, 0x31) 1499 #define REG_TC_SC_BK10_32_L _PK_L_(0x10, 0x32) 1500 #define REG_TC_SC_BK10_32_H _PK_H_(0x10, 0x32) 1501 #define REG_TC_SC_BK10_33_L _PK_L_(0x10, 0x33) 1502 #define REG_TC_SC_BK10_33_H _PK_H_(0x10, 0x33) 1503 #define REG_TC_SC_BK10_34_L _PK_L_(0x10, 0x34) 1504 #define REG_TC_SC_BK10_34_H _PK_H_(0x10, 0x34) 1505 #define REG_TC_SC_BK10_35_L _PK_L_(0x10, 0x35) 1506 #define REG_TC_SC_BK10_35_H _PK_H_(0x10, 0x35) 1507 #define REG_TC_SC_BK10_36_L _PK_L_(0x10, 0x36) 1508 #define REG_TC_SC_BK10_36_H _PK_H_(0x10, 0x36) 1509 #define REG_TC_SC_BK10_37_L _PK_L_(0x10, 0x37) 1510 #define REG_TC_SC_BK10_37_H _PK_H_(0x10, 0x37) 1511 #define REG_TC_SC_BK10_38_L _PK_L_(0x10, 0x38) 1512 #define REG_TC_SC_BK10_38_H _PK_H_(0x10, 0x38) 1513 #define REG_TC_SC_BK10_39_L _PK_L_(0x10, 0x39) 1514 #define REG_TC_SC_BK10_39_H _PK_H_(0x10, 0x39) 1515 #define REG_TC_SC_BK10_3A_L _PK_L_(0x10, 0x3A) 1516 #define REG_TC_SC_BK10_3A_H _PK_H_(0x10, 0x3A) 1517 #define REG_TC_SC_BK10_3B_L _PK_L_(0x10, 0x3B) 1518 #define REG_TC_SC_BK10_3B_H _PK_H_(0x10, 0x3B) 1519 #define REG_TC_SC_BK10_3C_L _PK_L_(0x10, 0x3C) 1520 #define REG_TC_SC_BK10_3C_H _PK_H_(0x10, 0x3C) 1521 #define REG_TC_SC_BK10_3D_L _PK_L_(0x10, 0x3D) 1522 #define REG_TC_SC_BK10_3D_H _PK_H_(0x10, 0x3D) 1523 #define REG_TC_SC_BK10_3E_L _PK_L_(0x10, 0x3E) 1524 #define REG_TC_SC_BK10_3E_H _PK_H_(0x10, 0x3E) 1525 #define REG_TC_SC_BK10_3F_L _PK_L_(0x10, 0x3F) 1526 #define REG_TC_SC_BK10_3F_H _PK_H_(0x10, 0x3F) 1527 #define REG_TC_SC_BK10_40_L _PK_L_(0x10, 0x40) 1528 #define REG_TC_SC_BK10_40_H _PK_H_(0x10, 0x40) 1529 #define REG_TC_SC_BK10_41_L _PK_L_(0x10, 0x41) 1530 #define REG_TC_SC_BK10_41_H _PK_H_(0x10, 0x41) 1531 #define REG_TC_SC_BK10_42_L _PK_L_(0x10, 0x42) 1532 #define REG_TC_SC_BK10_42_H _PK_H_(0x10, 0x42) 1533 #define REG_TC_SC_BK10_43_L _PK_L_(0x10, 0x43) 1534 #define REG_TC_SC_BK10_43_H _PK_H_(0x10, 0x43) 1535 #define REG_TC_SC_BK10_44_L _PK_L_(0x10, 0x44) 1536 #define REG_TC_SC_BK10_44_H _PK_H_(0x10, 0x44) 1537 #define REG_TC_SC_BK10_45_L _PK_L_(0x10, 0x45) 1538 #define REG_TC_SC_BK10_45_H _PK_H_(0x10, 0x45) 1539 #define REG_TC_SC_BK10_46_L _PK_L_(0x10, 0x46) 1540 #define REG_TC_SC_BK10_46_H _PK_H_(0x10, 0x46) 1541 #define REG_TC_SC_BK10_47_L _PK_L_(0x10, 0x47) 1542 #define REG_TC_SC_BK10_47_H _PK_H_(0x10, 0x47) 1543 #define REG_TC_SC_BK10_48_L _PK_L_(0x10, 0x48) 1544 #define REG_TC_SC_BK10_48_H _PK_H_(0x10, 0x48) 1545 #define REG_TC_SC_BK10_49_L _PK_L_(0x10, 0x49) 1546 #define REG_TC_SC_BK10_49_H _PK_H_(0x10, 0x49) 1547 #define REG_TC_SC_BK10_4A_L _PK_L_(0x10, 0x4A) 1548 #define REG_TC_SC_BK10_4A_H _PK_H_(0x10, 0x4A) 1549 #define REG_TC_SC_BK10_4B_L _PK_L_(0x10, 0x4B) 1550 #define REG_TC_SC_BK10_4B_H _PK_H_(0x10, 0x4B) 1551 #define REG_TC_SC_BK10_4C_L _PK_L_(0x10, 0x4C) 1552 #define REG_TC_SC_BK10_4C_H _PK_H_(0x10, 0x4C) 1553 #define REG_TC_SC_BK10_4D_L _PK_L_(0x10, 0x4D) 1554 #define REG_TC_SC_BK10_4D_H _PK_H_(0x10, 0x4D) 1555 #define REG_TC_SC_BK10_4E_L _PK_L_(0x10, 0x4E) 1556 #define REG_TC_SC_BK10_4E_H _PK_H_(0x10, 0x4E) 1557 #define REG_TC_SC_BK10_4F_L _PK_L_(0x10, 0x4F) 1558 #define REG_TC_SC_BK10_4F_H _PK_H_(0x10, 0x4F) 1559 #define REG_TC_SC_BK10_50_L _PK_L_(0x10, 0x50) 1560 #define REG_TC_SC_BK10_50_H _PK_H_(0x10, 0x50) 1561 #define REG_TC_SC_BK10_51_L _PK_L_(0x10, 0x51) 1562 #define REG_TC_SC_BK10_51_H _PK_H_(0x10, 0x51) 1563 #define REG_TC_SC_BK10_52_L _PK_L_(0x10, 0x52) 1564 #define REG_TC_SC_BK10_52_H _PK_H_(0x10, 0x52) 1565 #define REG_TC_SC_BK10_53_L _PK_L_(0x10, 0x53) 1566 #define REG_TC_SC_BK10_53_H _PK_H_(0x10, 0x53) 1567 #define REG_TC_SC_BK10_54_L _PK_L_(0x10, 0x54) 1568 #define REG_TC_SC_BK10_54_H _PK_H_(0x10, 0x54) 1569 #define REG_TC_SC_BK10_55_L _PK_L_(0x10, 0x55) 1570 #define REG_TC_SC_BK10_55_H _PK_H_(0x10, 0x55) 1571 #define REG_TC_SC_BK10_56_L _PK_L_(0x10, 0x56) 1572 #define REG_TC_SC_BK10_56_H _PK_H_(0x10, 0x56) 1573 #define REG_TC_SC_BK10_57_L _PK_L_(0x10, 0x57) 1574 #define REG_TC_SC_BK10_57_H _PK_H_(0x10, 0x57) 1575 #define REG_TC_SC_BK10_58_L _PK_L_(0x10, 0x58) 1576 #define REG_TC_SC_BK10_58_H _PK_H_(0x10, 0x58) 1577 #define REG_TC_SC_BK10_59_L _PK_L_(0x10, 0x59) 1578 #define REG_TC_SC_BK10_59_H _PK_H_(0x10, 0x59) 1579 #define REG_TC_SC_BK10_5A_L _PK_L_(0x10, 0x5A) 1580 #define REG_TC_SC_BK10_5A_H _PK_H_(0x10, 0x5A) 1581 #define REG_TC_SC_BK10_5B_L _PK_L_(0x10, 0x5B) 1582 #define REG_TC_SC_BK10_5B_H _PK_H_(0x10, 0x5B) 1583 #define REG_TC_SC_BK10_5C_L _PK_L_(0x10, 0x5C) 1584 #define REG_TC_SC_BK10_5C_H _PK_H_(0x10, 0x5C) 1585 #define REG_TC_SC_BK10_5D_L _PK_L_(0x10, 0x5D) 1586 #define REG_TC_SC_BK10_5D_H _PK_H_(0x10, 0x5D) 1587 #define REG_TC_SC_BK10_5E_L _PK_L_(0x10, 0x5E) 1588 #define REG_TC_SC_BK10_5E_H _PK_H_(0x10, 0x5E) 1589 #define REG_TC_SC_BK10_5F_L _PK_L_(0x10, 0x5F) 1590 #define REG_TC_SC_BK10_5F_H _PK_H_(0x10, 0x5F) 1591 #define REG_TC_SC_BK10_60_L _PK_L_(0x10, 0x60) 1592 #define REG_TC_SC_BK10_60_H _PK_H_(0x10, 0x60) 1593 #define REG_TC_SC_BK10_61_L _PK_L_(0x10, 0x61) 1594 #define REG_TC_SC_BK10_61_H _PK_H_(0x10, 0x61) 1595 #define REG_TC_SC_BK10_62_L _PK_L_(0x10, 0x62) 1596 #define REG_TC_SC_BK10_62_H _PK_H_(0x10, 0x62) 1597 #define REG_TC_SC_BK10_63_L _PK_L_(0x10, 0x63) 1598 #define REG_TC_SC_BK10_63_H _PK_H_(0x10, 0x63) 1599 #define REG_TC_SC_BK10_64_L _PK_L_(0x10, 0x64) 1600 #define REG_TC_SC_BK10_64_H _PK_H_(0x10, 0x64) 1601 #define REG_TC_SC_BK10_65_L _PK_L_(0x10, 0x65) 1602 #define REG_TC_SC_BK10_65_H _PK_H_(0x10, 0x65) 1603 #define REG_TC_SC_BK10_66_L _PK_L_(0x10, 0x66) 1604 #define REG_TC_SC_BK10_66_H _PK_H_(0x10, 0x66) 1605 #define REG_TC_SC_BK10_67_L _PK_L_(0x10, 0x67) 1606 #define REG_TC_SC_BK10_67_H _PK_H_(0x10, 0x67) 1607 #define REG_TC_SC_BK10_68_L _PK_L_(0x10, 0x68) 1608 #define REG_TC_SC_BK10_68_H _PK_H_(0x10, 0x68) 1609 #define REG_TC_SC_BK10_69_L _PK_L_(0x10, 0x69) 1610 #define REG_TC_SC_BK10_69_H _PK_H_(0x10, 0x69) 1611 #define REG_TC_SC_BK10_6A_L _PK_L_(0x10, 0x6A) 1612 #define REG_TC_SC_BK10_6A_H _PK_H_(0x10, 0x6A) 1613 #define REG_TC_SC_BK10_6B_L _PK_L_(0x10, 0x6B) 1614 #define REG_TC_SC_BK10_6B_H _PK_H_(0x10, 0x6B) 1615 #define REG_TC_SC_BK10_6C_L _PK_L_(0x10, 0x6C) 1616 #define REG_TC_SC_BK10_6C_H _PK_H_(0x10, 0x6C) 1617 #define REG_TC_SC_BK10_6D_L _PK_L_(0x10, 0x6D) 1618 #define REG_TC_SC_BK10_6D_H _PK_H_(0x10, 0x6D) 1619 #define REG_TC_SC_BK10_6E_L _PK_L_(0x10, 0x6E) 1620 #define REG_TC_SC_BK10_6E_H _PK_H_(0x10, 0x6E) 1621 #define REG_TC_SC_BK10_6F_L _PK_L_(0x10, 0x6F) 1622 #define REG_TC_SC_BK10_6F_H _PK_H_(0x10, 0x6F) 1623 #define REG_TC_SC_BK10_70_L _PK_L_(0x10, 0x70) 1624 #define REG_TC_SC_BK10_70_H _PK_H_(0x10, 0x70) 1625 #define REG_TC_SC_BK10_71_L _PK_L_(0x10, 0x71) 1626 #define REG_TC_SC_BK10_71_H _PK_H_(0x10, 0x71) 1627 #define REG_TC_SC_BK10_72_L _PK_L_(0x10, 0x72) 1628 #define REG_TC_SC_BK10_72_H _PK_H_(0x10, 0x72) 1629 #define REG_TC_SC_BK10_73_L _PK_L_(0x10, 0x73) 1630 #define REG_TC_SC_BK10_73_H _PK_H_(0x10, 0x73) 1631 #define REG_TC_SC_BK10_74_L _PK_L_(0x10, 0x74) 1632 #define REG_TC_SC_BK10_74_H _PK_H_(0x10, 0x74) 1633 #define REG_TC_SC_BK10_75_L _PK_L_(0x10, 0x75) 1634 #define REG_TC_SC_BK10_75_H _PK_H_(0x10, 0x75) 1635 #define REG_TC_SC_BK10_76_L _PK_L_(0x10, 0x76) 1636 #define REG_TC_SC_BK10_76_H _PK_H_(0x10, 0x76) 1637 #define REG_TC_SC_BK10_77_L _PK_L_(0x10, 0x77) 1638 #define REG_TC_SC_BK10_77_H _PK_H_(0x10, 0x77) 1639 #define REG_TC_SC_BK10_78_L _PK_L_(0x10, 0x78) 1640 #define REG_TC_SC_BK10_78_H _PK_H_(0x10, 0x78) 1641 #define REG_TC_SC_BK10_79_L _PK_L_(0x10, 0x79) 1642 #define REG_TC_SC_BK10_79_H _PK_H_(0x10, 0x79) 1643 #define REG_TC_SC_BK10_7A_L _PK_L_(0x10, 0x7A) 1644 #define REG_TC_SC_BK10_7A_H _PK_H_(0x10, 0x7A) 1645 #define REG_TC_SC_BK10_7B_L _PK_L_(0x10, 0x7B) 1646 #define REG_TC_SC_BK10_7B_H _PK_H_(0x10, 0x7B) 1647 #define REG_TC_SC_BK10_7C_L _PK_L_(0x10, 0x7C) 1648 #define REG_TC_SC_BK10_7C_H _PK_H_(0x10, 0x7C) 1649 #define REG_TC_SC_BK10_7D_L _PK_L_(0x10, 0x7D) 1650 #define REG_TC_SC_BK10_7D_H _PK_H_(0x10, 0x7D) 1651 #define REG_TC_SC_BK10_7E_L _PK_L_(0x10, 0x7E) 1652 #define REG_TC_SC_BK10_7E_H _PK_H_(0x10, 0x7E) 1653 #define REG_TC_SC_BK10_7F_L _PK_L_(0x10, 0x7F) 1654 #define REG_TC_SC_BK10_7F_H _PK_H_(0x10, 0x7F) 1655 1656 #define REG_TC_MOD_BK00_00_L _PK_L_(0x00, 0x00) 1657 #define REG_TC_MOD_BK00_00_H _PK_H_(0x00, 0x00) 1658 #define REG_TC_MOD_BK00_01_L _PK_L_(0x00, 0x01) 1659 #define REG_TC_MOD_BK00_01_H _PK_H_(0x00, 0x01) 1660 #define REG_TC_MOD_BK00_02_L _PK_L_(0x00, 0x02) 1661 #define REG_TC_MOD_BK00_02_H _PK_H_(0x00, 0x02) 1662 #define REG_TC_MOD_BK00_03_L _PK_L_(0x00, 0x03) 1663 #define REG_TC_MOD_BK00_03_H _PK_H_(0x00, 0x03) 1664 #define REG_TC_MOD_BK00_04_L _PK_L_(0x00, 0x04) 1665 #define REG_TC_MOD_BK00_04_H _PK_H_(0x00, 0x04) 1666 #define REG_TC_MOD_BK00_05_L _PK_L_(0x00, 0x05) 1667 #define REG_TC_MOD_BK00_05_H _PK_H_(0x00, 0x05) 1668 #define REG_TC_MOD_BK00_06_L _PK_L_(0x00, 0x06) 1669 #define REG_TC_MOD_BK00_06_H _PK_H_(0x00, 0x06) 1670 #define REG_TC_MOD_BK00_07_L _PK_L_(0x00, 0x07) 1671 #define REG_TC_MOD_BK00_07_H _PK_H_(0x00, 0x07) 1672 #define REG_TC_MOD_BK00_08_L _PK_L_(0x00, 0x08) 1673 #define REG_TC_MOD_BK00_08_H _PK_H_(0x00, 0x08) 1674 #define REG_TC_MOD_BK00_09_L _PK_L_(0x00, 0x09) 1675 #define REG_TC_MOD_BK00_09_H _PK_H_(0x00, 0x09) 1676 #define REG_TC_MOD_BK00_0A_L _PK_L_(0x00, 0x0A) 1677 #define REG_TC_MOD_BK00_0A_H _PK_H_(0x00, 0x0A) 1678 #define REG_TC_MOD_BK00_0B_L _PK_L_(0x00, 0x0B) 1679 #define REG_TC_MOD_BK00_0B_H _PK_H_(0x00, 0x0B) 1680 #define REG_TC_MOD_BK00_0C_L _PK_L_(0x00, 0x0C) 1681 #define REG_TC_MOD_BK00_0C_H _PK_H_(0x00, 0x0C) 1682 #define REG_TC_MOD_BK00_0D_L _PK_L_(0x00, 0x0D) 1683 #define REG_TC_MOD_BK00_0D_H _PK_H_(0x00, 0x0D) 1684 #define REG_TC_MOD_BK00_0E_L _PK_L_(0x00, 0x0E) 1685 #define REG_TC_MOD_BK00_0E_H _PK_H_(0x00, 0x0E) 1686 #define REG_TC_MOD_BK00_0F_L _PK_L_(0x00, 0x0F) 1687 #define REG_TC_MOD_BK00_0F_H _PK_H_(0x00, 0x0F) 1688 #define REG_TC_MOD_BK00_10_L _PK_L_(0x00, 0x10) 1689 #define REG_TC_MOD_BK00_10_H _PK_H_(0x00, 0x10) 1690 #define REG_TC_MOD_BK00_11_L _PK_L_(0x00, 0x11) 1691 #define REG_TC_MOD_BK00_11_H _PK_H_(0x00, 0x11) 1692 #define REG_TC_MOD_BK00_12_L _PK_L_(0x00, 0x12) 1693 #define REG_TC_MOD_BK00_12_H _PK_H_(0x00, 0x12) 1694 #define REG_TC_MOD_BK00_13_L _PK_L_(0x00, 0x13) 1695 #define REG_TC_MOD_BK00_13_H _PK_H_(0x00, 0x13) 1696 #define REG_TC_MOD_BK00_14_L _PK_L_(0x00, 0x14) 1697 #define REG_TC_MOD_BK00_14_H _PK_H_(0x00, 0x14) 1698 #define REG_TC_MOD_BK00_15_L _PK_L_(0x00, 0x15) 1699 #define REG_TC_MOD_BK00_15_H _PK_H_(0x00, 0x15) 1700 #define REG_TC_MOD_BK00_16_L _PK_L_(0x00, 0x16) 1701 #define REG_TC_MOD_BK00_16_H _PK_H_(0x00, 0x16) 1702 #define REG_TC_MOD_BK00_17_L _PK_L_(0x00, 0x17) 1703 #define REG_TC_MOD_BK00_17_H _PK_H_(0x00, 0x17) 1704 #define REG_TC_MOD_BK00_18_L _PK_L_(0x00, 0x18) 1705 #define REG_TC_MOD_BK00_18_H _PK_H_(0x00, 0x18) 1706 #define REG_TC_MOD_BK00_19_L _PK_L_(0x00, 0x19) 1707 #define REG_TC_MOD_BK00_19_H _PK_H_(0x00, 0x19) 1708 #define REG_TC_MOD_BK00_1A_L _PK_L_(0x00, 0x1A) 1709 #define REG_TC_MOD_BK00_1A_H _PK_H_(0x00, 0x1A) 1710 #define REG_TC_MOD_BK00_1B_L _PK_L_(0x00, 0x1B) 1711 #define REG_TC_MOD_BK00_1B_H _PK_H_(0x00, 0x1B) 1712 #define REG_TC_MOD_BK00_1C_L _PK_L_(0x00, 0x1C) 1713 #define REG_TC_MOD_BK00_1C_H _PK_H_(0x00, 0x1C) 1714 #define REG_TC_MOD_BK00_1D_L _PK_L_(0x00, 0x1D) 1715 #define REG_TC_MOD_BK00_1D_H _PK_H_(0x00, 0x1D) 1716 #define REG_TC_MOD_BK00_1E_L _PK_L_(0x00, 0x1E) 1717 #define REG_TC_MOD_BK00_1E_H _PK_H_(0x00, 0x1E) 1718 #define REG_TC_MOD_BK00_1F_L _PK_L_(0x00, 0x1F) 1719 #define REG_TC_MOD_BK00_1F_H _PK_H_(0x00, 0x1F) 1720 #define REG_TC_MOD_BK00_20_L _PK_L_(0x00, 0x20) 1721 #define REG_TC_MOD_BK00_20_H _PK_H_(0x00, 0x20) 1722 #define REG_TC_MOD_BK00_21_L _PK_L_(0x00, 0x21) 1723 #define REG_TC_MOD_BK00_21_H _PK_H_(0x00, 0x21) 1724 #define REG_TC_MOD_BK00_22_L _PK_L_(0x00, 0x22) 1725 #define REG_TC_MOD_BK00_22_H _PK_H_(0x00, 0x22) 1726 #define REG_TC_MOD_BK00_23_L _PK_L_(0x00, 0x23) 1727 #define REG_TC_MOD_BK00_23_H _PK_H_(0x00, 0x23) 1728 #define REG_TC_MOD_BK00_24_L _PK_L_(0x00, 0x24) 1729 #define REG_TC_MOD_BK00_24_H _PK_H_(0x00, 0x24) 1730 #define REG_TC_MOD_BK00_25_L _PK_L_(0x00, 0x25) 1731 #define REG_TC_MOD_BK00_25_H _PK_H_(0x00, 0x25) 1732 #define REG_TC_MOD_BK00_26_L _PK_L_(0x00, 0x26) 1733 #define REG_TC_MOD_BK00_26_H _PK_H_(0x00, 0x26) 1734 #define REG_TC_MOD_BK00_27_L _PK_L_(0x00, 0x27) 1735 #define REG_TC_MOD_BK00_27_H _PK_H_(0x00, 0x27) 1736 #define REG_TC_MOD_BK00_28_L _PK_L_(0x00, 0x28) 1737 #define REG_TC_MOD_BK00_28_H _PK_H_(0x00, 0x28) 1738 #define REG_TC_MOD_BK00_29_L _PK_L_(0x00, 0x29) 1739 #define REG_TC_MOD_BK00_29_H _PK_H_(0x00, 0x29) 1740 #define REG_TC_MOD_BK00_2A_L _PK_L_(0x00, 0x2A) 1741 #define REG_TC_MOD_BK00_2A_H _PK_H_(0x00, 0x2A) 1742 #define REG_TC_MOD_BK00_2B_L _PK_L_(0x00, 0x2B) 1743 #define REG_TC_MOD_BK00_2B_H _PK_H_(0x00, 0x2B) 1744 #define REG_TC_MOD_BK00_2C_L _PK_L_(0x00, 0x2C) 1745 #define REG_TC_MOD_BK00_2C_H _PK_H_(0x00, 0x2C) 1746 #define REG_TC_MOD_BK00_2D_L _PK_L_(0x00, 0x2D) 1747 #define REG_TC_MOD_BK00_2D_H _PK_H_(0x00, 0x2D) 1748 #define REG_TC_MOD_BK00_2E_L _PK_L_(0x00, 0x2E) 1749 #define REG_TC_MOD_BK00_2E_H _PK_H_(0x00, 0x2E) 1750 #define REG_TC_MOD_BK00_2F_L _PK_L_(0x00, 0x2F) 1751 #define REG_TC_MOD_BK00_2F_H _PK_H_(0x00, 0x2F) 1752 #define REG_TC_MOD_BK00_30_L _PK_L_(0x00, 0x30) 1753 #define REG_TC_MOD_BK00_30_H _PK_H_(0x00, 0x30) 1754 #define REG_TC_MOD_BK00_31_L _PK_L_(0x00, 0x31) 1755 #define REG_TC_MOD_BK00_31_H _PK_H_(0x00, 0x31) 1756 #define REG_TC_MOD_BK00_32_L _PK_L_(0x00, 0x32) 1757 #define REG_TC_MOD_BK00_32_H _PK_H_(0x00, 0x32) 1758 #define REG_TC_MOD_BK00_33_L _PK_L_(0x00, 0x33) 1759 #define REG_TC_MOD_BK00_33_H _PK_H_(0x00, 0x33) 1760 #define REG_TC_MOD_BK00_34_L _PK_L_(0x00, 0x34) 1761 #define REG_TC_MOD_BK00_34_H _PK_H_(0x00, 0x34) 1762 #define REG_TC_MOD_BK00_35_L _PK_L_(0x00, 0x35) 1763 #define REG_TC_MOD_BK00_35_H _PK_H_(0x00, 0x35) 1764 #define REG_TC_MOD_BK00_36_L _PK_L_(0x00, 0x36) 1765 #define REG_TC_MOD_BK00_36_H _PK_H_(0x00, 0x36) 1766 #define REG_TC_MOD_BK00_37_L _PK_L_(0x00, 0x37) 1767 #define REG_TC_MOD_BK00_37_H _PK_H_(0x00, 0x37) 1768 #define REG_TC_MOD_BK00_38_L _PK_L_(0x00, 0x38) 1769 #define REG_TC_MOD_BK00_38_H _PK_H_(0x00, 0x38) 1770 #define REG_TC_MOD_BK00_39_L _PK_L_(0x00, 0x39) 1771 #define REG_TC_MOD_BK00_39_H _PK_H_(0x00, 0x39) 1772 #define REG_TC_MOD_BK00_3A_L _PK_L_(0x00, 0x3A) 1773 #define REG_TC_MOD_BK00_3A_H _PK_H_(0x00, 0x3A) 1774 #define REG_TC_MOD_BK00_3B_L _PK_L_(0x00, 0x3B) 1775 #define REG_TC_MOD_BK00_3B_H _PK_H_(0x00, 0x3B) 1776 #define REG_TC_MOD_BK00_3C_L _PK_L_(0x00, 0x3C) 1777 #define REG_TC_MOD_BK00_3C_H _PK_H_(0x00, 0x3C) 1778 #define REG_TC_MOD_BK00_3D_L _PK_L_(0x00, 0x3D) 1779 #define REG_TC_MOD_BK00_3D_H _PK_H_(0x00, 0x3D) 1780 #define REG_TC_MOD_BK00_3E_L _PK_L_(0x00, 0x3E) 1781 #define REG_TC_MOD_BK00_3E_H _PK_H_(0x00, 0x3E) 1782 #define REG_TC_MOD_BK00_3F_L _PK_L_(0x00, 0x3F) 1783 #define REG_TC_MOD_BK00_3F_H _PK_H_(0x00, 0x3F) 1784 #define REG_TC_MOD_BK00_40_L _PK_L_(0x00, 0x40) 1785 #define REG_TC_MOD_BK00_40_H _PK_H_(0x00, 0x40) 1786 #define REG_TC_MOD_BK00_41_L _PK_L_(0x00, 0x41) 1787 #define REG_TC_MOD_BK00_41_H _PK_H_(0x00, 0x41) 1788 #define REG_TC_MOD_BK00_42_L _PK_L_(0x00, 0x42) 1789 #define REG_TC_MOD_BK00_42_H _PK_H_(0x00, 0x42) 1790 #define REG_TC_MOD_BK00_43_L _PK_L_(0x00, 0x43) 1791 #define REG_TC_MOD_BK00_43_H _PK_H_(0x00, 0x43) 1792 #define REG_TC_MOD_BK00_44_L _PK_L_(0x00, 0x44) 1793 #define REG_TC_MOD_BK00_44_H _PK_H_(0x00, 0x44) 1794 #define REG_TC_MOD_BK00_45_L _PK_L_(0x00, 0x45) 1795 #define REG_TC_MOD_BK00_45_H _PK_H_(0x00, 0x45) 1796 #define REG_TC_MOD_BK00_46_L _PK_L_(0x00, 0x46) 1797 #define REG_TC_MOD_BK00_46_H _PK_H_(0x00, 0x46) 1798 #define REG_TC_MOD_BK00_47_L _PK_L_(0x00, 0x47) 1799 #define REG_TC_MOD_BK00_47_H _PK_H_(0x00, 0x47) 1800 #define REG_TC_MOD_BK00_48_L _PK_L_(0x00, 0x48) 1801 #define REG_TC_MOD_BK00_48_H _PK_H_(0x00, 0x48) 1802 #define REG_TC_MOD_BK00_49_L _PK_L_(0x00, 0x49) 1803 #define REG_TC_MOD_BK00_49_H _PK_H_(0x00, 0x49) 1804 #define REG_TC_MOD_BK00_4A_L _PK_L_(0x00, 0x4A) 1805 #define REG_TC_MOD_BK00_4A_H _PK_H_(0x00, 0x4A) 1806 #define REG_TC_MOD_BK00_4B_L _PK_L_(0x00, 0x4B) 1807 #define REG_TC_MOD_BK00_4B_H _PK_H_(0x00, 0x4B) 1808 #define REG_TC_MOD_BK00_4C_L _PK_L_(0x00, 0x4C) 1809 #define REG_TC_MOD_BK00_4C_H _PK_H_(0x00, 0x4C) 1810 #define REG_TC_MOD_BK00_4D_L _PK_L_(0x00, 0x4D) 1811 #define REG_TC_MOD_BK00_4D_H _PK_H_(0x00, 0x4D) 1812 #define REG_TC_MOD_BK00_4E_L _PK_L_(0x00, 0x4E) 1813 #define REG_TC_MOD_BK00_4E_H _PK_H_(0x00, 0x4E) 1814 #define REG_TC_MOD_BK00_4F_L _PK_L_(0x00, 0x4F) 1815 #define REG_TC_MOD_BK00_4F_H _PK_H_(0x00, 0x4F) 1816 #define REG_TC_MOD_BK00_50_L _PK_L_(0x00, 0x50) 1817 #define REG_TC_MOD_BK00_50_H _PK_H_(0x00, 0x50) 1818 #define REG_TC_MOD_BK00_51_L _PK_L_(0x00, 0x51) 1819 #define REG_TC_MOD_BK00_51_H _PK_H_(0x00, 0x51) 1820 #define REG_TC_MOD_BK00_52_L _PK_L_(0x00, 0x52) 1821 #define REG_TC_MOD_BK00_52_H _PK_H_(0x00, 0x52) 1822 #define REG_TC_MOD_BK00_53_L _PK_L_(0x00, 0x53) 1823 #define REG_TC_MOD_BK00_53_H _PK_H_(0x00, 0x53) 1824 #define REG_TC_MOD_BK00_54_L _PK_L_(0x00, 0x54) 1825 #define REG_TC_MOD_BK00_54_H _PK_H_(0x00, 0x54) 1826 #define REG_TC_MOD_BK00_55_L _PK_L_(0x00, 0x55) 1827 #define REG_TC_MOD_BK00_55_H _PK_H_(0x00, 0x55) 1828 #define REG_TC_MOD_BK00_56_L _PK_L_(0x00, 0x56) 1829 #define REG_TC_MOD_BK00_56_H _PK_H_(0x00, 0x56) 1830 #define REG_TC_MOD_BK00_57_L _PK_L_(0x00, 0x57) 1831 #define REG_TC_MOD_BK00_57_H _PK_H_(0x00, 0x57) 1832 #define REG_TC_MOD_BK00_58_L _PK_L_(0x00, 0x58) 1833 #define REG_TC_MOD_BK00_58_H _PK_H_(0x00, 0x58) 1834 #define REG_TC_MOD_BK00_59_L _PK_L_(0x00, 0x59) 1835 #define REG_TC_MOD_BK00_59_H _PK_H_(0x00, 0x59) 1836 #define REG_TC_MOD_BK00_5A_L _PK_L_(0x00, 0x5A) 1837 #define REG_TC_MOD_BK00_5A_H _PK_H_(0x00, 0x5A) 1838 #define REG_TC_MOD_BK00_5B_L _PK_L_(0x00, 0x5B) 1839 #define REG_TC_MOD_BK00_5B_H _PK_H_(0x00, 0x5B) 1840 #define REG_TC_MOD_BK00_5C_L _PK_L_(0x00, 0x5C) 1841 #define REG_TC_MOD_BK00_5C_H _PK_H_(0x00, 0x5C) 1842 #define REG_TC_MOD_BK00_5D_L _PK_L_(0x00, 0x5D) 1843 #define REG_TC_MOD_BK00_5D_H _PK_H_(0x00, 0x5D) 1844 #define REG_TC_MOD_BK00_5E_L _PK_L_(0x00, 0x5E) 1845 #define REG_TC_MOD_BK00_5E_H _PK_H_(0x00, 0x5E) 1846 #define REG_TC_MOD_BK00_5F_L _PK_L_(0x00, 0x5F) 1847 #define REG_TC_MOD_BK00_5F_H _PK_H_(0x00, 0x5F) 1848 #define REG_TC_MOD_BK00_60_L _PK_L_(0x00, 0x60) 1849 #define REG_TC_MOD_BK00_60_H _PK_H_(0x00, 0x60) 1850 #define REG_TC_MOD_BK00_61_L _PK_L_(0x00, 0x61) 1851 #define REG_TC_MOD_BK00_61_H _PK_H_(0x00, 0x61) 1852 #define REG_TC_MOD_BK00_62_L _PK_L_(0x00, 0x62) 1853 #define REG_TC_MOD_BK00_62_H _PK_H_(0x00, 0x62) 1854 #define REG_TC_MOD_BK00_63_L _PK_L_(0x00, 0x63) 1855 #define REG_TC_MOD_BK00_63_H _PK_H_(0x00, 0x63) 1856 #define REG_TC_MOD_BK00_64_L _PK_L_(0x00, 0x64) 1857 #define REG_TC_MOD_BK00_64_H _PK_H_(0x00, 0x64) 1858 #define REG_TC_MOD_BK00_65_L _PK_L_(0x00, 0x65) 1859 #define REG_TC_MOD_BK00_65_H _PK_H_(0x00, 0x65) 1860 #define REG_TC_MOD_BK00_66_L _PK_L_(0x00, 0x66) 1861 #define REG_TC_MOD_BK00_66_H _PK_H_(0x00, 0x66) 1862 #define REG_TC_MOD_BK00_67_L _PK_L_(0x00, 0x67) 1863 #define REG_TC_MOD_BK00_67_H _PK_H_(0x00, 0x67) 1864 #define REG_TC_MOD_BK00_68_L _PK_L_(0x00, 0x68) 1865 #define REG_TC_MOD_BK00_68_H _PK_H_(0x00, 0x68) 1866 #define REG_TC_MOD_BK00_69_L _PK_L_(0x00, 0x69) 1867 #define REG_TC_MOD_BK00_69_H _PK_H_(0x00, 0x69) 1868 #define REG_TC_MOD_BK00_6A_L _PK_L_(0x00, 0x6A) 1869 #define REG_TC_MOD_BK00_6A_H _PK_H_(0x00, 0x6A) 1870 #define REG_TC_MOD_BK00_6B_L _PK_L_(0x00, 0x6B) 1871 #define REG_TC_MOD_BK00_6B_H _PK_H_(0x00, 0x6B) 1872 #define REG_TC_MOD_BK00_6C_L _PK_L_(0x00, 0x6C) 1873 #define REG_TC_MOD_BK00_6C_H _PK_H_(0x00, 0x6C) 1874 #define REG_TC_MOD_BK00_6D_L _PK_L_(0x00, 0x6D) 1875 #define REG_TC_MOD_BK00_6D_H _PK_H_(0x00, 0x6D) 1876 #define REG_TC_MOD_BK00_6E_L _PK_L_(0x00, 0x6E) 1877 #define REG_TC_MOD_BK00_6E_H _PK_H_(0x00, 0x6E) 1878 #define REG_TC_MOD_BK00_6F_L _PK_L_(0x00, 0x6F) 1879 #define REG_TC_MOD_BK00_6F_H _PK_H_(0x00, 0x6F) 1880 #define REG_TC_MOD_BK00_70_L _PK_L_(0x00, 0x70) 1881 #define REG_TC_MOD_BK00_70_H _PK_H_(0x00, 0x70) 1882 #define REG_TC_MOD_BK00_71_L _PK_L_(0x00, 0x71) 1883 #define REG_TC_MOD_BK00_71_H _PK_H_(0x00, 0x71) 1884 #define REG_TC_MOD_BK00_72_L _PK_L_(0x00, 0x72) 1885 #define REG_TC_MOD_BK00_72_H _PK_H_(0x00, 0x72) 1886 #define REG_TC_MOD_BK00_73_L _PK_L_(0x00, 0x73) 1887 #define REG_TC_MOD_BK00_73_H _PK_H_(0x00, 0x73) 1888 #define REG_TC_MOD_BK00_74_L _PK_L_(0x00, 0x74) 1889 #define REG_TC_MOD_BK00_74_H _PK_H_(0x00, 0x74) 1890 #define REG_TC_MOD_BK00_75_L _PK_L_(0x00, 0x75) 1891 #define REG_TC_MOD_BK00_75_H _PK_H_(0x00, 0x75) 1892 #define REG_TC_MOD_BK00_76_L _PK_L_(0x00, 0x76) 1893 #define REG_TC_MOD_BK00_76_H _PK_H_(0x00, 0x76) 1894 #define REG_TC_MOD_BK00_77_L _PK_L_(0x00, 0x77) 1895 #define REG_TC_MOD_BK00_77_H _PK_H_(0x00, 0x77) 1896 #define REG_TC_MOD_BK00_78_L _PK_L_(0x00, 0x78) 1897 #define REG_TC_MOD_BK00_78_H _PK_H_(0x00, 0x78) 1898 #define REG_TC_MOD_BK00_79_L _PK_L_(0x00, 0x79) 1899 #define REG_TC_MOD_BK00_79_H _PK_H_(0x00, 0x79) 1900 #define REG_TC_MOD_BK00_7A_L _PK_L_(0x00, 0x7A) 1901 #define REG_TC_MOD_BK00_7A_H _PK_H_(0x00, 0x7A) 1902 #define REG_TC_MOD_BK00_7B_L _PK_L_(0x00, 0x7B) 1903 #define REG_TC_MOD_BK00_7B_H _PK_H_(0x00, 0x7B) 1904 #define REG_TC_MOD_BK00_7C_L _PK_L_(0x00, 0x7C) 1905 #define REG_TC_MOD_BK00_7C_H _PK_H_(0x00, 0x7C) 1906 #define REG_TC_MOD_BK00_7D_L _PK_L_(0x00, 0x7D) 1907 #define REG_TC_MOD_BK00_7D_H _PK_H_(0x00, 0x7D) 1908 #define REG_TC_MOD_BK00_7E_L _PK_L_(0x00, 0x7E) 1909 #define REG_TC_MOD_BK00_7E_H _PK_H_(0x00, 0x7E) 1910 #define REG_TC_MOD_BK00_7F_L _PK_L_(0x00, 0x7F) 1911 #define REG_TC_MOD_BK00_7F_H _PK_H_(0x00, 0x7F) 1912 1913 #ifdef __cplusplus 1914 } 1915 #endif 1916 1917 #undef _DRVADCTBL_H_ 1918 #endif 1919