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 #ifndef _HWREG_ADC_DTOPB_H_ 96 #define _HWREG_ADC_DTOPB_H_ 97 98 99 //============================================================= 100 //ADC DTOP 101 //#define REG_ADC_DTOPB_BASE 0x2600 102 #ifndef REG_TABLE_END 103 #define REG_TABLE_END 0xFFFF 104 #endif 105 106 #define REG_ADC_DTOPB_00_L (REG_ADC_DTOPB_BASE + 0x00) 107 #define REG_ADC_DTOPB_00_H (REG_ADC_DTOPB_BASE + 0x01) 108 #define REG_ADC_DTOPB_01_L (REG_ADC_DTOPB_BASE + 0x02) 109 #define REG_ADC_DTOPB_01_H (REG_ADC_DTOPB_BASE + 0x03) 110 #define REG_ADC_DTOPB_02_L (REG_ADC_DTOPB_BASE + 0x04) 111 #define REG_ADC_DTOPB_02_H (REG_ADC_DTOPB_BASE + 0x05) 112 #define REG_ADC_DTOPB_03_L (REG_ADC_DTOPB_BASE + 0x06) 113 #define REG_ADC_DTOPB_03_H (REG_ADC_DTOPB_BASE + 0x07) 114 #define REG_ADC_DTOPB_04_L (REG_ADC_DTOPB_BASE + 0x08) 115 #define REG_ADC_DTOPB_04_H (REG_ADC_DTOPB_BASE + 0x09) 116 #define REG_ADC_DTOPB_05_L (REG_ADC_DTOPB_BASE + 0x0A) 117 #define REG_ADC_DTOPB_05_H (REG_ADC_DTOPB_BASE + 0x0B) 118 #define REG_ADC_DTOPB_06_L (REG_ADC_DTOPB_BASE + 0x0C) 119 #define REG_ADC_DTOPB_06_H (REG_ADC_DTOPB_BASE + 0x0D) 120 #define REG_ADC_DTOPB_07_L (REG_ADC_DTOPB_BASE + 0x0E) 121 #define REG_ADC_DTOPB_07_H (REG_ADC_DTOPB_BASE + 0x0F) 122 #define REG_ADC_DTOPB_08_L (REG_ADC_DTOPB_BASE + 0x10) 123 #define REG_ADC_DTOPB_08_H (REG_ADC_DTOPB_BASE + 0x11) 124 #define REG_ADC_DTOPB_09_L (REG_ADC_DTOPB_BASE + 0x12) 125 #define REG_ADC_DTOPB_09_H (REG_ADC_DTOPB_BASE + 0x13) 126 #define REG_ADC_DTOPB_0A_L (REG_ADC_DTOPB_BASE + 0x14) 127 #define REG_ADC_DTOPB_0A_H (REG_ADC_DTOPB_BASE + 0x15) 128 #define REG_ADC_DTOPB_0B_L (REG_ADC_DTOPB_BASE + 0x16) 129 #define REG_ADC_DTOPB_0B_H (REG_ADC_DTOPB_BASE + 0x17) 130 #define REG_ADC_DTOPB_0C_L (REG_ADC_DTOPB_BASE + 0x18) 131 #define REG_ADC_DTOPB_0C_H (REG_ADC_DTOPB_BASE + 0x19) 132 #define REG_ADC_DTOPB_0D_L (REG_ADC_DTOPB_BASE + 0x1A) 133 #define REG_ADC_DTOPB_0D_H (REG_ADC_DTOPB_BASE + 0x1B) 134 #define REG_ADC_DTOPB_0E_L (REG_ADC_DTOPB_BASE + 0x1C) 135 #define REG_ADC_DTOPB_0E_H (REG_ADC_DTOPB_BASE + 0x1D) 136 #define REG_ADC_DTOPB_0F_L (REG_ADC_DTOPB_BASE + 0x1E) 137 #define REG_ADC_DTOPB_0F_H (REG_ADC_DTOPB_BASE + 0x1F) 138 #define REG_ADC_DTOPB_10_L (REG_ADC_DTOPB_BASE + 0x20) 139 #define REG_ADC_DTOPB_10_H (REG_ADC_DTOPB_BASE + 0x21) 140 #define REG_ADC_DTOPB_11_L (REG_ADC_DTOPB_BASE + 0x22) 141 #define REG_ADC_DTOPB_11_H (REG_ADC_DTOPB_BASE + 0x23) 142 #define REG_ADC_DTOPB_12_L (REG_ADC_DTOPB_BASE + 0x24) 143 #define REG_ADC_DTOPB_12_H (REG_ADC_DTOPB_BASE + 0x25) 144 #define REG_ADC_DTOPB_13_L (REG_ADC_DTOPB_BASE + 0x26) 145 #define REG_ADC_DTOPB_13_H (REG_ADC_DTOPB_BASE + 0x27) 146 #define REG_ADC_DTOPB_14_L (REG_ADC_DTOPB_BASE + 0x28) 147 #define REG_ADC_DTOPB_14_H (REG_ADC_DTOPB_BASE + 0x29) 148 #define REG_ADC_DTOPB_15_L (REG_ADC_DTOPB_BASE + 0x2A) 149 #define REG_ADC_DTOPB_15_H (REG_ADC_DTOPB_BASE + 0x2B) 150 #define REG_ADC_DTOPB_16_L (REG_ADC_DTOPB_BASE + 0x2C) 151 #define REG_ADC_DTOPB_16_H (REG_ADC_DTOPB_BASE + 0x2D) 152 #define REG_ADC_DTOPB_17_L (REG_ADC_DTOPB_BASE + 0x2E) 153 #define REG_ADC_DTOPB_17_H (REG_ADC_DTOPB_BASE + 0x2F) 154 #define REG_ADC_DTOPB_18_L (REG_ADC_DTOPB_BASE + 0x30) 155 #define REG_ADC_DTOPB_18_H (REG_ADC_DTOPB_BASE + 0x31) 156 #define REG_ADC_DTOPB_19_L (REG_ADC_DTOPB_BASE + 0x32) 157 #define REG_ADC_DTOPB_19_H (REG_ADC_DTOPB_BASE + 0x33) 158 #define REG_ADC_DTOPB_1A_L (REG_ADC_DTOPB_BASE + 0x34) 159 #define REG_ADC_DTOPB_1A_H (REG_ADC_DTOPB_BASE + 0x35) 160 #define REG_ADC_DTOPB_1B_L (REG_ADC_DTOPB_BASE + 0x36) 161 #define REG_ADC_DTOPB_1B_H (REG_ADC_DTOPB_BASE + 0x37) 162 #define REG_ADC_DTOPB_1C_L (REG_ADC_DTOPB_BASE + 0x38) 163 #define REG_ADC_DTOPB_1C_H (REG_ADC_DTOPB_BASE + 0x39) 164 #define REG_ADC_DTOPB_1D_L (REG_ADC_DTOPB_BASE + 0x3A) 165 #define REG_ADC_DTOPB_1D_H (REG_ADC_DTOPB_BASE + 0x3B) 166 #define REG_ADC_DTOPB_1E_L (REG_ADC_DTOPB_BASE + 0x3C) 167 #define REG_ADC_DTOPB_1E_H (REG_ADC_DTOPB_BASE + 0x3D) 168 #define REG_ADC_DTOPB_1F_L (REG_ADC_DTOPB_BASE + 0x3E) 169 #define REG_ADC_DTOPB_1F_H (REG_ADC_DTOPB_BASE + 0x3F) 170 #define REG_ADC_DTOPB_20_L (REG_ADC_DTOPB_BASE + 0x40) 171 #define REG_ADC_DTOPB_20_H (REG_ADC_DTOPB_BASE + 0x41) 172 #define REG_ADC_DTOPB_21_L (REG_ADC_DTOPB_BASE + 0x42) 173 #define REG_ADC_DTOPB_21_H (REG_ADC_DTOPB_BASE + 0x43) 174 #define REG_ADC_DTOPB_22_L (REG_ADC_DTOPB_BASE + 0x44) 175 #define REG_ADC_DTOPB_22_H (REG_ADC_DTOPB_BASE + 0x45) 176 #define REG_ADC_DTOPB_23_L (REG_ADC_DTOPB_BASE + 0x46) 177 #define REG_ADC_DTOPB_23_H (REG_ADC_DTOPB_BASE + 0x47) 178 #define REG_ADC_DTOPB_24_L (REG_ADC_DTOPB_BASE + 0x48) 179 #define REG_ADC_DTOPB_24_H (REG_ADC_DTOPB_BASE + 0x49) 180 #define REG_ADC_DTOPB_25_L (REG_ADC_DTOPB_BASE + 0x4A) 181 #define REG_ADC_DTOPB_25_H (REG_ADC_DTOPB_BASE + 0x4B) 182 #define REG_ADC_DTOPB_26_L (REG_ADC_DTOPB_BASE + 0x4C) 183 #define REG_ADC_DTOPB_26_H (REG_ADC_DTOPB_BASE + 0x4D) 184 #define REG_ADC_DTOPB_27_L (REG_ADC_DTOPB_BASE + 0x4E) 185 #define REG_ADC_DTOPB_27_H (REG_ADC_DTOPB_BASE + 0x4F) 186 #define REG_ADC_DTOPB_28_L (REG_ADC_DTOPB_BASE + 0x50) 187 #define REG_ADC_DTOPB_28_H (REG_ADC_DTOPB_BASE + 0x51) 188 #define REG_ADC_DTOPB_29_L (REG_ADC_DTOPB_BASE + 0x52) 189 #define REG_ADC_DTOPB_29_H (REG_ADC_DTOPB_BASE + 0x53) 190 #define REG_ADC_DTOPB_2A_L (REG_ADC_DTOPB_BASE + 0x54) 191 #define REG_ADC_DTOPB_2A_H (REG_ADC_DTOPB_BASE + 0x55) 192 #define REG_ADC_DTOPB_2B_L (REG_ADC_DTOPB_BASE + 0x56) 193 #define REG_ADC_DTOPB_2B_H (REG_ADC_DTOPB_BASE + 0x57) 194 #define REG_ADC_DTOPB_2C_L (REG_ADC_DTOPB_BASE + 0x58) 195 #define REG_ADC_DTOPB_2C_H (REG_ADC_DTOPB_BASE + 0x59) 196 #define REG_ADC_DTOPB_2D_L (REG_ADC_DTOPB_BASE + 0x5A) 197 #define REG_ADC_DTOPB_2D_H (REG_ADC_DTOPB_BASE + 0x5B) 198 #define REG_ADC_DTOPB_2E_L (REG_ADC_DTOPB_BASE + 0x5C) 199 #define REG_ADC_DTOPB_2E_H (REG_ADC_DTOPB_BASE + 0x5D) 200 #define REG_ADC_DTOPB_2F_L (REG_ADC_DTOPB_BASE + 0x5E) 201 #define REG_ADC_DTOPB_2F_H (REG_ADC_DTOPB_BASE + 0x5F) 202 #define REG_ADC_DTOPB_30_L (REG_ADC_DTOPB_BASE + 0x60) 203 #define REG_ADC_DTOPB_30_H (REG_ADC_DTOPB_BASE + 0x61) 204 #define REG_ADC_DTOPB_31_L (REG_ADC_DTOPB_BASE + 0x62) 205 #define REG_ADC_DTOPB_31_H (REG_ADC_DTOPB_BASE + 0x63) 206 #define REG_ADC_DTOPB_32_L (REG_ADC_DTOPB_BASE + 0x64) 207 #define REG_ADC_DTOPB_32_H (REG_ADC_DTOPB_BASE + 0x65) 208 #define REG_ADC_DTOPB_33_L (REG_ADC_DTOPB_BASE + 0x66) 209 #define REG_ADC_DTOPB_33_H (REG_ADC_DTOPB_BASE + 0x67) 210 #define REG_ADC_DTOPB_34_L (REG_ADC_DTOPB_BASE + 0x68) 211 #define REG_ADC_DTOPB_34_H (REG_ADC_DTOPB_BASE + 0x69) 212 #define REG_ADC_DTOPB_35_L (REG_ADC_DTOPB_BASE + 0x6A) 213 #define REG_ADC_DTOPB_35_H (REG_ADC_DTOPB_BASE + 0x6B) 214 #define REG_ADC_DTOPB_36_L (REG_ADC_DTOPB_BASE + 0x6C) 215 #define REG_ADC_DTOPB_36_H (REG_ADC_DTOPB_BASE + 0x6D) 216 #define REG_ADC_DTOPB_37_L (REG_ADC_DTOPB_BASE + 0x6E) 217 #define REG_ADC_DTOPB_37_H (REG_ADC_DTOPB_BASE + 0x6F) 218 #define REG_ADC_DTOPB_38_L (REG_ADC_DTOPB_BASE + 0x70) 219 #define REG_ADC_DTOPB_38_H (REG_ADC_DTOPB_BASE + 0x71) 220 #define REG_ADC_DTOPB_39_L (REG_ADC_DTOPB_BASE + 0x72) 221 #define REG_ADC_DTOPB_39_H (REG_ADC_DTOPB_BASE + 0x73) 222 #define REG_ADC_DTOPB_3A_L (REG_ADC_DTOPB_BASE + 0x74) 223 #define REG_ADC_DTOPB_3A_H (REG_ADC_DTOPB_BASE + 0x75) 224 #define REG_ADC_DTOPB_3B_L (REG_ADC_DTOPB_BASE + 0x76) 225 #define REG_ADC_DTOPB_3B_H (REG_ADC_DTOPB_BASE + 0x77) 226 #define REG_ADC_DTOPB_3C_L (REG_ADC_DTOPB_BASE + 0x78) 227 #define REG_ADC_DTOPB_3C_H (REG_ADC_DTOPB_BASE + 0x79) 228 #define REG_ADC_DTOPB_3D_L (REG_ADC_DTOPB_BASE + 0x7A) 229 #define REG_ADC_DTOPB_3D_H (REG_ADC_DTOPB_BASE + 0x7B) 230 #define REG_ADC_DTOPB_3E_L (REG_ADC_DTOPB_BASE + 0x7C) 231 #define REG_ADC_DTOPB_3E_H (REG_ADC_DTOPB_BASE + 0x7D) 232 #define REG_ADC_DTOPB_3F_L (REG_ADC_DTOPB_BASE + 0x7E) 233 #define REG_ADC_DTOPB_3F_H (REG_ADC_DTOPB_BASE + 0x7F) 234 #define REG_ADC_DTOPB_40_L (REG_ADC_DTOPB_BASE + 0x80) 235 #define REG_ADC_DTOPB_40_H (REG_ADC_DTOPB_BASE + 0x81) 236 #define REG_ADC_DTOPB_41_L (REG_ADC_DTOPB_BASE + 0x82) 237 #define REG_ADC_DTOPB_41_H (REG_ADC_DTOPB_BASE + 0x83) 238 #define REG_ADC_DTOPB_42_L (REG_ADC_DTOPB_BASE + 0x84) 239 #define REG_ADC_DTOPB_42_H (REG_ADC_DTOPB_BASE + 0x85) 240 #define REG_ADC_DTOPB_43_L (REG_ADC_DTOPB_BASE + 0x86) 241 #define REG_ADC_DTOPB_43_H (REG_ADC_DTOPB_BASE + 0x87) 242 #define REG_ADC_DTOPB_44_L (REG_ADC_DTOPB_BASE + 0x88) 243 #define REG_ADC_DTOPB_44_H (REG_ADC_DTOPB_BASE + 0x89) 244 #define REG_ADC_DTOPB_45_L (REG_ADC_DTOPB_BASE + 0x8A) 245 #define REG_ADC_DTOPB_45_H (REG_ADC_DTOPB_BASE + 0x8B) 246 #define REG_ADC_DTOPB_46_L (REG_ADC_DTOPB_BASE + 0x8C) 247 #define REG_ADC_DTOPB_46_H (REG_ADC_DTOPB_BASE + 0x8D) 248 #define REG_ADC_DTOPB_47_L (REG_ADC_DTOPB_BASE + 0x8E) 249 #define REG_ADC_DTOPB_47_H (REG_ADC_DTOPB_BASE + 0x8F) 250 #define REG_ADC_DTOPB_48_L (REG_ADC_DTOPB_BASE + 0x90) 251 #define REG_ADC_DTOPB_48_H (REG_ADC_DTOPB_BASE + 0x91) 252 #define REG_ADC_DTOPB_49_L (REG_ADC_DTOPB_BASE + 0x92) 253 #define REG_ADC_DTOPB_49_H (REG_ADC_DTOPB_BASE + 0x93) 254 #define REG_ADC_DTOPB_4A_L (REG_ADC_DTOPB_BASE + 0x94) 255 #define REG_ADC_DTOPB_4A_H (REG_ADC_DTOPB_BASE + 0x95) 256 #define REG_ADC_DTOPB_4B_L (REG_ADC_DTOPB_BASE + 0x96) 257 #define REG_ADC_DTOPB_4B_H (REG_ADC_DTOPB_BASE + 0x97) 258 #define REG_ADC_DTOPB_4C_L (REG_ADC_DTOPB_BASE + 0x98) 259 #define REG_ADC_DTOPB_4C_H (REG_ADC_DTOPB_BASE + 0x99) 260 #define REG_ADC_DTOPB_4D_L (REG_ADC_DTOPB_BASE + 0x9A) 261 #define REG_ADC_DTOPB_4D_H (REG_ADC_DTOPB_BASE + 0x9B) 262 #define REG_ADC_DTOPB_4E_L (REG_ADC_DTOPB_BASE + 0x9C) 263 #define REG_ADC_DTOPB_4E_H (REG_ADC_DTOPB_BASE + 0x9D) 264 #define REG_ADC_DTOPB_4F_L (REG_ADC_DTOPB_BASE + 0x9E) 265 #define REG_ADC_DTOPB_4F_H (REG_ADC_DTOPB_BASE + 0x9F) 266 #define REG_ADC_DTOPB_50_L (REG_ADC_DTOPB_BASE + 0xA0) 267 #define REG_ADC_DTOPB_50_H (REG_ADC_DTOPB_BASE + 0xA1) 268 #define REG_ADC_DTOPB_51_L (REG_ADC_DTOPB_BASE + 0xA2) 269 #define REG_ADC_DTOPB_51_H (REG_ADC_DTOPB_BASE + 0xA3) 270 #define REG_ADC_DTOPB_52_L (REG_ADC_DTOPB_BASE + 0xA4) 271 #define REG_ADC_DTOPB_52_H (REG_ADC_DTOPB_BASE + 0xA5) 272 #define REG_ADC_DTOPB_53_L (REG_ADC_DTOPB_BASE + 0xA6) 273 #define REG_ADC_DTOPB_53_H (REG_ADC_DTOPB_BASE + 0xA7) 274 #define REG_ADC_DTOPB_54_L (REG_ADC_DTOPB_BASE + 0xA8) 275 #define REG_ADC_DTOPB_54_H (REG_ADC_DTOPB_BASE + 0xA9) 276 #define REG_ADC_DTOPB_55_L (REG_ADC_DTOPB_BASE + 0xAA) 277 #define REG_ADC_DTOPB_55_H (REG_ADC_DTOPB_BASE + 0xAB) 278 #define REG_ADC_DTOPB_56_L (REG_ADC_DTOPB_BASE + 0xAC) 279 #define REG_ADC_DTOPB_56_H (REG_ADC_DTOPB_BASE + 0xAD) 280 #define REG_ADC_DTOPB_57_L (REG_ADC_DTOPB_BASE + 0xAE) 281 #define REG_ADC_DTOPB_57_H (REG_ADC_DTOPB_BASE + 0xAF) 282 #define REG_ADC_DTOPB_58_L (REG_ADC_DTOPB_BASE + 0xB0) 283 #define REG_ADC_DTOPB_58_H (REG_ADC_DTOPB_BASE + 0xB1) 284 #define REG_ADC_DTOPB_59_L (REG_ADC_DTOPB_BASE + 0xB2) 285 #define REG_ADC_DTOPB_59_H (REG_ADC_DTOPB_BASE + 0xB3) 286 #define REG_ADC_DTOPB_5A_L (REG_ADC_DTOPB_BASE + 0xB4) 287 #define REG_ADC_DTOPB_5A_H (REG_ADC_DTOPB_BASE + 0xB5) 288 #define REG_ADC_DTOPB_5B_L (REG_ADC_DTOPB_BASE + 0xB6) 289 #define REG_ADC_DTOPB_5B_H (REG_ADC_DTOPB_BASE + 0xB7) 290 #define REG_ADC_DTOPB_5C_L (REG_ADC_DTOPB_BASE + 0xB8) 291 #define REG_ADC_DTOPB_5C_H (REG_ADC_DTOPB_BASE + 0xB9) 292 #define REG_ADC_DTOPB_5D_L (REG_ADC_DTOPB_BASE + 0xBA) 293 #define REG_ADC_DTOPB_5D_H (REG_ADC_DTOPB_BASE + 0xBB) 294 #define REG_ADC_DTOPB_5E_L (REG_ADC_DTOPB_BASE + 0xBC) 295 #define REG_ADC_DTOPB_5E_H (REG_ADC_DTOPB_BASE + 0xBD) 296 #define REG_ADC_DTOPB_5F_L (REG_ADC_DTOPB_BASE + 0xBE) 297 #define REG_ADC_DTOPB_5F_H (REG_ADC_DTOPB_BASE + 0xBF) 298 #define REG_ADC_DTOPB_60_L (REG_ADC_DTOPB_BASE + 0xC0) 299 #define REG_ADC_DTOPB_60_H (REG_ADC_DTOPB_BASE + 0xC1) 300 #define REG_ADC_DTOPB_61_L (REG_ADC_DTOPB_BASE + 0xC2) 301 #define REG_ADC_DTOPB_61_H (REG_ADC_DTOPB_BASE + 0xC3) 302 #define REG_ADC_DTOPB_62_L (REG_ADC_DTOPB_BASE + 0xC4) 303 #define REG_ADC_DTOPB_62_H (REG_ADC_DTOPB_BASE + 0xC5) 304 #define REG_ADC_DTOPB_63_L (REG_ADC_DTOPB_BASE + 0xC6) 305 #define REG_ADC_DTOPB_63_H (REG_ADC_DTOPB_BASE + 0xC7) 306 #define REG_ADC_DTOPB_64_L (REG_ADC_DTOPB_BASE + 0xC8) 307 #define REG_ADC_DTOPB_64_H (REG_ADC_DTOPB_BASE + 0xC9) 308 #define REG_ADC_DTOPB_65_L (REG_ADC_DTOPB_BASE + 0xCA) 309 #define REG_ADC_DTOPB_65_H (REG_ADC_DTOPB_BASE + 0xCB) 310 #define REG_ADC_DTOPB_66_L (REG_ADC_DTOPB_BASE + 0xCC) 311 #define REG_ADC_DTOPB_66_H (REG_ADC_DTOPB_BASE + 0xCD) 312 #define REG_ADC_DTOPB_67_L (REG_ADC_DTOPB_BASE + 0xCE) 313 #define REG_ADC_DTOPB_67_H (REG_ADC_DTOPB_BASE + 0xCF) 314 #define REG_ADC_DTOPB_68_L (REG_ADC_DTOPB_BASE + 0xD0) 315 #define REG_ADC_DTOPB_68_H (REG_ADC_DTOPB_BASE + 0xD1) 316 #define REG_ADC_DTOPB_69_L (REG_ADC_DTOPB_BASE + 0xD2) 317 #define REG_ADC_DTOPB_69_H (REG_ADC_DTOPB_BASE + 0xD3) 318 #define REG_ADC_DTOPB_6A_L (REG_ADC_DTOPB_BASE + 0xD4) 319 #define REG_ADC_DTOPB_6A_H (REG_ADC_DTOPB_BASE + 0xD5) 320 #define REG_ADC_DTOPB_6B_L (REG_ADC_DTOPB_BASE + 0xD6) 321 #define REG_ADC_DTOPB_6B_H (REG_ADC_DTOPB_BASE + 0xD7) 322 #define REG_ADC_DTOPB_6C_L (REG_ADC_DTOPB_BASE + 0xD8) 323 #define REG_ADC_DTOPB_6C_H (REG_ADC_DTOPB_BASE + 0xD9) 324 #define REG_ADC_DTOPB_6D_L (REG_ADC_DTOPB_BASE + 0xDA) 325 #define REG_ADC_DTOPB_6D_H (REG_ADC_DTOPB_BASE + 0xDB) 326 #define REG_ADC_DTOPB_6E_L (REG_ADC_DTOPB_BASE + 0xDC) 327 #define REG_ADC_DTOPB_6E_H (REG_ADC_DTOPB_BASE + 0xDD) 328 #define REG_ADC_DTOPB_6F_L (REG_ADC_DTOPB_BASE + 0xDE) 329 #define REG_ADC_DTOPB_6F_H (REG_ADC_DTOPB_BASE + 0xDF) 330 #define REG_ADC_DTOPB_70_L (REG_ADC_DTOPB_BASE + 0xE0) 331 #define REG_ADC_DTOPB_70_H (REG_ADC_DTOPB_BASE + 0xE1) 332 #define REG_ADC_DTOPB_71_L (REG_ADC_DTOPB_BASE + 0xE2) 333 #define REG_ADC_DTOPB_71_H (REG_ADC_DTOPB_BASE + 0xE3) 334 #define REG_ADC_DTOPB_72_L (REG_ADC_DTOPB_BASE + 0xE4) 335 #define REG_ADC_DTOPB_72_H (REG_ADC_DTOPB_BASE + 0xE5) 336 #define REG_ADC_DTOPB_73_L (REG_ADC_DTOPB_BASE + 0xE6) 337 #define REG_ADC_DTOPB_73_H (REG_ADC_DTOPB_BASE + 0xE7) 338 #define REG_ADC_DTOPB_74_L (REG_ADC_DTOPB_BASE + 0xE8) 339 #define REG_ADC_DTOPB_74_H (REG_ADC_DTOPB_BASE + 0xE9) 340 #define REG_ADC_DTOPB_75_L (REG_ADC_DTOPB_BASE + 0xEA) 341 #define REG_ADC_DTOPB_75_H (REG_ADC_DTOPB_BASE + 0xEB) 342 #define REG_ADC_DTOPB_76_L (REG_ADC_DTOPB_BASE + 0xEC) 343 #define REG_ADC_DTOPB_76_H (REG_ADC_DTOPB_BASE + 0xED) 344 #define REG_ADC_DTOPB_77_L (REG_ADC_DTOPB_BASE + 0xEE) 345 #define REG_ADC_DTOPB_78_L (REG_ADC_DTOPB_BASE + 0xF0) 346 #define REG_ADC_DTOPB_78_H (REG_ADC_DTOPB_BASE + 0xF1) 347 #define REG_ADC_DTOPB_79_L (REG_ADC_DTOPB_BASE + 0xF2) 348 #define REG_ADC_DTOPB_79_H (REG_ADC_DTOPB_BASE + 0xF3) 349 #define REG_ADC_DTOPB_7A_L (REG_ADC_DTOPB_BASE + 0xF4) 350 #define REG_ADC_DTOPB_7A_H (REG_ADC_DTOPB_BASE + 0xF5) 351 #define REG_ADC_DTOPB_7B_L (REG_ADC_DTOPB_BASE + 0xF6) 352 #define REG_ADC_DTOPB_7B_H (REG_ADC_DTOPB_BASE + 0xF7) 353 #define REG_ADC_DTOPB_7C_L (REG_ADC_DTOPB_BASE + 0xF8) 354 #define REG_ADC_DTOPB_7C_H (REG_ADC_DTOPB_BASE + 0xF9) 355 #define REG_ADC_DTOPB_7D_L (REG_ADC_DTOPB_BASE + 0xFA) 356 #define REG_ADC_DTOPB_7D_H (REG_ADC_DTOPB_BASE + 0xFB) 357 #define REG_ADC_DTOPB_7E_L (REG_ADC_DTOPB_BASE + 0xFC) 358 #define REG_ADC_DTOPB_7E_H (REG_ADC_DTOPB_BASE + 0xFD) 359 #define REG_ADC_DTOPB_7F_L (REG_ADC_DTOPB_BASE + 0xFE) 360 #define REG_ADC_DTOPB_7F_H (REG_ADC_DTOPB_BASE + 0xFF) 361 362 #define REG_ADC_DTOPB_FE_L (REG_ADC_DTOPB_BASE + 0xFF) // for delay loop 363 364 #endif 365 366