Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
v6.9.4
   1/*
   2 * Copyright (C) 2019  Advanced Micro Devices, Inc.
   3 *
   4 * Permission is hereby granted, free of charge, to any person obtaining a
   5 * copy of this software and associated documentation files (the "Software"),
   6 * to deal in the Software without restriction, including without limitation
   7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
   8 * and/or sell copies of the Software, and to permit persons to whom the
   9 * Software is furnished to do so, subject to the following conditions:
  10 *
  11 * The above copyright notice and this permission notice shall be included
  12 * in all copies or substantial portions of the Software.
  13 *
  14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  15 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  17 * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  18 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  19 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  20 */
  21#ifndef _renoir_ip_offset_HEADER
  22#define _renoir_ip_offset_HEADER
  23
  24#define MAX_INSTANCE                                       7
  25#define MAX_SEGMENT                                        5
  26
  27
  28struct IP_BASE_INSTANCE {
 
  29    unsigned int segment[MAX_SEGMENT];
  30};
  31
  32struct IP_BASE {
 
  33    struct IP_BASE_INSTANCE instance[MAX_INSTANCE];
  34} __maybe_unused;
  35
  36
  37static const struct IP_BASE ACP_BASE ={ { { { 0x02403800, 0x00480000, 0, 0, 0 } },
  38                                        { { 0, 0, 0, 0, 0 } },
  39                                        { { 0, 0, 0, 0, 0 } },
  40                                        { { 0, 0, 0, 0, 0 } },
  41                                        { { 0, 0, 0, 0, 0 } },
  42                                        { { 0, 0, 0, 0, 0 } },
  43                                        { { 0, 0, 0, 0, 0 } } } };
  44static const struct IP_BASE ATHUB_BASE ={ { { { 0x00000C20, 0x02408C00, 0, 0, 0 } },
  45                                        { { 0, 0, 0, 0, 0 } },
  46                                        { { 0, 0, 0, 0, 0 } },
  47                                        { { 0, 0, 0, 0, 0 } },
  48                                        { { 0, 0, 0, 0, 0 } },
  49                                        { { 0, 0, 0, 0, 0 } },
  50                                        { { 0, 0, 0, 0, 0 } } } };
  51static const struct IP_BASE CLK_BASE ={ { { { 0x00016C00, 0x00016E00, 0x00017000, 0x00017E00, 0 } },
  52                                        { { 0, 0, 0, 0, 0 } },
  53                                        { { 0, 0, 0, 0, 0 } },
  54                                        { { 0, 0, 0, 0, 0 } },
  55                                        { { 0, 0, 0, 0, 0 } },
  56                                        { { 0, 0, 0, 0, 0 } },
  57                                        { { 0, 0, 0, 0, 0 } } } };
  58static const struct IP_BASE DBGU_IO0_BASE ={ { { { 0x000001E0, 0x0240B400, 0, 0, 0 } },
  59                                        { { 0, 0, 0, 0, 0 } },
  60                                        { { 0, 0, 0, 0, 0 } },
  61                                        { { 0, 0, 0, 0, 0 } },
  62                                        { { 0, 0, 0, 0, 0 } },
  63                                        { { 0, 0, 0, 0, 0 } },
  64                                        { { 0, 0, 0, 0, 0 } } } };
  65static const struct IP_BASE DF_BASE ={ { { { 0x00007000, 0x0240B800, 0, 0, 0 } },
  66                                        { { 0, 0, 0, 0, 0 } },
  67                                        { { 0, 0, 0, 0, 0 } },
  68                                        { { 0, 0, 0, 0, 0 } },
  69                                        { { 0, 0, 0, 0, 0 } },
  70                                        { { 0, 0, 0, 0, 0 } },
  71                                        { { 0, 0, 0, 0, 0 } } } };
  72static const struct IP_BASE DIO_BASE ={ { { { 0x02404000, 0, 0, 0, 0 } },
  73                                        { { 0, 0, 0, 0, 0 } },
  74                                        { { 0, 0, 0, 0, 0 } },
  75                                        { { 0, 0, 0, 0, 0 } },
  76                                        { { 0, 0, 0, 0, 0 } },
  77                                        { { 0, 0, 0, 0, 0 } },
  78                                        { { 0, 0, 0, 0, 0 } } } };
  79static const struct IP_BASE DMU_BASE ={ { { { 0x00000012, 0x000000C0, 0x000034C0, 0x00009000, 0x02403C00 } },
  80                                        { { 0, 0, 0, 0, 0 } },
  81                                        { { 0, 0, 0, 0, 0 } },
  82                                        { { 0, 0, 0, 0, 0 } },
  83                                        { { 0, 0, 0, 0, 0 } },
  84                                        { { 0, 0, 0, 0, 0 } },
  85                                        { { 0, 0, 0, 0, 0 } } } };
  86static const struct IP_BASE DPCS_BASE ={ { { { 0x00000012, 0x000000C0, 0x000034C0, 0x00009000, 0x02403C00 } },
  87                                        { { 0, 0, 0, 0, 0 } },
  88                                        { { 0, 0, 0, 0, 0 } },
  89                                        { { 0, 0, 0, 0, 0 } },
  90                                        { { 0, 0, 0, 0, 0 } },
  91                                        { { 0, 0, 0, 0, 0 } },
  92                                        { { 0, 0, 0, 0, 0 } } } };
  93static const struct IP_BASE FUSE_BASE ={ { { { 0x00017400, 0x02401400, 0, 0, 0 } },
  94                                        { { 0, 0, 0, 0, 0 } },
  95                                        { { 0, 0, 0, 0, 0 } },
  96                                        { { 0, 0, 0, 0, 0 } },
  97                                        { { 0, 0, 0, 0, 0 } },
  98                                        { { 0, 0, 0, 0, 0 } },
  99                                        { { 0, 0, 0, 0, 0 } } } };
 100static const struct IP_BASE GC_BASE ={ { { { 0x00002000, 0x0000A000, 0x02402C00, 0, 0 } },
 101                                        { { 0, 0, 0, 0, 0 } },
 102                                        { { 0, 0, 0, 0, 0 } },
 103                                        { { 0, 0, 0, 0, 0 } },
 104                                        { { 0, 0, 0, 0, 0 } },
 105                                        { { 0, 0, 0, 0, 0 } },
 106                                        { { 0, 0, 0, 0, 0 } } } };
 107static const struct IP_BASE HDA_BASE ={ { { { 0x02404800, 0x004C0000, 0, 0, 0 } },
 108                                        { { 0, 0, 0, 0, 0 } },
 109                                        { { 0, 0, 0, 0, 0 } },
 110                                        { { 0, 0, 0, 0, 0 } },
 111                                        { { 0, 0, 0, 0, 0 } },
 112                                        { { 0, 0, 0, 0, 0 } },
 113                                        { { 0, 0, 0, 0, 0 } } } };
 114static const struct IP_BASE HDP_BASE ={ { { { 0x00000F20, 0x0240A400, 0, 0, 0 } },
 115                                        { { 0, 0, 0, 0, 0 } },
 116                                        { { 0, 0, 0, 0, 0 } },
 117                                        { { 0, 0, 0, 0, 0 } },
 118                                        { { 0, 0, 0, 0, 0 } },
 119                                        { { 0, 0, 0, 0, 0 } },
 120                                        { { 0, 0, 0, 0, 0 } } } };
 121static const struct IP_BASE IOHC0_BASE ={ { { { 0x00010000, 0x02406000, 0x04EC0000, 0, 0 } },
 122                                        { { 0, 0, 0, 0, 0 } },
 123                                        { { 0, 0, 0, 0, 0 } },
 124                                        { { 0, 0, 0, 0, 0 } },
 125                                        { { 0, 0, 0, 0, 0 } },
 126                                        { { 0, 0, 0, 0, 0 } },
 127                                        { { 0, 0, 0, 0, 0 } } } };
 128static const struct IP_BASE ISP_BASE ={ { { { 0x00018000, 0x0240B000, 0, 0, 0 } },
 129                                        { { 0, 0, 0, 0, 0 } },
 130                                        { { 0, 0, 0, 0, 0 } },
 131                                        { { 0, 0, 0, 0, 0 } },
 132                                        { { 0, 0, 0, 0, 0 } },
 133                                        { { 0, 0, 0, 0, 0 } },
 134                                        { { 0, 0, 0, 0, 0 } } } };
 135static const struct IP_BASE L2IMU0_BASE ={ { { { 0x00007DC0, 0x02407000, 0x00900000, 0x04FC0000, 0x055C0000 } },
 136                                        { { 0, 0, 0, 0, 0 } },
 137                                        { { 0, 0, 0, 0, 0 } },
 138                                        { { 0, 0, 0, 0, 0 } },
 139                                        { { 0, 0, 0, 0, 0 } },
 140                                        { { 0, 0, 0, 0, 0 } },
 141                                        { { 0, 0, 0, 0, 0 } } } };
 142static const struct IP_BASE MMHUB_BASE ={ { { { 0x0001A000, 0x02408800, 0, 0, 0 } },
 143                                        { { 0, 0, 0, 0, 0 } },
 144                                        { { 0, 0, 0, 0, 0 } },
 145                                        { { 0, 0, 0, 0, 0 } },
 146                                        { { 0, 0, 0, 0, 0 } },
 147                                        { { 0, 0, 0, 0, 0 } },
 148                                        { { 0, 0, 0, 0, 0 } } } };
 149static const struct IP_BASE MP0_BASE ={ { { { 0x00016000, 0x0243FC00, 0x00DC0000, 0x00E00000, 0x00E40000 } },
 150                                        { { 0, 0, 0, 0, 0 } },
 151                                        { { 0, 0, 0, 0, 0 } },
 152                                        { { 0, 0, 0, 0, 0 } },
 153                                        { { 0, 0, 0, 0, 0 } },
 154                                        { { 0, 0, 0, 0, 0 } },
 155                                        { { 0, 0, 0, 0, 0 } } } };
 156static const struct IP_BASE MP1_BASE ={ { { { 0x00016000, 0x02400400, 0x00E80000, 0x00EC0000, 0x00F00000 } },
 157                                        { { 0, 0, 0, 0, 0 } },
 158                                        { { 0, 0, 0, 0, 0 } },
 159                                        { { 0, 0, 0, 0, 0 } },
 160                                        { { 0, 0, 0, 0, 0 } },
 161                                        { { 0, 0, 0, 0, 0 } },
 162                                        { { 0, 0, 0, 0, 0 } } } };
 163static const struct IP_BASE NBIF0_BASE ={ { { { 0x00000000, 0x00000014, 0x00000D20, 0x00010400, 0x0241B000 } },
 164                                        { { 0, 0, 0, 0, 0 } },
 165                                        { { 0, 0, 0, 0, 0 } },
 166                                        { { 0, 0, 0, 0, 0 } },
 167                                        { { 0, 0, 0, 0, 0 } },
 168                                        { { 0, 0, 0, 0, 0 } },
 169                                        { { 0, 0, 0, 0, 0 } } } };
 170static const struct IP_BASE DCN_BASE   ={ { { { 0x00000012, 0x000000C0, 0x000034C0, 0, 0 } },
 171                                        { { 0, 0, 0, 0, 0 } },
 172                                        { { 0, 0, 0, 0, 0 } },
 173                                        { { 0, 0, 0, 0, 0 } },
 174                                        { { 0, 0, 0, 0, 0 } } } };
 175static const struct IP_BASE OSSSYS_BASE ={ { { { 0x000010A0, 0x0240A000, 0, 0, 0 } },
 176                                        { { 0, 0, 0, 0, 0 } },
 177                                        { { 0, 0, 0, 0, 0 } },
 178                                        { { 0, 0, 0, 0, 0 } },
 179                                        { { 0, 0, 0, 0, 0 } },
 180                                        { { 0, 0, 0, 0, 0 } },
 181                                        { { 0, 0, 0, 0, 0 } } } };
 182static const struct IP_BASE PCIE0_BASE ={ { { { 0x02411800, 0x04440000, 0, 0, 0 } },
 183                                        { { 0, 0, 0, 0, 0 } },
 184                                        { { 0, 0, 0, 0, 0 } },
 185                                        { { 0, 0, 0, 0, 0 } },
 186                                        { { 0, 0, 0, 0, 0 } },
 187                                        { { 0, 0, 0, 0, 0 } },
 188                                        { { 0, 0, 0, 0, 0 } } } };
 189static const struct IP_BASE SDMA0_BASE ={ { { { 0x00001260, 0x0240A800, 0, 0, 0 } },
 190                                        { { 0, 0, 0, 0, 0 } },
 191                                        { { 0, 0, 0, 0, 0 } },
 192                                        { { 0, 0, 0, 0, 0 } },
 193                                        { { 0, 0, 0, 0, 0 } },
 194                                        { { 0, 0, 0, 0, 0 } },
 195                                        { { 0, 0, 0, 0, 0 } } } };
 196static const struct IP_BASE SMUIO_BASE ={ { { { 0x00016800, 0x00016A00, 0x02401000, 0x00440000, 0 } },
 197                                        { { 0, 0, 0, 0, 0 } },
 198                                        { { 0, 0, 0, 0, 0 } },
 199                                        { { 0, 0, 0, 0, 0 } },
 200                                        { { 0, 0, 0, 0, 0 } },
 201                                        { { 0, 0, 0, 0, 0 } },
 202                                        { { 0, 0, 0, 0, 0 } } } };
 203static const struct IP_BASE THM_BASE ={ { { { 0x00016600, 0x02400C00, 0, 0, 0 } },
 204                                        { { 0, 0, 0, 0, 0 } },
 205                                        { { 0, 0, 0, 0, 0 } },
 206                                        { { 0, 0, 0, 0, 0 } },
 207                                        { { 0, 0, 0, 0, 0 } },
 208                                        { { 0, 0, 0, 0, 0 } },
 209                                        { { 0, 0, 0, 0, 0 } } } };
 210static const struct IP_BASE UMC_BASE ={ { { { 0x00014000, 0x02425800, 0, 0, 0 } },
 211                                        { { 0x00054000, 0x02425C00, 0, 0, 0 } },
 212                                        { { 0, 0, 0, 0, 0 } },
 213                                        { { 0, 0, 0, 0, 0 } },
 214                                        { { 0, 0, 0, 0, 0 } },
 215                                        { { 0, 0, 0, 0, 0 } },
 216                                        { { 0, 0, 0, 0, 0 } } } };
 217static const struct IP_BASE USB0_BASE ={ { { { 0x0242A800, 0x05B00000, 0, 0, 0 } },
 218                                        { { 0, 0, 0, 0, 0 } },
 219                                        { { 0, 0, 0, 0, 0 } },
 220                                        { { 0, 0, 0, 0, 0 } },
 221                                        { { 0, 0, 0, 0, 0 } },
 222                                        { { 0, 0, 0, 0, 0 } },
 223                                        { { 0, 0, 0, 0, 0 } } } };
 224static const struct IP_BASE UVD0_BASE ={ { { { 0x00007800, 0x00007E00, 0x02403000, 0, 0 } },
 225                                        { { 0, 0, 0, 0, 0 } },
 226                                        { { 0, 0, 0, 0, 0 } },
 227                                        { { 0, 0, 0, 0, 0 } },
 228                                        { { 0, 0, 0, 0, 0 } },
 229                                        { { 0, 0, 0, 0, 0 } },
 230                                        { { 0, 0, 0, 0, 0 } } } };
 231
 232
 233#define ACP_BASE__INST0_SEG0                       0x02403800
 234#define ACP_BASE__INST0_SEG1                       0x00480000
 235#define ACP_BASE__INST0_SEG2                       0
 236#define ACP_BASE__INST0_SEG3                       0
 237#define ACP_BASE__INST0_SEG4                       0
 238
 239#define ACP_BASE__INST1_SEG0                       0
 240#define ACP_BASE__INST1_SEG1                       0
 241#define ACP_BASE__INST1_SEG2                       0
 242#define ACP_BASE__INST1_SEG3                       0
 243#define ACP_BASE__INST1_SEG4                       0
 244
 245#define ACP_BASE__INST2_SEG0                       0
 246#define ACP_BASE__INST2_SEG1                       0
 247#define ACP_BASE__INST2_SEG2                       0
 248#define ACP_BASE__INST2_SEG3                       0
 249#define ACP_BASE__INST2_SEG4                       0
 250
 251#define ACP_BASE__INST3_SEG0                       0
 252#define ACP_BASE__INST3_SEG1                       0
 253#define ACP_BASE__INST3_SEG2                       0
 254#define ACP_BASE__INST3_SEG3                       0
 255#define ACP_BASE__INST3_SEG4                       0
 256
 257#define ACP_BASE__INST4_SEG0                       0
 258#define ACP_BASE__INST4_SEG1                       0
 259#define ACP_BASE__INST4_SEG2                       0
 260#define ACP_BASE__INST4_SEG3                       0
 261#define ACP_BASE__INST4_SEG4                       0
 262
 263#define ACP_BASE__INST5_SEG0                       0
 264#define ACP_BASE__INST5_SEG1                       0
 265#define ACP_BASE__INST5_SEG2                       0
 266#define ACP_BASE__INST5_SEG3                       0
 267#define ACP_BASE__INST5_SEG4                       0
 268
 269#define ACP_BASE__INST6_SEG0                       0
 270#define ACP_BASE__INST6_SEG1                       0
 271#define ACP_BASE__INST6_SEG2                       0
 272#define ACP_BASE__INST6_SEG3                       0
 273#define ACP_BASE__INST6_SEG4                       0
 274
 275#define ATHUB_BASE__INST0_SEG0                     0x00000C20
 276#define ATHUB_BASE__INST0_SEG1                     0x02408C00
 277#define ATHUB_BASE__INST0_SEG2                     0
 278#define ATHUB_BASE__INST0_SEG3                     0
 279#define ATHUB_BASE__INST0_SEG4                     0
 280
 281#define ATHUB_BASE__INST1_SEG0                     0
 282#define ATHUB_BASE__INST1_SEG1                     0
 283#define ATHUB_BASE__INST1_SEG2                     0
 284#define ATHUB_BASE__INST1_SEG3                     0
 285#define ATHUB_BASE__INST1_SEG4                     0
 286
 287#define ATHUB_BASE__INST2_SEG0                     0
 288#define ATHUB_BASE__INST2_SEG1                     0
 289#define ATHUB_BASE__INST2_SEG2                     0
 290#define ATHUB_BASE__INST2_SEG3                     0
 291#define ATHUB_BASE__INST2_SEG4                     0
 292
 293#define ATHUB_BASE__INST3_SEG0                     0
 294#define ATHUB_BASE__INST3_SEG1                     0
 295#define ATHUB_BASE__INST3_SEG2                     0
 296#define ATHUB_BASE__INST3_SEG3                     0
 297#define ATHUB_BASE__INST3_SEG4                     0
 298
 299#define ATHUB_BASE__INST4_SEG0                     0
 300#define ATHUB_BASE__INST4_SEG1                     0
 301#define ATHUB_BASE__INST4_SEG2                     0
 302#define ATHUB_BASE__INST4_SEG3                     0
 303#define ATHUB_BASE__INST4_SEG4                     0
 304
 305#define ATHUB_BASE__INST5_SEG0                     0
 306#define ATHUB_BASE__INST5_SEG1                     0
 307#define ATHUB_BASE__INST5_SEG2                     0
 308#define ATHUB_BASE__INST5_SEG3                     0
 309#define ATHUB_BASE__INST5_SEG4                     0
 310
 311#define ATHUB_BASE__INST6_SEG0                     0
 312#define ATHUB_BASE__INST6_SEG1                     0
 313#define ATHUB_BASE__INST6_SEG2                     0
 314#define ATHUB_BASE__INST6_SEG3                     0
 315#define ATHUB_BASE__INST6_SEG4                     0
 316
 317#define CLK_BASE__INST0_SEG0                       0x00016C00
 318#define CLK_BASE__INST0_SEG1                       0x00016E00
 319#define CLK_BASE__INST0_SEG2                       0x00017000
 320#define CLK_BASE__INST0_SEG3                       0x00017E00
 321#define CLK_BASE__INST0_SEG4                       0
 322
 323#define CLK_BASE__INST1_SEG0                       0
 324#define CLK_BASE__INST1_SEG1                       0
 325#define CLK_BASE__INST1_SEG2                       0
 326#define CLK_BASE__INST1_SEG3                       0
 327#define CLK_BASE__INST1_SEG4                       0
 328
 329#define CLK_BASE__INST2_SEG0                       0
 330#define CLK_BASE__INST2_SEG1                       0
 331#define CLK_BASE__INST2_SEG2                       0
 332#define CLK_BASE__INST2_SEG3                       0
 333#define CLK_BASE__INST2_SEG4                       0
 334
 335#define CLK_BASE__INST3_SEG0                       0
 336#define CLK_BASE__INST3_SEG1                       0
 337#define CLK_BASE__INST3_SEG2                       0
 338#define CLK_BASE__INST3_SEG3                       0
 339#define CLK_BASE__INST3_SEG4                       0
 340
 341#define CLK_BASE__INST4_SEG0                       0
 342#define CLK_BASE__INST4_SEG1                       0
 343#define CLK_BASE__INST4_SEG2                       0
 344#define CLK_BASE__INST4_SEG3                       0
 345#define CLK_BASE__INST4_SEG4                       0
 346
 347#define CLK_BASE__INST5_SEG0                       0
 348#define CLK_BASE__INST5_SEG1                       0
 349#define CLK_BASE__INST5_SEG2                       0
 350#define CLK_BASE__INST5_SEG3                       0
 351#define CLK_BASE__INST5_SEG4                       0
 352
 353#define CLK_BASE__INST6_SEG0                       0
 354#define CLK_BASE__INST6_SEG1                       0
 355#define CLK_BASE__INST6_SEG2                       0
 356#define CLK_BASE__INST6_SEG3                       0
 357#define CLK_BASE__INST6_SEG4                       0
 358
 359#define DBGU_IO0_BASE__INST0_SEG0                  0x000001E0
 360#define DBGU_IO0_BASE__INST0_SEG1                  0x0240B400
 361#define DBGU_IO0_BASE__INST0_SEG2                  0
 362#define DBGU_IO0_BASE__INST0_SEG3                  0
 363#define DBGU_IO0_BASE__INST0_SEG4                  0
 364
 365#define DBGU_IO0_BASE__INST1_SEG0                  0
 366#define DBGU_IO0_BASE__INST1_SEG1                  0
 367#define DBGU_IO0_BASE__INST1_SEG2                  0
 368#define DBGU_IO0_BASE__INST1_SEG3                  0
 369#define DBGU_IO0_BASE__INST1_SEG4                  0
 370
 371#define DBGU_IO0_BASE__INST2_SEG0                  0
 372#define DBGU_IO0_BASE__INST2_SEG1                  0
 373#define DBGU_IO0_BASE__INST2_SEG2                  0
 374#define DBGU_IO0_BASE__INST2_SEG3                  0
 375#define DBGU_IO0_BASE__INST2_SEG4                  0
 376
 377#define DBGU_IO0_BASE__INST3_SEG0                  0
 378#define DBGU_IO0_BASE__INST3_SEG1                  0
 379#define DBGU_IO0_BASE__INST3_SEG2                  0
 380#define DBGU_IO0_BASE__INST3_SEG3                  0
 381#define DBGU_IO0_BASE__INST3_SEG4                  0
 382
 383#define DBGU_IO0_BASE__INST4_SEG0                  0
 384#define DBGU_IO0_BASE__INST4_SEG1                  0
 385#define DBGU_IO0_BASE__INST4_SEG2                  0
 386#define DBGU_IO0_BASE__INST4_SEG3                  0
 387#define DBGU_IO0_BASE__INST4_SEG4                  0
 388
 389#define DBGU_IO0_BASE__INST5_SEG0                  0
 390#define DBGU_IO0_BASE__INST5_SEG1                  0
 391#define DBGU_IO0_BASE__INST5_SEG2                  0
 392#define DBGU_IO0_BASE__INST5_SEG3                  0
 393#define DBGU_IO0_BASE__INST5_SEG4                  0
 394
 395#define DBGU_IO0_BASE__INST6_SEG0                  0
 396#define DBGU_IO0_BASE__INST6_SEG1                  0
 397#define DBGU_IO0_BASE__INST6_SEG2                  0
 398#define DBGU_IO0_BASE__INST6_SEG3                  0
 399#define DBGU_IO0_BASE__INST6_SEG4                  0
 400
 401#define DF_BASE__INST0_SEG0                        0x00007000
 402#define DF_BASE__INST0_SEG1                        0x0240B800
 403#define DF_BASE__INST0_SEG2                        0
 404#define DF_BASE__INST0_SEG3                        0
 405#define DF_BASE__INST0_SEG4                        0
 406
 407#define DF_BASE__INST1_SEG0                        0
 408#define DF_BASE__INST1_SEG1                        0
 409#define DF_BASE__INST1_SEG2                        0
 410#define DF_BASE__INST1_SEG3                        0
 411#define DF_BASE__INST1_SEG4                        0
 412
 413#define DF_BASE__INST2_SEG0                        0
 414#define DF_BASE__INST2_SEG1                        0
 415#define DF_BASE__INST2_SEG2                        0
 416#define DF_BASE__INST2_SEG3                        0
 417#define DF_BASE__INST2_SEG4                        0
 418
 419#define DF_BASE__INST3_SEG0                        0
 420#define DF_BASE__INST3_SEG1                        0
 421#define DF_BASE__INST3_SEG2                        0
 422#define DF_BASE__INST3_SEG3                        0
 423#define DF_BASE__INST3_SEG4                        0
 424
 425#define DF_BASE__INST4_SEG0                        0
 426#define DF_BASE__INST4_SEG1                        0
 427#define DF_BASE__INST4_SEG2                        0
 428#define DF_BASE__INST4_SEG3                        0
 429#define DF_BASE__INST4_SEG4                        0
 430
 431#define DF_BASE__INST5_SEG0                        0
 432#define DF_BASE__INST5_SEG1                        0
 433#define DF_BASE__INST5_SEG2                        0
 434#define DF_BASE__INST5_SEG3                        0
 435#define DF_BASE__INST5_SEG4                        0
 436
 437#define DF_BASE__INST6_SEG0                        0
 438#define DF_BASE__INST6_SEG1                        0
 439#define DF_BASE__INST6_SEG2                        0
 440#define DF_BASE__INST6_SEG3                        0
 441#define DF_BASE__INST6_SEG4                        0
 442
 443#define DIO_BASE__INST0_SEG0                       0x02404000
 444#define DIO_BASE__INST0_SEG1                       0
 445#define DIO_BASE__INST0_SEG2                       0
 446#define DIO_BASE__INST0_SEG3                       0
 447#define DIO_BASE__INST0_SEG4                       0
 448
 449#define DIO_BASE__INST1_SEG0                       0
 450#define DIO_BASE__INST1_SEG1                       0
 451#define DIO_BASE__INST1_SEG2                       0
 452#define DIO_BASE__INST1_SEG3                       0
 453#define DIO_BASE__INST1_SEG4                       0
 454
 455#define DIO_BASE__INST2_SEG0                       0
 456#define DIO_BASE__INST2_SEG1                       0
 457#define DIO_BASE__INST2_SEG2                       0
 458#define DIO_BASE__INST2_SEG3                       0
 459#define DIO_BASE__INST2_SEG4                       0
 460
 461#define DIO_BASE__INST3_SEG0                       0
 462#define DIO_BASE__INST3_SEG1                       0
 463#define DIO_BASE__INST3_SEG2                       0
 464#define DIO_BASE__INST3_SEG3                       0
 465#define DIO_BASE__INST3_SEG4                       0
 466
 467#define DIO_BASE__INST4_SEG0                       0
 468#define DIO_BASE__INST4_SEG1                       0
 469#define DIO_BASE__INST4_SEG2                       0
 470#define DIO_BASE__INST4_SEG3                       0
 471#define DIO_BASE__INST4_SEG4                       0
 472
 473#define DIO_BASE__INST5_SEG0                       0
 474#define DIO_BASE__INST5_SEG1                       0
 475#define DIO_BASE__INST5_SEG2                       0
 476#define DIO_BASE__INST5_SEG3                       0
 477#define DIO_BASE__INST5_SEG4                       0
 478
 479#define DIO_BASE__INST6_SEG0                       0
 480#define DIO_BASE__INST6_SEG1                       0
 481#define DIO_BASE__INST6_SEG2                       0
 482#define DIO_BASE__INST6_SEG3                       0
 483#define DIO_BASE__INST6_SEG4                       0
 484
 485#define DMU_BASE__INST0_SEG0                       0x00000012
 486#define DMU_BASE__INST0_SEG1                       0x000000C0
 487#define DMU_BASE__INST0_SEG2                       0x000034C0
 488#define DMU_BASE__INST0_SEG3                       0x00009000
 489#define DMU_BASE__INST0_SEG4                       0x02403C00
 490
 491#define DMU_BASE__INST1_SEG0                       0
 492#define DMU_BASE__INST1_SEG1                       0
 493#define DMU_BASE__INST1_SEG2                       0
 494#define DMU_BASE__INST1_SEG3                       0
 495#define DMU_BASE__INST1_SEG4                       0
 496
 497#define DMU_BASE__INST2_SEG0                       0
 498#define DMU_BASE__INST2_SEG1                       0
 499#define DMU_BASE__INST2_SEG2                       0
 500#define DMU_BASE__INST2_SEG3                       0
 501#define DMU_BASE__INST2_SEG4                       0
 502
 503#define DMU_BASE__INST3_SEG0                       0
 504#define DMU_BASE__INST3_SEG1                       0
 505#define DMU_BASE__INST3_SEG2                       0
 506#define DMU_BASE__INST3_SEG3                       0
 507#define DMU_BASE__INST3_SEG4                       0
 508
 509#define DMU_BASE__INST4_SEG0                       0
 510#define DMU_BASE__INST4_SEG1                       0
 511#define DMU_BASE__INST4_SEG2                       0
 512#define DMU_BASE__INST4_SEG3                       0
 513#define DMU_BASE__INST4_SEG4                       0
 514
 515#define DMU_BASE__INST5_SEG0                       0
 516#define DMU_BASE__INST5_SEG1                       0
 517#define DMU_BASE__INST5_SEG2                       0
 518#define DMU_BASE__INST5_SEG3                       0
 519#define DMU_BASE__INST5_SEG4                       0
 520
 521#define DMU_BASE__INST6_SEG0                       0
 522#define DMU_BASE__INST6_SEG1                       0
 523#define DMU_BASE__INST6_SEG2                       0
 524#define DMU_BASE__INST6_SEG3                       0
 525#define DMU_BASE__INST6_SEG4                       0
 526
 527#define DPCS_BASE__INST0_SEG0                      0x00000012
 528#define DPCS_BASE__INST0_SEG1                      0x000000C0
 529#define DPCS_BASE__INST0_SEG2                      0x000034C0
 530#define DPCS_BASE__INST0_SEG3                      0x00009000
 531#define DPCS_BASE__INST0_SEG4                      0x02403C00
 532
 533#define DPCS_BASE__INST1_SEG0                      0
 534#define DPCS_BASE__INST1_SEG1                      0
 535#define DPCS_BASE__INST1_SEG2                      0
 536#define DPCS_BASE__INST1_SEG3                      0
 537#define DPCS_BASE__INST1_SEG4                      0
 538
 539#define DPCS_BASE__INST2_SEG0                      0
 540#define DPCS_BASE__INST2_SEG1                      0
 541#define DPCS_BASE__INST2_SEG2                      0
 542#define DPCS_BASE__INST2_SEG3                      0
 543#define DPCS_BASE__INST2_SEG4                      0
 544
 545#define DPCS_BASE__INST3_SEG0                      0
 546#define DPCS_BASE__INST3_SEG1                      0
 547#define DPCS_BASE__INST3_SEG2                      0
 548#define DPCS_BASE__INST3_SEG3                      0
 549#define DPCS_BASE__INST3_SEG4                      0
 550
 551#define DPCS_BASE__INST4_SEG0                      0
 552#define DPCS_BASE__INST4_SEG1                      0
 553#define DPCS_BASE__INST4_SEG2                      0
 554#define DPCS_BASE__INST4_SEG3                      0
 555#define DPCS_BASE__INST4_SEG4                      0
 556
 557#define DPCS_BASE__INST5_SEG0                      0
 558#define DPCS_BASE__INST5_SEG1                      0
 559#define DPCS_BASE__INST5_SEG2                      0
 560#define DPCS_BASE__INST5_SEG3                      0
 561#define DPCS_BASE__INST5_SEG4                      0
 562
 563#define DPCS_BASE__INST6_SEG0                      0
 564#define DPCS_BASE__INST6_SEG1                      0
 565#define DPCS_BASE__INST6_SEG2                      0
 566#define DPCS_BASE__INST6_SEG3                      0
 567#define DPCS_BASE__INST6_SEG4                      0
 568
 569#define FUSE_BASE__INST0_SEG0                      0x00017400
 570#define FUSE_BASE__INST0_SEG1                      0x02401400
 571#define FUSE_BASE__INST0_SEG2                      0
 572#define FUSE_BASE__INST0_SEG3                      0
 573#define FUSE_BASE__INST0_SEG4                      0
 574
 575#define FUSE_BASE__INST1_SEG0                      0
 576#define FUSE_BASE__INST1_SEG1                      0
 577#define FUSE_BASE__INST1_SEG2                      0
 578#define FUSE_BASE__INST1_SEG3                      0
 579#define FUSE_BASE__INST1_SEG4                      0
 580
 581#define FUSE_BASE__INST2_SEG0                      0
 582#define FUSE_BASE__INST2_SEG1                      0
 583#define FUSE_BASE__INST2_SEG2                      0
 584#define FUSE_BASE__INST2_SEG3                      0
 585#define FUSE_BASE__INST2_SEG4                      0
 586
 587#define FUSE_BASE__INST3_SEG0                      0
 588#define FUSE_BASE__INST3_SEG1                      0
 589#define FUSE_BASE__INST3_SEG2                      0
 590#define FUSE_BASE__INST3_SEG3                      0
 591#define FUSE_BASE__INST3_SEG4                      0
 592
 593#define FUSE_BASE__INST4_SEG0                      0
 594#define FUSE_BASE__INST4_SEG1                      0
 595#define FUSE_BASE__INST4_SEG2                      0
 596#define FUSE_BASE__INST4_SEG3                      0
 597#define FUSE_BASE__INST4_SEG4                      0
 598
 599#define FUSE_BASE__INST5_SEG0                      0
 600#define FUSE_BASE__INST5_SEG1                      0
 601#define FUSE_BASE__INST5_SEG2                      0
 602#define FUSE_BASE__INST5_SEG3                      0
 603#define FUSE_BASE__INST5_SEG4                      0
 604
 605#define FUSE_BASE__INST6_SEG0                      0
 606#define FUSE_BASE__INST6_SEG1                      0
 607#define FUSE_BASE__INST6_SEG2                      0
 608#define FUSE_BASE__INST6_SEG3                      0
 609#define FUSE_BASE__INST6_SEG4                      0
 610
 611#define GC_BASE__INST0_SEG0                        0x00002000
 612#define GC_BASE__INST0_SEG1                        0x0000A000
 613#define GC_BASE__INST0_SEG2                        0x02402C00
 614#define GC_BASE__INST0_SEG3                        0
 615#define GC_BASE__INST0_SEG4                        0
 616
 617#define GC_BASE__INST1_SEG0                        0
 618#define GC_BASE__INST1_SEG1                        0
 619#define GC_BASE__INST1_SEG2                        0
 620#define GC_BASE__INST1_SEG3                        0
 621#define GC_BASE__INST1_SEG4                        0
 622
 623#define GC_BASE__INST2_SEG0                        0
 624#define GC_BASE__INST2_SEG1                        0
 625#define GC_BASE__INST2_SEG2                        0
 626#define GC_BASE__INST2_SEG3                        0
 627#define GC_BASE__INST2_SEG4                        0
 628
 629#define GC_BASE__INST3_SEG0                        0
 630#define GC_BASE__INST3_SEG1                        0
 631#define GC_BASE__INST3_SEG2                        0
 632#define GC_BASE__INST3_SEG3                        0
 633#define GC_BASE__INST3_SEG4                        0
 634
 635#define GC_BASE__INST4_SEG0                        0
 636#define GC_BASE__INST4_SEG1                        0
 637#define GC_BASE__INST4_SEG2                        0
 638#define GC_BASE__INST4_SEG3                        0
 639#define GC_BASE__INST4_SEG4                        0
 640
 641#define GC_BASE__INST5_SEG0                        0
 642#define GC_BASE__INST5_SEG1                        0
 643#define GC_BASE__INST5_SEG2                        0
 644#define GC_BASE__INST5_SEG3                        0
 645#define GC_BASE__INST5_SEG4                        0
 646
 647#define GC_BASE__INST6_SEG0                        0
 648#define GC_BASE__INST6_SEG1                        0
 649#define GC_BASE__INST6_SEG2                        0
 650#define GC_BASE__INST6_SEG3                        0
 651#define GC_BASE__INST6_SEG4                        0
 652
 653#define HDA_BASE__INST0_SEG0                       0x02404800
 654#define HDA_BASE__INST0_SEG1                       0x004C0000
 655#define HDA_BASE__INST0_SEG2                       0
 656#define HDA_BASE__INST0_SEG3                       0
 657#define HDA_BASE__INST0_SEG4                       0
 658
 659#define HDA_BASE__INST1_SEG0                       0
 660#define HDA_BASE__INST1_SEG1                       0
 661#define HDA_BASE__INST1_SEG2                       0
 662#define HDA_BASE__INST1_SEG3                       0
 663#define HDA_BASE__INST1_SEG4                       0
 664
 665#define HDA_BASE__INST2_SEG0                       0
 666#define HDA_BASE__INST2_SEG1                       0
 667#define HDA_BASE__INST2_SEG2                       0
 668#define HDA_BASE__INST2_SEG3                       0
 669#define HDA_BASE__INST2_SEG4                       0
 670
 671#define HDA_BASE__INST3_SEG0                       0
 672#define HDA_BASE__INST3_SEG1                       0
 673#define HDA_BASE__INST3_SEG2                       0
 674#define HDA_BASE__INST3_SEG3                       0
 675#define HDA_BASE__INST3_SEG4                       0
 676
 677#define HDA_BASE__INST4_SEG0                       0
 678#define HDA_BASE__INST4_SEG1                       0
 679#define HDA_BASE__INST4_SEG2                       0
 680#define HDA_BASE__INST4_SEG3                       0
 681#define HDA_BASE__INST4_SEG4                       0
 682
 683#define HDA_BASE__INST5_SEG0                       0
 684#define HDA_BASE__INST5_SEG1                       0
 685#define HDA_BASE__INST5_SEG2                       0
 686#define HDA_BASE__INST5_SEG3                       0
 687#define HDA_BASE__INST5_SEG4                       0
 688
 689#define HDA_BASE__INST6_SEG0                       0
 690#define HDA_BASE__INST6_SEG1                       0
 691#define HDA_BASE__INST6_SEG2                       0
 692#define HDA_BASE__INST6_SEG3                       0
 693#define HDA_BASE__INST6_SEG4                       0
 694
 695#define HDP_BASE__INST0_SEG0                       0x00000F20
 696#define HDP_BASE__INST0_SEG1                       0x0240A400
 697#define HDP_BASE__INST0_SEG2                       0
 698#define HDP_BASE__INST0_SEG3                       0
 699#define HDP_BASE__INST0_SEG4                       0
 700
 701#define HDP_BASE__INST1_SEG0                       0
 702#define HDP_BASE__INST1_SEG1                       0
 703#define HDP_BASE__INST1_SEG2                       0
 704#define HDP_BASE__INST1_SEG3                       0
 705#define HDP_BASE__INST1_SEG4                       0
 706
 707#define HDP_BASE__INST2_SEG0                       0
 708#define HDP_BASE__INST2_SEG1                       0
 709#define HDP_BASE__INST2_SEG2                       0
 710#define HDP_BASE__INST2_SEG3                       0
 711#define HDP_BASE__INST2_SEG4                       0
 712
 713#define HDP_BASE__INST3_SEG0                       0
 714#define HDP_BASE__INST3_SEG1                       0
 715#define HDP_BASE__INST3_SEG2                       0
 716#define HDP_BASE__INST3_SEG3                       0
 717#define HDP_BASE__INST3_SEG4                       0
 718
 719#define HDP_BASE__INST4_SEG0                       0
 720#define HDP_BASE__INST4_SEG1                       0
 721#define HDP_BASE__INST4_SEG2                       0
 722#define HDP_BASE__INST4_SEG3                       0
 723#define HDP_BASE__INST4_SEG4                       0
 724
 725#define HDP_BASE__INST5_SEG0                       0
 726#define HDP_BASE__INST5_SEG1                       0
 727#define HDP_BASE__INST5_SEG2                       0
 728#define HDP_BASE__INST5_SEG3                       0
 729#define HDP_BASE__INST5_SEG4                       0
 730
 731#define HDP_BASE__INST6_SEG0                       0
 732#define HDP_BASE__INST6_SEG1                       0
 733#define HDP_BASE__INST6_SEG2                       0
 734#define HDP_BASE__INST6_SEG3                       0
 735#define HDP_BASE__INST6_SEG4                       0
 736
 737#define IOHC0_BASE__INST0_SEG0                     0x00010000
 738#define IOHC0_BASE__INST0_SEG1                     0x02406000
 739#define IOHC0_BASE__INST0_SEG2                     0x04EC0000
 740#define IOHC0_BASE__INST0_SEG3                     0
 741#define IOHC0_BASE__INST0_SEG4                     0
 742
 743#define IOHC0_BASE__INST1_SEG0                     0
 744#define IOHC0_BASE__INST1_SEG1                     0
 745#define IOHC0_BASE__INST1_SEG2                     0
 746#define IOHC0_BASE__INST1_SEG3                     0
 747#define IOHC0_BASE__INST1_SEG4                     0
 748
 749#define IOHC0_BASE__INST2_SEG0                     0
 750#define IOHC0_BASE__INST2_SEG1                     0
 751#define IOHC0_BASE__INST2_SEG2                     0
 752#define IOHC0_BASE__INST2_SEG3                     0
 753#define IOHC0_BASE__INST2_SEG4                     0
 754
 755#define IOHC0_BASE__INST3_SEG0                     0
 756#define IOHC0_BASE__INST3_SEG1                     0
 757#define IOHC0_BASE__INST3_SEG2                     0
 758#define IOHC0_BASE__INST3_SEG3                     0
 759#define IOHC0_BASE__INST3_SEG4                     0
 760
 761#define IOHC0_BASE__INST4_SEG0                     0
 762#define IOHC0_BASE__INST4_SEG1                     0
 763#define IOHC0_BASE__INST4_SEG2                     0
 764#define IOHC0_BASE__INST4_SEG3                     0
 765#define IOHC0_BASE__INST4_SEG4                     0
 766
 767#define IOHC0_BASE__INST5_SEG0                     0
 768#define IOHC0_BASE__INST5_SEG1                     0
 769#define IOHC0_BASE__INST5_SEG2                     0
 770#define IOHC0_BASE__INST5_SEG3                     0
 771#define IOHC0_BASE__INST5_SEG4                     0
 772
 773#define IOHC0_BASE__INST6_SEG0                     0
 774#define IOHC0_BASE__INST6_SEG1                     0
 775#define IOHC0_BASE__INST6_SEG2                     0
 776#define IOHC0_BASE__INST6_SEG3                     0
 777#define IOHC0_BASE__INST6_SEG4                     0
 778
 779#define ISP_BASE__INST0_SEG0                       0x00018000
 780#define ISP_BASE__INST0_SEG1                       0x0240B000
 781#define ISP_BASE__INST0_SEG2                       0
 782#define ISP_BASE__INST0_SEG3                       0
 783#define ISP_BASE__INST0_SEG4                       0
 784
 785#define ISP_BASE__INST1_SEG0                       0
 786#define ISP_BASE__INST1_SEG1                       0
 787#define ISP_BASE__INST1_SEG2                       0
 788#define ISP_BASE__INST1_SEG3                       0
 789#define ISP_BASE__INST1_SEG4                       0
 790
 791#define ISP_BASE__INST2_SEG0                       0
 792#define ISP_BASE__INST2_SEG1                       0
 793#define ISP_BASE__INST2_SEG2                       0
 794#define ISP_BASE__INST2_SEG3                       0
 795#define ISP_BASE__INST2_SEG4                       0
 796
 797#define ISP_BASE__INST3_SEG0                       0
 798#define ISP_BASE__INST3_SEG1                       0
 799#define ISP_BASE__INST3_SEG2                       0
 800#define ISP_BASE__INST3_SEG3                       0
 801#define ISP_BASE__INST3_SEG4                       0
 802
 803#define ISP_BASE__INST4_SEG0                       0
 804#define ISP_BASE__INST4_SEG1                       0
 805#define ISP_BASE__INST4_SEG2                       0
 806#define ISP_BASE__INST4_SEG3                       0
 807#define ISP_BASE__INST4_SEG4                       0
 808
 809#define ISP_BASE__INST5_SEG0                       0
 810#define ISP_BASE__INST5_SEG1                       0
 811#define ISP_BASE__INST5_SEG2                       0
 812#define ISP_BASE__INST5_SEG3                       0
 813#define ISP_BASE__INST5_SEG4                       0
 814
 815#define ISP_BASE__INST6_SEG0                       0
 816#define ISP_BASE__INST6_SEG1                       0
 817#define ISP_BASE__INST6_SEG2                       0
 818#define ISP_BASE__INST6_SEG3                       0
 819#define ISP_BASE__INST6_SEG4                       0
 820
 821#define L2IMU0_BASE__INST0_SEG0                    0x00007DC0
 822#define L2IMU0_BASE__INST0_SEG1                    0x02407000
 823#define L2IMU0_BASE__INST0_SEG2                    0x00900000
 824#define L2IMU0_BASE__INST0_SEG3                    0x04FC0000
 825#define L2IMU0_BASE__INST0_SEG4                    0x055C0000
 826
 827#define L2IMU0_BASE__INST1_SEG0                    0
 828#define L2IMU0_BASE__INST1_SEG1                    0
 829#define L2IMU0_BASE__INST1_SEG2                    0
 830#define L2IMU0_BASE__INST1_SEG3                    0
 831#define L2IMU0_BASE__INST1_SEG4                    0
 832
 833#define L2IMU0_BASE__INST2_SEG0                    0
 834#define L2IMU0_BASE__INST2_SEG1                    0
 835#define L2IMU0_BASE__INST2_SEG2                    0
 836#define L2IMU0_BASE__INST2_SEG3                    0
 837#define L2IMU0_BASE__INST2_SEG4                    0
 838
 839#define L2IMU0_BASE__INST3_SEG0                    0
 840#define L2IMU0_BASE__INST3_SEG1                    0
 841#define L2IMU0_BASE__INST3_SEG2                    0
 842#define L2IMU0_BASE__INST3_SEG3                    0
 843#define L2IMU0_BASE__INST3_SEG4                    0
 844
 845#define L2IMU0_BASE__INST4_SEG0                    0
 846#define L2IMU0_BASE__INST4_SEG1                    0
 847#define L2IMU0_BASE__INST4_SEG2                    0
 848#define L2IMU0_BASE__INST4_SEG3                    0
 849#define L2IMU0_BASE__INST4_SEG4                    0
 850
 851#define L2IMU0_BASE__INST5_SEG0                    0
 852#define L2IMU0_BASE__INST5_SEG1                    0
 853#define L2IMU0_BASE__INST5_SEG2                    0
 854#define L2IMU0_BASE__INST5_SEG3                    0
 855#define L2IMU0_BASE__INST5_SEG4                    0
 856
 857#define L2IMU0_BASE__INST6_SEG0                    0
 858#define L2IMU0_BASE__INST6_SEG1                    0
 859#define L2IMU0_BASE__INST6_SEG2                    0
 860#define L2IMU0_BASE__INST6_SEG3                    0
 861#define L2IMU0_BASE__INST6_SEG4                    0
 862
 863#define MMHUB_BASE__INST0_SEG0                     0x0001A000
 864#define MMHUB_BASE__INST0_SEG1                     0x02408800
 865#define MMHUB_BASE__INST0_SEG2                     0
 866#define MMHUB_BASE__INST0_SEG3                     0
 867#define MMHUB_BASE__INST0_SEG4                     0
 868
 869#define MMHUB_BASE__INST1_SEG0                     0
 870#define MMHUB_BASE__INST1_SEG1                     0
 871#define MMHUB_BASE__INST1_SEG2                     0
 872#define MMHUB_BASE__INST1_SEG3                     0
 873#define MMHUB_BASE__INST1_SEG4                     0
 874
 875#define MMHUB_BASE__INST2_SEG0                     0
 876#define MMHUB_BASE__INST2_SEG1                     0
 877#define MMHUB_BASE__INST2_SEG2                     0
 878#define MMHUB_BASE__INST2_SEG3                     0
 879#define MMHUB_BASE__INST2_SEG4                     0
 880
 881#define MMHUB_BASE__INST3_SEG0                     0
 882#define MMHUB_BASE__INST3_SEG1                     0
 883#define MMHUB_BASE__INST3_SEG2                     0
 884#define MMHUB_BASE__INST3_SEG3                     0
 885#define MMHUB_BASE__INST3_SEG4                     0
 886
 887#define MMHUB_BASE__INST4_SEG0                     0
 888#define MMHUB_BASE__INST4_SEG1                     0
 889#define MMHUB_BASE__INST4_SEG2                     0
 890#define MMHUB_BASE__INST4_SEG3                     0
 891#define MMHUB_BASE__INST4_SEG4                     0
 892
 893#define MMHUB_BASE__INST5_SEG0                     0
 894#define MMHUB_BASE__INST5_SEG1                     0
 895#define MMHUB_BASE__INST5_SEG2                     0
 896#define MMHUB_BASE__INST5_SEG3                     0
 897#define MMHUB_BASE__INST5_SEG4                     0
 898
 899#define MMHUB_BASE__INST6_SEG0                     0
 900#define MMHUB_BASE__INST6_SEG1                     0
 901#define MMHUB_BASE__INST6_SEG2                     0
 902#define MMHUB_BASE__INST6_SEG3                     0
 903#define MMHUB_BASE__INST6_SEG4                     0
 904
 905#define MP0_BASE__INST0_SEG0                       0x00016000
 906#define MP0_BASE__INST0_SEG1                       0x0243FC00
 907#define MP0_BASE__INST0_SEG2                       0x00DC0000
 908#define MP0_BASE__INST0_SEG3                       0x00E00000
 909#define MP0_BASE__INST0_SEG4                       0x00E40000
 910
 911#define MP0_BASE__INST1_SEG0                       0
 912#define MP0_BASE__INST1_SEG1                       0
 913#define MP0_BASE__INST1_SEG2                       0
 914#define MP0_BASE__INST1_SEG3                       0
 915#define MP0_BASE__INST1_SEG4                       0
 916
 917#define MP0_BASE__INST2_SEG0                       0
 918#define MP0_BASE__INST2_SEG1                       0
 919#define MP0_BASE__INST2_SEG2                       0
 920#define MP0_BASE__INST2_SEG3                       0
 921#define MP0_BASE__INST2_SEG4                       0
 922
 923#define MP0_BASE__INST3_SEG0                       0
 924#define MP0_BASE__INST3_SEG1                       0
 925#define MP0_BASE__INST3_SEG2                       0
 926#define MP0_BASE__INST3_SEG3                       0
 927#define MP0_BASE__INST3_SEG4                       0
 928
 929#define MP0_BASE__INST4_SEG0                       0
 930#define MP0_BASE__INST4_SEG1                       0
 931#define MP0_BASE__INST4_SEG2                       0
 932#define MP0_BASE__INST4_SEG3                       0
 933#define MP0_BASE__INST4_SEG4                       0
 934
 935#define MP0_BASE__INST5_SEG0                       0
 936#define MP0_BASE__INST5_SEG1                       0
 937#define MP0_BASE__INST5_SEG2                       0
 938#define MP0_BASE__INST5_SEG3                       0
 939#define MP0_BASE__INST5_SEG4                       0
 940
 941#define MP0_BASE__INST6_SEG0                       0
 942#define MP0_BASE__INST6_SEG1                       0
 943#define MP0_BASE__INST6_SEG2                       0
 944#define MP0_BASE__INST6_SEG3                       0
 945#define MP0_BASE__INST6_SEG4                       0
 946
 947#define MP1_BASE__INST0_SEG0                       0x00016200
 948#define MP1_BASE__INST0_SEG1                       0x02400400
 949#define MP1_BASE__INST0_SEG2                       0x00E80000
 950#define MP1_BASE__INST0_SEG3                       0x00EC0000
 951#define MP1_BASE__INST0_SEG4                       0x00F00000
 952
 953#define MP1_BASE__INST1_SEG0                       0
 954#define MP1_BASE__INST1_SEG1                       0
 955#define MP1_BASE__INST1_SEG2                       0
 956#define MP1_BASE__INST1_SEG3                       0
 957#define MP1_BASE__INST1_SEG4                       0
 958
 959#define MP1_BASE__INST2_SEG0                       0
 960#define MP1_BASE__INST2_SEG1                       0
 961#define MP1_BASE__INST2_SEG2                       0
 962#define MP1_BASE__INST2_SEG3                       0
 963#define MP1_BASE__INST2_SEG4                       0
 964
 965#define MP1_BASE__INST3_SEG0                       0
 966#define MP1_BASE__INST3_SEG1                       0
 967#define MP1_BASE__INST3_SEG2                       0
 968#define MP1_BASE__INST3_SEG3                       0
 969#define MP1_BASE__INST3_SEG4                       0
 970
 971#define MP1_BASE__INST4_SEG0                       0
 972#define MP1_BASE__INST4_SEG1                       0
 973#define MP1_BASE__INST4_SEG2                       0
 974#define MP1_BASE__INST4_SEG3                       0
 975#define MP1_BASE__INST4_SEG4                       0
 976
 977#define MP1_BASE__INST5_SEG0                       0
 978#define MP1_BASE__INST5_SEG1                       0
 979#define MP1_BASE__INST5_SEG2                       0
 980#define MP1_BASE__INST5_SEG3                       0
 981#define MP1_BASE__INST5_SEG4                       0
 982
 983#define MP1_BASE__INST6_SEG0                       0
 984#define MP1_BASE__INST6_SEG1                       0
 985#define MP1_BASE__INST6_SEG2                       0
 986#define MP1_BASE__INST6_SEG3                       0
 987#define MP1_BASE__INST6_SEG4                       0
 988
 989#define NBIF0_BASE__INST0_SEG0                     0x00000000
 990#define NBIF0_BASE__INST0_SEG1                     0x00000014
 991#define NBIF0_BASE__INST0_SEG2                     0x00000D20
 992#define NBIF0_BASE__INST0_SEG3                     0x00010400
 993#define NBIF0_BASE__INST0_SEG4                     0x0241B000
 994
 995#define NBIF0_BASE__INST1_SEG0                     0
 996#define NBIF0_BASE__INST1_SEG1                     0
 997#define NBIF0_BASE__INST1_SEG2                     0
 998#define NBIF0_BASE__INST1_SEG3                     0
 999#define NBIF0_BASE__INST1_SEG4                     0
1000
1001#define NBIF0_BASE__INST2_SEG0                     0
1002#define NBIF0_BASE__INST2_SEG1                     0
1003#define NBIF0_BASE__INST2_SEG2                     0
1004#define NBIF0_BASE__INST2_SEG3                     0
1005#define NBIF0_BASE__INST2_SEG4                     0
1006
1007#define NBIF0_BASE__INST3_SEG0                     0
1008#define NBIF0_BASE__INST3_SEG1                     0
1009#define NBIF0_BASE__INST3_SEG2                     0
1010#define NBIF0_BASE__INST3_SEG3                     0
1011#define NBIF0_BASE__INST3_SEG4                     0
1012
1013#define NBIF0_BASE__INST4_SEG0                     0
1014#define NBIF0_BASE__INST4_SEG1                     0
1015#define NBIF0_BASE__INST4_SEG2                     0
1016#define NBIF0_BASE__INST4_SEG3                     0
1017#define NBIF0_BASE__INST4_SEG4                     0
1018
1019#define NBIF0_BASE__INST5_SEG0                     0
1020#define NBIF0_BASE__INST5_SEG1                     0
1021#define NBIF0_BASE__INST5_SEG2                     0
1022#define NBIF0_BASE__INST5_SEG3                     0
1023#define NBIF0_BASE__INST5_SEG4                     0
1024
1025#define NBIF0_BASE__INST6_SEG0                     0
1026#define NBIF0_BASE__INST6_SEG1                     0
1027#define NBIF0_BASE__INST6_SEG2                     0
1028#define NBIF0_BASE__INST6_SEG3                     0
1029#define NBIF0_BASE__INST6_SEG4                     0
1030
1031#define OSSSYS_BASE__INST0_SEG0                    0x000010A0
1032#define OSSSYS_BASE__INST0_SEG1                    0x0240A000
1033#define OSSSYS_BASE__INST0_SEG2                    0
1034#define OSSSYS_BASE__INST0_SEG3                    0
1035#define OSSSYS_BASE__INST0_SEG4                    0
1036
1037#define OSSSYS_BASE__INST1_SEG0                    0
1038#define OSSSYS_BASE__INST1_SEG1                    0
1039#define OSSSYS_BASE__INST1_SEG2                    0
1040#define OSSSYS_BASE__INST1_SEG3                    0
1041#define OSSSYS_BASE__INST1_SEG4                    0
1042
1043#define OSSSYS_BASE__INST2_SEG0                    0
1044#define OSSSYS_BASE__INST2_SEG1                    0
1045#define OSSSYS_BASE__INST2_SEG2                    0
1046#define OSSSYS_BASE__INST2_SEG3                    0
1047#define OSSSYS_BASE__INST2_SEG4                    0
1048
1049#define OSSSYS_BASE__INST3_SEG0                    0
1050#define OSSSYS_BASE__INST3_SEG1                    0
1051#define OSSSYS_BASE__INST3_SEG2                    0
1052#define OSSSYS_BASE__INST3_SEG3                    0
1053#define OSSSYS_BASE__INST3_SEG4                    0
1054
1055#define OSSSYS_BASE__INST4_SEG0                    0
1056#define OSSSYS_BASE__INST4_SEG1                    0
1057#define OSSSYS_BASE__INST4_SEG2                    0
1058#define OSSSYS_BASE__INST4_SEG3                    0
1059#define OSSSYS_BASE__INST4_SEG4                    0
1060
1061#define OSSSYS_BASE__INST5_SEG0                    0
1062#define OSSSYS_BASE__INST5_SEG1                    0
1063#define OSSSYS_BASE__INST5_SEG2                    0
1064#define OSSSYS_BASE__INST5_SEG3                    0
1065#define OSSSYS_BASE__INST5_SEG4                    0
1066
1067#define OSSSYS_BASE__INST6_SEG0                    0
1068#define OSSSYS_BASE__INST6_SEG1                    0
1069#define OSSSYS_BASE__INST6_SEG2                    0
1070#define OSSSYS_BASE__INST6_SEG3                    0
1071#define OSSSYS_BASE__INST6_SEG4                    0
1072
1073#define PCIE0_BASE__INST0_SEG0                     0x02411800
1074#define PCIE0_BASE__INST0_SEG1                     0x04440000
1075#define PCIE0_BASE__INST0_SEG2                     0
1076#define PCIE0_BASE__INST0_SEG3                     0
1077#define PCIE0_BASE__INST0_SEG4                     0
1078
1079#define PCIE0_BASE__INST1_SEG0                     0
1080#define PCIE0_BASE__INST1_SEG1                     0
1081#define PCIE0_BASE__INST1_SEG2                     0
1082#define PCIE0_BASE__INST1_SEG3                     0
1083#define PCIE0_BASE__INST1_SEG4                     0
1084
1085#define PCIE0_BASE__INST2_SEG0                     0
1086#define PCIE0_BASE__INST2_SEG1                     0
1087#define PCIE0_BASE__INST2_SEG2                     0
1088#define PCIE0_BASE__INST2_SEG3                     0
1089#define PCIE0_BASE__INST2_SEG4                     0
1090
1091#define PCIE0_BASE__INST3_SEG0                     0
1092#define PCIE0_BASE__INST3_SEG1                     0
1093#define PCIE0_BASE__INST3_SEG2                     0
1094#define PCIE0_BASE__INST3_SEG3                     0
1095#define PCIE0_BASE__INST3_SEG4                     0
1096
1097#define PCIE0_BASE__INST4_SEG0                     0
1098#define PCIE0_BASE__INST4_SEG1                     0
1099#define PCIE0_BASE__INST4_SEG2                     0
1100#define PCIE0_BASE__INST4_SEG3                     0
1101#define PCIE0_BASE__INST4_SEG4                     0
1102
1103#define PCIE0_BASE__INST5_SEG0                     0
1104#define PCIE0_BASE__INST5_SEG1                     0
1105#define PCIE0_BASE__INST5_SEG2                     0
1106#define PCIE0_BASE__INST5_SEG3                     0
1107#define PCIE0_BASE__INST5_SEG4                     0
1108
1109#define PCIE0_BASE__INST6_SEG0                     0
1110#define PCIE0_BASE__INST6_SEG1                     0
1111#define PCIE0_BASE__INST6_SEG2                     0
1112#define PCIE0_BASE__INST6_SEG3                     0
1113#define PCIE0_BASE__INST6_SEG4                     0
1114
1115#define SDMA0_BASE__INST0_SEG0                     0x00001260
1116#define SDMA0_BASE__INST0_SEG1                     0x0240A800
1117#define SDMA0_BASE__INST0_SEG2                     0
1118#define SDMA0_BASE__INST0_SEG3                     0
1119#define SDMA0_BASE__INST0_SEG4                     0
1120
1121#define SDMA0_BASE__INST1_SEG0                     0
1122#define SDMA0_BASE__INST1_SEG1                     0
1123#define SDMA0_BASE__INST1_SEG2                     0
1124#define SDMA0_BASE__INST1_SEG3                     0
1125#define SDMA0_BASE__INST1_SEG4                     0
1126
1127#define SDMA0_BASE__INST2_SEG0                     0
1128#define SDMA0_BASE__INST2_SEG1                     0
1129#define SDMA0_BASE__INST2_SEG2                     0
1130#define SDMA0_BASE__INST2_SEG3                     0
1131#define SDMA0_BASE__INST2_SEG4                     0
1132
1133#define SDMA0_BASE__INST3_SEG0                     0
1134#define SDMA0_BASE__INST3_SEG1                     0
1135#define SDMA0_BASE__INST3_SEG2                     0
1136#define SDMA0_BASE__INST3_SEG3                     0
1137#define SDMA0_BASE__INST3_SEG4                     0
1138
1139#define SDMA0_BASE__INST4_SEG0                     0
1140#define SDMA0_BASE__INST4_SEG1                     0
1141#define SDMA0_BASE__INST4_SEG2                     0
1142#define SDMA0_BASE__INST4_SEG3                     0
1143#define SDMA0_BASE__INST4_SEG4                     0
1144
1145#define SDMA0_BASE__INST5_SEG0                     0
1146#define SDMA0_BASE__INST5_SEG1                     0
1147#define SDMA0_BASE__INST5_SEG2                     0
1148#define SDMA0_BASE__INST5_SEG3                     0
1149#define SDMA0_BASE__INST5_SEG4                     0
1150
1151#define SDMA0_BASE__INST6_SEG0                     0
1152#define SDMA0_BASE__INST6_SEG1                     0
1153#define SDMA0_BASE__INST6_SEG2                     0
1154#define SDMA0_BASE__INST6_SEG3                     0
1155#define SDMA0_BASE__INST6_SEG4                     0
1156
1157#define SMUIO_BASE__INST0_SEG0                     0x00016800
1158#define SMUIO_BASE__INST0_SEG1                     0x00016A00
1159#define SMUIO_BASE__INST0_SEG2                     0x02401000
1160#define SMUIO_BASE__INST0_SEG3                     0x00440000
1161#define SMUIO_BASE__INST0_SEG4                     0
1162
1163#define SMUIO_BASE__INST1_SEG0                     0
1164#define SMUIO_BASE__INST1_SEG1                     0
1165#define SMUIO_BASE__INST1_SEG2                     0
1166#define SMUIO_BASE__INST1_SEG3                     0
1167#define SMUIO_BASE__INST1_SEG4                     0
1168
1169#define SMUIO_BASE__INST2_SEG0                     0
1170#define SMUIO_BASE__INST2_SEG1                     0
1171#define SMUIO_BASE__INST2_SEG2                     0
1172#define SMUIO_BASE__INST2_SEG3                     0
1173#define SMUIO_BASE__INST2_SEG4                     0
1174
1175#define SMUIO_BASE__INST3_SEG0                     0
1176#define SMUIO_BASE__INST3_SEG1                     0
1177#define SMUIO_BASE__INST3_SEG2                     0
1178#define SMUIO_BASE__INST3_SEG3                     0
1179#define SMUIO_BASE__INST3_SEG4                     0
1180
1181#define SMUIO_BASE__INST4_SEG0                     0
1182#define SMUIO_BASE__INST4_SEG1                     0
1183#define SMUIO_BASE__INST4_SEG2                     0
1184#define SMUIO_BASE__INST4_SEG3                     0
1185#define SMUIO_BASE__INST4_SEG4                     0
1186
1187#define SMUIO_BASE__INST5_SEG0                     0
1188#define SMUIO_BASE__INST5_SEG1                     0
1189#define SMUIO_BASE__INST5_SEG2                     0
1190#define SMUIO_BASE__INST5_SEG3                     0
1191#define SMUIO_BASE__INST5_SEG4                     0
1192
1193#define SMUIO_BASE__INST6_SEG0                     0
1194#define SMUIO_BASE__INST6_SEG1                     0
1195#define SMUIO_BASE__INST6_SEG2                     0
1196#define SMUIO_BASE__INST6_SEG3                     0
1197#define SMUIO_BASE__INST6_SEG4                     0
1198
1199#define THM_BASE__INST0_SEG0                       0x00016600
1200#define THM_BASE__INST0_SEG1                       0x02400C00
1201#define THM_BASE__INST0_SEG2                       0
1202#define THM_BASE__INST0_SEG3                       0
1203#define THM_BASE__INST0_SEG4                       0
1204
1205#define THM_BASE__INST1_SEG0                       0
1206#define THM_BASE__INST1_SEG1                       0
1207#define THM_BASE__INST1_SEG2                       0
1208#define THM_BASE__INST1_SEG3                       0
1209#define THM_BASE__INST1_SEG4                       0
1210
1211#define THM_BASE__INST2_SEG0                       0
1212#define THM_BASE__INST2_SEG1                       0
1213#define THM_BASE__INST2_SEG2                       0
1214#define THM_BASE__INST2_SEG3                       0
1215#define THM_BASE__INST2_SEG4                       0
1216
1217#define THM_BASE__INST3_SEG0                       0
1218#define THM_BASE__INST3_SEG1                       0
1219#define THM_BASE__INST3_SEG2                       0
1220#define THM_BASE__INST3_SEG3                       0
1221#define THM_BASE__INST3_SEG4                       0
1222
1223#define THM_BASE__INST4_SEG0                       0
1224#define THM_BASE__INST4_SEG1                       0
1225#define THM_BASE__INST4_SEG2                       0
1226#define THM_BASE__INST4_SEG3                       0
1227#define THM_BASE__INST4_SEG4                       0
1228
1229#define THM_BASE__INST5_SEG0                       0
1230#define THM_BASE__INST5_SEG1                       0
1231#define THM_BASE__INST5_SEG2                       0
1232#define THM_BASE__INST5_SEG3                       0
1233#define THM_BASE__INST5_SEG4                       0
1234
1235#define THM_BASE__INST6_SEG0                       0
1236#define THM_BASE__INST6_SEG1                       0
1237#define THM_BASE__INST6_SEG2                       0
1238#define THM_BASE__INST6_SEG3                       0
1239#define THM_BASE__INST6_SEG4                       0
1240
1241#define UMC_BASE__INST0_SEG0                       0x00014000
1242#define UMC_BASE__INST0_SEG1                       0x02425800
1243#define UMC_BASE__INST0_SEG2                       0
1244#define UMC_BASE__INST0_SEG3                       0
1245#define UMC_BASE__INST0_SEG4                       0
1246
1247#define UMC_BASE__INST1_SEG0                       0x00054000
1248#define UMC_BASE__INST1_SEG1                       0x02425C00
1249#define UMC_BASE__INST1_SEG2                       0
1250#define UMC_BASE__INST1_SEG3                       0
1251#define UMC_BASE__INST1_SEG4                       0
1252
1253#define UMC_BASE__INST2_SEG0                       0
1254#define UMC_BASE__INST2_SEG1                       0
1255#define UMC_BASE__INST2_SEG2                       0
1256#define UMC_BASE__INST2_SEG3                       0
1257#define UMC_BASE__INST2_SEG4                       0
1258
1259#define UMC_BASE__INST3_SEG0                       0
1260#define UMC_BASE__INST3_SEG1                       0
1261#define UMC_BASE__INST3_SEG2                       0
1262#define UMC_BASE__INST3_SEG3                       0
1263#define UMC_BASE__INST3_SEG4                       0
1264
1265#define UMC_BASE__INST4_SEG0                       0
1266#define UMC_BASE__INST4_SEG1                       0
1267#define UMC_BASE__INST4_SEG2                       0
1268#define UMC_BASE__INST4_SEG3                       0
1269#define UMC_BASE__INST4_SEG4                       0
1270
1271#define UMC_BASE__INST5_SEG0                       0
1272#define UMC_BASE__INST5_SEG1                       0
1273#define UMC_BASE__INST5_SEG2                       0
1274#define UMC_BASE__INST5_SEG3                       0
1275#define UMC_BASE__INST5_SEG4                       0
1276
1277#define UMC_BASE__INST6_SEG0                       0
1278#define UMC_BASE__INST6_SEG1                       0
1279#define UMC_BASE__INST6_SEG2                       0
1280#define UMC_BASE__INST6_SEG3                       0
1281#define UMC_BASE__INST6_SEG4                       0
1282
1283#define USB0_BASE__INST0_SEG0                      0x0242A800
1284#define USB0_BASE__INST0_SEG1                      0x05B00000
1285#define USB0_BASE__INST0_SEG2                      0
1286#define USB0_BASE__INST0_SEG3                      0
1287#define USB0_BASE__INST0_SEG4                      0
1288
1289#define USB0_BASE__INST1_SEG0                      0
1290#define USB0_BASE__INST1_SEG1                      0
1291#define USB0_BASE__INST1_SEG2                      0
1292#define USB0_BASE__INST1_SEG3                      0
1293#define USB0_BASE__INST1_SEG4                      0
1294
1295#define USB0_BASE__INST2_SEG0                      0
1296#define USB0_BASE__INST2_SEG1                      0
1297#define USB0_BASE__INST2_SEG2                      0
1298#define USB0_BASE__INST2_SEG3                      0
1299#define USB0_BASE__INST2_SEG4                      0
1300
1301#define USB0_BASE__INST3_SEG0                      0
1302#define USB0_BASE__INST3_SEG1                      0
1303#define USB0_BASE__INST3_SEG2                      0
1304#define USB0_BASE__INST3_SEG3                      0
1305#define USB0_BASE__INST3_SEG4                      0
1306
1307#define USB0_BASE__INST4_SEG0                      0
1308#define USB0_BASE__INST4_SEG1                      0
1309#define USB0_BASE__INST4_SEG2                      0
1310#define USB0_BASE__INST4_SEG3                      0
1311#define USB0_BASE__INST4_SEG4                      0
1312
1313#define USB0_BASE__INST5_SEG0                      0
1314#define USB0_BASE__INST5_SEG1                      0
1315#define USB0_BASE__INST5_SEG2                      0
1316#define USB0_BASE__INST5_SEG3                      0
1317#define USB0_BASE__INST5_SEG4                      0
1318
1319#define USB0_BASE__INST6_SEG0                      0
1320#define USB0_BASE__INST6_SEG1                      0
1321#define USB0_BASE__INST6_SEG2                      0
1322#define USB0_BASE__INST6_SEG3                      0
1323#define USB0_BASE__INST6_SEG4                      0
1324
1325#define UVD0_BASE__INST0_SEG0                      0x00007800
1326#define UVD0_BASE__INST0_SEG1                      0x00007E00
1327#define UVD0_BASE__INST0_SEG2                      0x02403000
1328#define UVD0_BASE__INST0_SEG3                      0
1329#define UVD0_BASE__INST0_SEG4                      0
1330
1331#define UVD0_BASE__INST1_SEG0                      0
1332#define UVD0_BASE__INST1_SEG1                      0
1333#define UVD0_BASE__INST1_SEG2                      0
1334#define UVD0_BASE__INST1_SEG3                      0
1335#define UVD0_BASE__INST1_SEG4                      0
1336
1337#define UVD0_BASE__INST2_SEG0                      0
1338#define UVD0_BASE__INST2_SEG1                      0
1339#define UVD0_BASE__INST2_SEG2                      0
1340#define UVD0_BASE__INST2_SEG3                      0
1341#define UVD0_BASE__INST2_SEG4                      0
1342
1343#define UVD0_BASE__INST3_SEG0                      0
1344#define UVD0_BASE__INST3_SEG1                      0
1345#define UVD0_BASE__INST3_SEG2                      0
1346#define UVD0_BASE__INST3_SEG3                      0
1347#define UVD0_BASE__INST3_SEG4                      0
1348
1349#define UVD0_BASE__INST4_SEG0                      0
1350#define UVD0_BASE__INST4_SEG1                      0
1351#define UVD0_BASE__INST4_SEG2                      0
1352#define UVD0_BASE__INST4_SEG3                      0
1353#define UVD0_BASE__INST4_SEG4                      0
1354
1355#define UVD0_BASE__INST5_SEG0                      0
1356#define UVD0_BASE__INST5_SEG1                      0
1357#define UVD0_BASE__INST5_SEG2                      0
1358#define UVD0_BASE__INST5_SEG3                      0
1359#define UVD0_BASE__INST5_SEG4                      0
1360
1361#define UVD0_BASE__INST6_SEG0                      0
1362#define UVD0_BASE__INST6_SEG1                      0
1363#define UVD0_BASE__INST6_SEG2                      0
1364#define UVD0_BASE__INST6_SEG3                      0
1365#define UVD0_BASE__INST6_SEG4                      0
1366
1367#define DCN_BASE__INST0_SEG0                      0x00000012
1368#define DCN_BASE__INST0_SEG1                      0x000000C0
1369#define DCN_BASE__INST0_SEG2                      0x000034C0
1370#define DCN_BASE__INST0_SEG3                      0
1371#define DCN_BASE__INST0_SEG4                      0
1372
1373#define DCN_BASE__INST1_SEG0                      0
1374#define DCN_BASE__INST1_SEG1                      0
1375#define DCN_BASE__INST1_SEG2                      0
1376#define DCN_BASE__INST1_SEG3                      0
1377#define DCN_BASE__INST1_SEG4                      0
1378
1379#define DCN_BASE__INST2_SEG0                      0
1380#define DCN_BASE__INST2_SEG1                      0
1381#define DCN_BASE__INST2_SEG2                      0
1382#define DCN_BASE__INST2_SEG3                      0
1383#define DCN_BASE__INST2_SEG4                      0
1384
1385#define DCN_BASE__INST3_SEG0                      0
1386#define DCN_BASE__INST3_SEG1                      0
1387#define DCN_BASE__INST3_SEG2                      0
1388#define DCN_BASE__INST3_SEG3                      0
1389#define DCN_BASE__INST3_SEG4                      0
1390
1391#define DCN_BASE__INST4_SEG0                      0
1392#define DCN_BASE__INST4_SEG1                      0
1393#define DCN_BASE__INST4_SEG2                      0
1394#define DCN_BASE__INST4_SEG3                      0
1395#define DCN_BASE__INST4_SEG4                      0
1396#endif
v5.4
   1/*
   2 * Copyright (C) 2019  Advanced Micro Devices, Inc.
   3 *
   4 * Permission is hereby granted, free of charge, to any person obtaining a
   5 * copy of this software and associated documentation files (the "Software"),
   6 * to deal in the Software without restriction, including without limitation
   7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
   8 * and/or sell copies of the Software, and to permit persons to whom the
   9 * Software is furnished to do so, subject to the following conditions:
  10 *
  11 * The above copyright notice and this permission notice shall be included
  12 * in all copies or substantial portions of the Software.
  13 *
  14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  15 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  17 * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  18 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  19 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  20 */
  21#ifndef _renoir_ip_offset_HEADER
  22#define _renoir_ip_offset_HEADER
  23
  24#define MAX_INSTANCE                                       7
  25#define MAX_SEGMENT                                        5
  26
  27
  28struct IP_BASE_INSTANCE
  29{
  30    unsigned int segment[MAX_SEGMENT];
  31};
  32
  33struct IP_BASE
  34{
  35    struct IP_BASE_INSTANCE instance[MAX_INSTANCE];
  36};
  37
  38
  39static const struct IP_BASE ACP_BASE ={ { { { 0x02403800, 0x00480000, 0, 0, 0 } },
  40                                        { { 0, 0, 0, 0, 0 } },
  41                                        { { 0, 0, 0, 0, 0 } },
  42                                        { { 0, 0, 0, 0, 0 } },
  43                                        { { 0, 0, 0, 0, 0 } },
  44                                        { { 0, 0, 0, 0, 0 } },
  45                                        { { 0, 0, 0, 0, 0 } } } };
  46static const struct IP_BASE ATHUB_BASE ={ { { { 0x00000C20, 0x02408C00, 0, 0, 0 } },
  47                                        { { 0, 0, 0, 0, 0 } },
  48                                        { { 0, 0, 0, 0, 0 } },
  49                                        { { 0, 0, 0, 0, 0 } },
  50                                        { { 0, 0, 0, 0, 0 } },
  51                                        { { 0, 0, 0, 0, 0 } },
  52                                        { { 0, 0, 0, 0, 0 } } } };
  53static const struct IP_BASE CLK_BASE ={ { { { 0x00016C00, 0x00016E00, 0x00017000, 0x00017E00, 0 } },
  54                                        { { 0, 0, 0, 0, 0 } },
  55                                        { { 0, 0, 0, 0, 0 } },
  56                                        { { 0, 0, 0, 0, 0 } },
  57                                        { { 0, 0, 0, 0, 0 } },
  58                                        { { 0, 0, 0, 0, 0 } },
  59                                        { { 0, 0, 0, 0, 0 } } } };
  60static const struct IP_BASE DBGU_IO0_BASE ={ { { { 0x000001E0, 0x0240B400, 0, 0, 0 } },
  61                                        { { 0, 0, 0, 0, 0 } },
  62                                        { { 0, 0, 0, 0, 0 } },
  63                                        { { 0, 0, 0, 0, 0 } },
  64                                        { { 0, 0, 0, 0, 0 } },
  65                                        { { 0, 0, 0, 0, 0 } },
  66                                        { { 0, 0, 0, 0, 0 } } } };
  67static const struct IP_BASE DF_BASE ={ { { { 0x00007000, 0x0240B800, 0, 0, 0 } },
  68                                        { { 0, 0, 0, 0, 0 } },
  69                                        { { 0, 0, 0, 0, 0 } },
  70                                        { { 0, 0, 0, 0, 0 } },
  71                                        { { 0, 0, 0, 0, 0 } },
  72                                        { { 0, 0, 0, 0, 0 } },
  73                                        { { 0, 0, 0, 0, 0 } } } };
  74static const struct IP_BASE DIO_BASE ={ { { { 0x02404000, 0, 0, 0, 0 } },
  75                                        { { 0, 0, 0, 0, 0 } },
  76                                        { { 0, 0, 0, 0, 0 } },
  77                                        { { 0, 0, 0, 0, 0 } },
  78                                        { { 0, 0, 0, 0, 0 } },
  79                                        { { 0, 0, 0, 0, 0 } },
  80                                        { { 0, 0, 0, 0, 0 } } } };
  81static const struct IP_BASE DMU_BASE ={ { { { 0x00000012, 0x000000C0, 0x000034C0, 0x00009000, 0x02403C00 } },
  82                                        { { 0, 0, 0, 0, 0 } },
  83                                        { { 0, 0, 0, 0, 0 } },
  84                                        { { 0, 0, 0, 0, 0 } },
  85                                        { { 0, 0, 0, 0, 0 } },
  86                                        { { 0, 0, 0, 0, 0 } },
  87                                        { { 0, 0, 0, 0, 0 } } } };
  88static const struct IP_BASE DPCS_BASE ={ { { { 0x00000012, 0x000000C0, 0x000034C0, 0x00009000, 0x02403C00 } },
  89                                        { { 0, 0, 0, 0, 0 } },
  90                                        { { 0, 0, 0, 0, 0 } },
  91                                        { { 0, 0, 0, 0, 0 } },
  92                                        { { 0, 0, 0, 0, 0 } },
  93                                        { { 0, 0, 0, 0, 0 } },
  94                                        { { 0, 0, 0, 0, 0 } } } };
  95static const struct IP_BASE FUSE_BASE ={ { { { 0x00017400, 0x02401400, 0, 0, 0 } },
  96                                        { { 0, 0, 0, 0, 0 } },
  97                                        { { 0, 0, 0, 0, 0 } },
  98                                        { { 0, 0, 0, 0, 0 } },
  99                                        { { 0, 0, 0, 0, 0 } },
 100                                        { { 0, 0, 0, 0, 0 } },
 101                                        { { 0, 0, 0, 0, 0 } } } };
 102static const struct IP_BASE GC_BASE ={ { { { 0x00002000, 0x0000A000, 0x02402C00, 0, 0 } },
 103                                        { { 0, 0, 0, 0, 0 } },
 104                                        { { 0, 0, 0, 0, 0 } },
 105                                        { { 0, 0, 0, 0, 0 } },
 106                                        { { 0, 0, 0, 0, 0 } },
 107                                        { { 0, 0, 0, 0, 0 } },
 108                                        { { 0, 0, 0, 0, 0 } } } };
 109static const struct IP_BASE HDA_BASE ={ { { { 0x02404800, 0x004C0000, 0, 0, 0 } },
 110                                        { { 0, 0, 0, 0, 0 } },
 111                                        { { 0, 0, 0, 0, 0 } },
 112                                        { { 0, 0, 0, 0, 0 } },
 113                                        { { 0, 0, 0, 0, 0 } },
 114                                        { { 0, 0, 0, 0, 0 } },
 115                                        { { 0, 0, 0, 0, 0 } } } };
 116static const struct IP_BASE HDP_BASE ={ { { { 0x00000F20, 0x0240A400, 0, 0, 0 } },
 117                                        { { 0, 0, 0, 0, 0 } },
 118                                        { { 0, 0, 0, 0, 0 } },
 119                                        { { 0, 0, 0, 0, 0 } },
 120                                        { { 0, 0, 0, 0, 0 } },
 121                                        { { 0, 0, 0, 0, 0 } },
 122                                        { { 0, 0, 0, 0, 0 } } } };
 123static const struct IP_BASE IOHC0_BASE ={ { { { 0x00010000, 0x02406000, 0x04EC0000, 0, 0 } },
 124                                        { { 0, 0, 0, 0, 0 } },
 125                                        { { 0, 0, 0, 0, 0 } },
 126                                        { { 0, 0, 0, 0, 0 } },
 127                                        { { 0, 0, 0, 0, 0 } },
 128                                        { { 0, 0, 0, 0, 0 } },
 129                                        { { 0, 0, 0, 0, 0 } } } };
 130static const struct IP_BASE ISP_BASE ={ { { { 0x00018000, 0x0240B000, 0, 0, 0 } },
 131                                        { { 0, 0, 0, 0, 0 } },
 132                                        { { 0, 0, 0, 0, 0 } },
 133                                        { { 0, 0, 0, 0, 0 } },
 134                                        { { 0, 0, 0, 0, 0 } },
 135                                        { { 0, 0, 0, 0, 0 } },
 136                                        { { 0, 0, 0, 0, 0 } } } };
 137static const struct IP_BASE L2IMU0_BASE ={ { { { 0x00007DC0, 0x02407000, 0x00900000, 0x04FC0000, 0x055C0000 } },
 138                                        { { 0, 0, 0, 0, 0 } },
 139                                        { { 0, 0, 0, 0, 0 } },
 140                                        { { 0, 0, 0, 0, 0 } },
 141                                        { { 0, 0, 0, 0, 0 } },
 142                                        { { 0, 0, 0, 0, 0 } },
 143                                        { { 0, 0, 0, 0, 0 } } } };
 144static const struct IP_BASE MMHUB_BASE ={ { { { 0x0001A000, 0x02408800, 0, 0, 0 } },
 145                                        { { 0, 0, 0, 0, 0 } },
 146                                        { { 0, 0, 0, 0, 0 } },
 147                                        { { 0, 0, 0, 0, 0 } },
 148                                        { { 0, 0, 0, 0, 0 } },
 149                                        { { 0, 0, 0, 0, 0 } },
 150                                        { { 0, 0, 0, 0, 0 } } } };
 151static const struct IP_BASE MP0_BASE ={ { { { 0x00016000, 0x0243FC00, 0x00DC0000, 0x00E00000, 0x00E40000 } },
 152                                        { { 0, 0, 0, 0, 0 } },
 153                                        { { 0, 0, 0, 0, 0 } },
 154                                        { { 0, 0, 0, 0, 0 } },
 155                                        { { 0, 0, 0, 0, 0 } },
 156                                        { { 0, 0, 0, 0, 0 } },
 157                                        { { 0, 0, 0, 0, 0 } } } };
 158static const struct IP_BASE MP1_BASE ={ { { { 0x00016000, 0x02400400, 0x00E80000, 0x00EC0000, 0x00F00000 } },
 159                                        { { 0, 0, 0, 0, 0 } },
 160                                        { { 0, 0, 0, 0, 0 } },
 161                                        { { 0, 0, 0, 0, 0 } },
 162                                        { { 0, 0, 0, 0, 0 } },
 163                                        { { 0, 0, 0, 0, 0 } },
 164                                        { { 0, 0, 0, 0, 0 } } } };
 165static const struct IP_BASE NBIF0_BASE ={ { { { 0x00000000, 0x00000014, 0x00000D20, 0x00010400, 0x0241B000 } },
 166                                        { { 0, 0, 0, 0, 0 } },
 167                                        { { 0, 0, 0, 0, 0 } },
 168                                        { { 0, 0, 0, 0, 0 } },
 169                                        { { 0, 0, 0, 0, 0 } },
 170                                        { { 0, 0, 0, 0, 0 } },
 171                                        { { 0, 0, 0, 0, 0 } } } };
 
 
 
 
 
 172static const struct IP_BASE OSSSYS_BASE ={ { { { 0x000010A0, 0x0240A000, 0, 0, 0 } },
 173                                        { { 0, 0, 0, 0, 0 } },
 174                                        { { 0, 0, 0, 0, 0 } },
 175                                        { { 0, 0, 0, 0, 0 } },
 176                                        { { 0, 0, 0, 0, 0 } },
 177                                        { { 0, 0, 0, 0, 0 } },
 178                                        { { 0, 0, 0, 0, 0 } } } };
 179static const struct IP_BASE PCIE0_BASE ={ { { { 0x02411800, 0x04440000, 0, 0, 0 } },
 180                                        { { 0, 0, 0, 0, 0 } },
 181                                        { { 0, 0, 0, 0, 0 } },
 182                                        { { 0, 0, 0, 0, 0 } },
 183                                        { { 0, 0, 0, 0, 0 } },
 184                                        { { 0, 0, 0, 0, 0 } },
 185                                        { { 0, 0, 0, 0, 0 } } } };
 186static const struct IP_BASE SDMA0_BASE ={ { { { 0x00001260, 0x0240A800, 0, 0, 0 } },
 187                                        { { 0, 0, 0, 0, 0 } },
 188                                        { { 0, 0, 0, 0, 0 } },
 189                                        { { 0, 0, 0, 0, 0 } },
 190                                        { { 0, 0, 0, 0, 0 } },
 191                                        { { 0, 0, 0, 0, 0 } },
 192                                        { { 0, 0, 0, 0, 0 } } } };
 193static const struct IP_BASE SMUIO_BASE ={ { { { 0x00016800, 0x00016A00, 0x02401000, 0x00440000, 0 } },
 194                                        { { 0, 0, 0, 0, 0 } },
 195                                        { { 0, 0, 0, 0, 0 } },
 196                                        { { 0, 0, 0, 0, 0 } },
 197                                        { { 0, 0, 0, 0, 0 } },
 198                                        { { 0, 0, 0, 0, 0 } },
 199                                        { { 0, 0, 0, 0, 0 } } } };
 200static const struct IP_BASE THM_BASE ={ { { { 0x00016600, 0x02400C00, 0, 0, 0 } },
 201                                        { { 0, 0, 0, 0, 0 } },
 202                                        { { 0, 0, 0, 0, 0 } },
 203                                        { { 0, 0, 0, 0, 0 } },
 204                                        { { 0, 0, 0, 0, 0 } },
 205                                        { { 0, 0, 0, 0, 0 } },
 206                                        { { 0, 0, 0, 0, 0 } } } };
 207static const struct IP_BASE UMC_BASE ={ { { { 0x00014000, 0x02425800, 0, 0, 0 } },
 208                                        { { 0x00054000, 0x02425C00, 0, 0, 0 } },
 209                                        { { 0, 0, 0, 0, 0 } },
 210                                        { { 0, 0, 0, 0, 0 } },
 211                                        { { 0, 0, 0, 0, 0 } },
 212                                        { { 0, 0, 0, 0, 0 } },
 213                                        { { 0, 0, 0, 0, 0 } } } };
 214static const struct IP_BASE USB0_BASE ={ { { { 0x0242A800, 0x05B00000, 0, 0, 0 } },
 215                                        { { 0, 0, 0, 0, 0 } },
 216                                        { { 0, 0, 0, 0, 0 } },
 217                                        { { 0, 0, 0, 0, 0 } },
 218                                        { { 0, 0, 0, 0, 0 } },
 219                                        { { 0, 0, 0, 0, 0 } },
 220                                        { { 0, 0, 0, 0, 0 } } } };
 221static const struct IP_BASE UVD0_BASE ={ { { { 0x00007800, 0x00007E00, 0x02403000, 0, 0 } },
 222                                        { { 0, 0, 0, 0, 0 } },
 223                                        { { 0, 0, 0, 0, 0 } },
 224                                        { { 0, 0, 0, 0, 0 } },
 225                                        { { 0, 0, 0, 0, 0 } },
 226                                        { { 0, 0, 0, 0, 0 } },
 227                                        { { 0, 0, 0, 0, 0 } } } };
 228
 229
 230#define ACP_BASE__INST0_SEG0                       0x02403800
 231#define ACP_BASE__INST0_SEG1                       0x00480000
 232#define ACP_BASE__INST0_SEG2                       0
 233#define ACP_BASE__INST0_SEG3                       0
 234#define ACP_BASE__INST0_SEG4                       0
 235
 236#define ACP_BASE__INST1_SEG0                       0
 237#define ACP_BASE__INST1_SEG1                       0
 238#define ACP_BASE__INST1_SEG2                       0
 239#define ACP_BASE__INST1_SEG3                       0
 240#define ACP_BASE__INST1_SEG4                       0
 241
 242#define ACP_BASE__INST2_SEG0                       0
 243#define ACP_BASE__INST2_SEG1                       0
 244#define ACP_BASE__INST2_SEG2                       0
 245#define ACP_BASE__INST2_SEG3                       0
 246#define ACP_BASE__INST2_SEG4                       0
 247
 248#define ACP_BASE__INST3_SEG0                       0
 249#define ACP_BASE__INST3_SEG1                       0
 250#define ACP_BASE__INST3_SEG2                       0
 251#define ACP_BASE__INST3_SEG3                       0
 252#define ACP_BASE__INST3_SEG4                       0
 253
 254#define ACP_BASE__INST4_SEG0                       0
 255#define ACP_BASE__INST4_SEG1                       0
 256#define ACP_BASE__INST4_SEG2                       0
 257#define ACP_BASE__INST4_SEG3                       0
 258#define ACP_BASE__INST4_SEG4                       0
 259
 260#define ACP_BASE__INST5_SEG0                       0
 261#define ACP_BASE__INST5_SEG1                       0
 262#define ACP_BASE__INST5_SEG2                       0
 263#define ACP_BASE__INST5_SEG3                       0
 264#define ACP_BASE__INST5_SEG4                       0
 265
 266#define ACP_BASE__INST6_SEG0                       0
 267#define ACP_BASE__INST6_SEG1                       0
 268#define ACP_BASE__INST6_SEG2                       0
 269#define ACP_BASE__INST6_SEG3                       0
 270#define ACP_BASE__INST6_SEG4                       0
 271
 272#define ATHUB_BASE__INST0_SEG0                     0x00000C20
 273#define ATHUB_BASE__INST0_SEG1                     0x02408C00
 274#define ATHUB_BASE__INST0_SEG2                     0
 275#define ATHUB_BASE__INST0_SEG3                     0
 276#define ATHUB_BASE__INST0_SEG4                     0
 277
 278#define ATHUB_BASE__INST1_SEG0                     0
 279#define ATHUB_BASE__INST1_SEG1                     0
 280#define ATHUB_BASE__INST1_SEG2                     0
 281#define ATHUB_BASE__INST1_SEG3                     0
 282#define ATHUB_BASE__INST1_SEG4                     0
 283
 284#define ATHUB_BASE__INST2_SEG0                     0
 285#define ATHUB_BASE__INST2_SEG1                     0
 286#define ATHUB_BASE__INST2_SEG2                     0
 287#define ATHUB_BASE__INST2_SEG3                     0
 288#define ATHUB_BASE__INST2_SEG4                     0
 289
 290#define ATHUB_BASE__INST3_SEG0                     0
 291#define ATHUB_BASE__INST3_SEG1                     0
 292#define ATHUB_BASE__INST3_SEG2                     0
 293#define ATHUB_BASE__INST3_SEG3                     0
 294#define ATHUB_BASE__INST3_SEG4                     0
 295
 296#define ATHUB_BASE__INST4_SEG0                     0
 297#define ATHUB_BASE__INST4_SEG1                     0
 298#define ATHUB_BASE__INST4_SEG2                     0
 299#define ATHUB_BASE__INST4_SEG3                     0
 300#define ATHUB_BASE__INST4_SEG4                     0
 301
 302#define ATHUB_BASE__INST5_SEG0                     0
 303#define ATHUB_BASE__INST5_SEG1                     0
 304#define ATHUB_BASE__INST5_SEG2                     0
 305#define ATHUB_BASE__INST5_SEG3                     0
 306#define ATHUB_BASE__INST5_SEG4                     0
 307
 308#define ATHUB_BASE__INST6_SEG0                     0
 309#define ATHUB_BASE__INST6_SEG1                     0
 310#define ATHUB_BASE__INST6_SEG2                     0
 311#define ATHUB_BASE__INST6_SEG3                     0
 312#define ATHUB_BASE__INST6_SEG4                     0
 313
 314#define CLK_BASE__INST0_SEG0                       0x00016C00
 315#define CLK_BASE__INST0_SEG1                       0x00016E00
 316#define CLK_BASE__INST0_SEG2                       0x00017000
 317#define CLK_BASE__INST0_SEG3                       0x00017E00
 318#define CLK_BASE__INST0_SEG4                       0
 319
 320#define CLK_BASE__INST1_SEG0                       0
 321#define CLK_BASE__INST1_SEG1                       0
 322#define CLK_BASE__INST1_SEG2                       0
 323#define CLK_BASE__INST1_SEG3                       0
 324#define CLK_BASE__INST1_SEG4                       0
 325
 326#define CLK_BASE__INST2_SEG0                       0
 327#define CLK_BASE__INST2_SEG1                       0
 328#define CLK_BASE__INST2_SEG2                       0
 329#define CLK_BASE__INST2_SEG3                       0
 330#define CLK_BASE__INST2_SEG4                       0
 331
 332#define CLK_BASE__INST3_SEG0                       0
 333#define CLK_BASE__INST3_SEG1                       0
 334#define CLK_BASE__INST3_SEG2                       0
 335#define CLK_BASE__INST3_SEG3                       0
 336#define CLK_BASE__INST3_SEG4                       0
 337
 338#define CLK_BASE__INST4_SEG0                       0
 339#define CLK_BASE__INST4_SEG1                       0
 340#define CLK_BASE__INST4_SEG2                       0
 341#define CLK_BASE__INST4_SEG3                       0
 342#define CLK_BASE__INST4_SEG4                       0
 343
 344#define CLK_BASE__INST5_SEG0                       0
 345#define CLK_BASE__INST5_SEG1                       0
 346#define CLK_BASE__INST5_SEG2                       0
 347#define CLK_BASE__INST5_SEG3                       0
 348#define CLK_BASE__INST5_SEG4                       0
 349
 350#define CLK_BASE__INST6_SEG0                       0
 351#define CLK_BASE__INST6_SEG1                       0
 352#define CLK_BASE__INST6_SEG2                       0
 353#define CLK_BASE__INST6_SEG3                       0
 354#define CLK_BASE__INST6_SEG4                       0
 355
 356#define DBGU_IO0_BASE__INST0_SEG0                  0x000001E0
 357#define DBGU_IO0_BASE__INST0_SEG1                  0x0240B400
 358#define DBGU_IO0_BASE__INST0_SEG2                  0
 359#define DBGU_IO0_BASE__INST0_SEG3                  0
 360#define DBGU_IO0_BASE__INST0_SEG4                  0
 361
 362#define DBGU_IO0_BASE__INST1_SEG0                  0
 363#define DBGU_IO0_BASE__INST1_SEG1                  0
 364#define DBGU_IO0_BASE__INST1_SEG2                  0
 365#define DBGU_IO0_BASE__INST1_SEG3                  0
 366#define DBGU_IO0_BASE__INST1_SEG4                  0
 367
 368#define DBGU_IO0_BASE__INST2_SEG0                  0
 369#define DBGU_IO0_BASE__INST2_SEG1                  0
 370#define DBGU_IO0_BASE__INST2_SEG2                  0
 371#define DBGU_IO0_BASE__INST2_SEG3                  0
 372#define DBGU_IO0_BASE__INST2_SEG4                  0
 373
 374#define DBGU_IO0_BASE__INST3_SEG0                  0
 375#define DBGU_IO0_BASE__INST3_SEG1                  0
 376#define DBGU_IO0_BASE__INST3_SEG2                  0
 377#define DBGU_IO0_BASE__INST3_SEG3                  0
 378#define DBGU_IO0_BASE__INST3_SEG4                  0
 379
 380#define DBGU_IO0_BASE__INST4_SEG0                  0
 381#define DBGU_IO0_BASE__INST4_SEG1                  0
 382#define DBGU_IO0_BASE__INST4_SEG2                  0
 383#define DBGU_IO0_BASE__INST4_SEG3                  0
 384#define DBGU_IO0_BASE__INST4_SEG4                  0
 385
 386#define DBGU_IO0_BASE__INST5_SEG0                  0
 387#define DBGU_IO0_BASE__INST5_SEG1                  0
 388#define DBGU_IO0_BASE__INST5_SEG2                  0
 389#define DBGU_IO0_BASE__INST5_SEG3                  0
 390#define DBGU_IO0_BASE__INST5_SEG4                  0
 391
 392#define DBGU_IO0_BASE__INST6_SEG0                  0
 393#define DBGU_IO0_BASE__INST6_SEG1                  0
 394#define DBGU_IO0_BASE__INST6_SEG2                  0
 395#define DBGU_IO0_BASE__INST6_SEG3                  0
 396#define DBGU_IO0_BASE__INST6_SEG4                  0
 397
 398#define DF_BASE__INST0_SEG0                        0x00007000
 399#define DF_BASE__INST0_SEG1                        0x0240B800
 400#define DF_BASE__INST0_SEG2                        0
 401#define DF_BASE__INST0_SEG3                        0
 402#define DF_BASE__INST0_SEG4                        0
 403
 404#define DF_BASE__INST1_SEG0                        0
 405#define DF_BASE__INST1_SEG1                        0
 406#define DF_BASE__INST1_SEG2                        0
 407#define DF_BASE__INST1_SEG3                        0
 408#define DF_BASE__INST1_SEG4                        0
 409
 410#define DF_BASE__INST2_SEG0                        0
 411#define DF_BASE__INST2_SEG1                        0
 412#define DF_BASE__INST2_SEG2                        0
 413#define DF_BASE__INST2_SEG3                        0
 414#define DF_BASE__INST2_SEG4                        0
 415
 416#define DF_BASE__INST3_SEG0                        0
 417#define DF_BASE__INST3_SEG1                        0
 418#define DF_BASE__INST3_SEG2                        0
 419#define DF_BASE__INST3_SEG3                        0
 420#define DF_BASE__INST3_SEG4                        0
 421
 422#define DF_BASE__INST4_SEG0                        0
 423#define DF_BASE__INST4_SEG1                        0
 424#define DF_BASE__INST4_SEG2                        0
 425#define DF_BASE__INST4_SEG3                        0
 426#define DF_BASE__INST4_SEG4                        0
 427
 428#define DF_BASE__INST5_SEG0                        0
 429#define DF_BASE__INST5_SEG1                        0
 430#define DF_BASE__INST5_SEG2                        0
 431#define DF_BASE__INST5_SEG3                        0
 432#define DF_BASE__INST5_SEG4                        0
 433
 434#define DF_BASE__INST6_SEG0                        0
 435#define DF_BASE__INST6_SEG1                        0
 436#define DF_BASE__INST6_SEG2                        0
 437#define DF_BASE__INST6_SEG3                        0
 438#define DF_BASE__INST6_SEG4                        0
 439
 440#define DIO_BASE__INST0_SEG0                       0x02404000
 441#define DIO_BASE__INST0_SEG1                       0
 442#define DIO_BASE__INST0_SEG2                       0
 443#define DIO_BASE__INST0_SEG3                       0
 444#define DIO_BASE__INST0_SEG4                       0
 445
 446#define DIO_BASE__INST1_SEG0                       0
 447#define DIO_BASE__INST1_SEG1                       0
 448#define DIO_BASE__INST1_SEG2                       0
 449#define DIO_BASE__INST1_SEG3                       0
 450#define DIO_BASE__INST1_SEG4                       0
 451
 452#define DIO_BASE__INST2_SEG0                       0
 453#define DIO_BASE__INST2_SEG1                       0
 454#define DIO_BASE__INST2_SEG2                       0
 455#define DIO_BASE__INST2_SEG3                       0
 456#define DIO_BASE__INST2_SEG4                       0
 457
 458#define DIO_BASE__INST3_SEG0                       0
 459#define DIO_BASE__INST3_SEG1                       0
 460#define DIO_BASE__INST3_SEG2                       0
 461#define DIO_BASE__INST3_SEG3                       0
 462#define DIO_BASE__INST3_SEG4                       0
 463
 464#define DIO_BASE__INST4_SEG0                       0
 465#define DIO_BASE__INST4_SEG1                       0
 466#define DIO_BASE__INST4_SEG2                       0
 467#define DIO_BASE__INST4_SEG3                       0
 468#define DIO_BASE__INST4_SEG4                       0
 469
 470#define DIO_BASE__INST5_SEG0                       0
 471#define DIO_BASE__INST5_SEG1                       0
 472#define DIO_BASE__INST5_SEG2                       0
 473#define DIO_BASE__INST5_SEG3                       0
 474#define DIO_BASE__INST5_SEG4                       0
 475
 476#define DIO_BASE__INST6_SEG0                       0
 477#define DIO_BASE__INST6_SEG1                       0
 478#define DIO_BASE__INST6_SEG2                       0
 479#define DIO_BASE__INST6_SEG3                       0
 480#define DIO_BASE__INST6_SEG4                       0
 481
 482#define DMU_BASE__INST0_SEG0                       0x00000012
 483#define DMU_BASE__INST0_SEG1                       0x000000C0
 484#define DMU_BASE__INST0_SEG2                       0x000034C0
 485#define DMU_BASE__INST0_SEG3                       0x00009000
 486#define DMU_BASE__INST0_SEG4                       0x02403C00
 487
 488#define DMU_BASE__INST1_SEG0                       0
 489#define DMU_BASE__INST1_SEG1                       0
 490#define DMU_BASE__INST1_SEG2                       0
 491#define DMU_BASE__INST1_SEG3                       0
 492#define DMU_BASE__INST1_SEG4                       0
 493
 494#define DMU_BASE__INST2_SEG0                       0
 495#define DMU_BASE__INST2_SEG1                       0
 496#define DMU_BASE__INST2_SEG2                       0
 497#define DMU_BASE__INST2_SEG3                       0
 498#define DMU_BASE__INST2_SEG4                       0
 499
 500#define DMU_BASE__INST3_SEG0                       0
 501#define DMU_BASE__INST3_SEG1                       0
 502#define DMU_BASE__INST3_SEG2                       0
 503#define DMU_BASE__INST3_SEG3                       0
 504#define DMU_BASE__INST3_SEG4                       0
 505
 506#define DMU_BASE__INST4_SEG0                       0
 507#define DMU_BASE__INST4_SEG1                       0
 508#define DMU_BASE__INST4_SEG2                       0
 509#define DMU_BASE__INST4_SEG3                       0
 510#define DMU_BASE__INST4_SEG4                       0
 511
 512#define DMU_BASE__INST5_SEG0                       0
 513#define DMU_BASE__INST5_SEG1                       0
 514#define DMU_BASE__INST5_SEG2                       0
 515#define DMU_BASE__INST5_SEG3                       0
 516#define DMU_BASE__INST5_SEG4                       0
 517
 518#define DMU_BASE__INST6_SEG0                       0
 519#define DMU_BASE__INST6_SEG1                       0
 520#define DMU_BASE__INST6_SEG2                       0
 521#define DMU_BASE__INST6_SEG3                       0
 522#define DMU_BASE__INST6_SEG4                       0
 523
 524#define DPCS_BASE__INST0_SEG0                      0x00000012
 525#define DPCS_BASE__INST0_SEG1                      0x000000C0
 526#define DPCS_BASE__INST0_SEG2                      0x000034C0
 527#define DPCS_BASE__INST0_SEG3                      0x00009000
 528#define DPCS_BASE__INST0_SEG4                      0x02403C00
 529
 530#define DPCS_BASE__INST1_SEG0                      0
 531#define DPCS_BASE__INST1_SEG1                      0
 532#define DPCS_BASE__INST1_SEG2                      0
 533#define DPCS_BASE__INST1_SEG3                      0
 534#define DPCS_BASE__INST1_SEG4                      0
 535
 536#define DPCS_BASE__INST2_SEG0                      0
 537#define DPCS_BASE__INST2_SEG1                      0
 538#define DPCS_BASE__INST2_SEG2                      0
 539#define DPCS_BASE__INST2_SEG3                      0
 540#define DPCS_BASE__INST2_SEG4                      0
 541
 542#define DPCS_BASE__INST3_SEG0                      0
 543#define DPCS_BASE__INST3_SEG1                      0
 544#define DPCS_BASE__INST3_SEG2                      0
 545#define DPCS_BASE__INST3_SEG3                      0
 546#define DPCS_BASE__INST3_SEG4                      0
 547
 548#define DPCS_BASE__INST4_SEG0                      0
 549#define DPCS_BASE__INST4_SEG1                      0
 550#define DPCS_BASE__INST4_SEG2                      0
 551#define DPCS_BASE__INST4_SEG3                      0
 552#define DPCS_BASE__INST4_SEG4                      0
 553
 554#define DPCS_BASE__INST5_SEG0                      0
 555#define DPCS_BASE__INST5_SEG1                      0
 556#define DPCS_BASE__INST5_SEG2                      0
 557#define DPCS_BASE__INST5_SEG3                      0
 558#define DPCS_BASE__INST5_SEG4                      0
 559
 560#define DPCS_BASE__INST6_SEG0                      0
 561#define DPCS_BASE__INST6_SEG1                      0
 562#define DPCS_BASE__INST6_SEG2                      0
 563#define DPCS_BASE__INST6_SEG3                      0
 564#define DPCS_BASE__INST6_SEG4                      0
 565
 566#define FUSE_BASE__INST0_SEG0                      0x00017400
 567#define FUSE_BASE__INST0_SEG1                      0x02401400
 568#define FUSE_BASE__INST0_SEG2                      0
 569#define FUSE_BASE__INST0_SEG3                      0
 570#define FUSE_BASE__INST0_SEG4                      0
 571
 572#define FUSE_BASE__INST1_SEG0                      0
 573#define FUSE_BASE__INST1_SEG1                      0
 574#define FUSE_BASE__INST1_SEG2                      0
 575#define FUSE_BASE__INST1_SEG3                      0
 576#define FUSE_BASE__INST1_SEG4                      0
 577
 578#define FUSE_BASE__INST2_SEG0                      0
 579#define FUSE_BASE__INST2_SEG1                      0
 580#define FUSE_BASE__INST2_SEG2                      0
 581#define FUSE_BASE__INST2_SEG3                      0
 582#define FUSE_BASE__INST2_SEG4                      0
 583
 584#define FUSE_BASE__INST3_SEG0                      0
 585#define FUSE_BASE__INST3_SEG1                      0
 586#define FUSE_BASE__INST3_SEG2                      0
 587#define FUSE_BASE__INST3_SEG3                      0
 588#define FUSE_BASE__INST3_SEG4                      0
 589
 590#define FUSE_BASE__INST4_SEG0                      0
 591#define FUSE_BASE__INST4_SEG1                      0
 592#define FUSE_BASE__INST4_SEG2                      0
 593#define FUSE_BASE__INST4_SEG3                      0
 594#define FUSE_BASE__INST4_SEG4                      0
 595
 596#define FUSE_BASE__INST5_SEG0                      0
 597#define FUSE_BASE__INST5_SEG1                      0
 598#define FUSE_BASE__INST5_SEG2                      0
 599#define FUSE_BASE__INST5_SEG3                      0
 600#define FUSE_BASE__INST5_SEG4                      0
 601
 602#define FUSE_BASE__INST6_SEG0                      0
 603#define FUSE_BASE__INST6_SEG1                      0
 604#define FUSE_BASE__INST6_SEG2                      0
 605#define FUSE_BASE__INST6_SEG3                      0
 606#define FUSE_BASE__INST6_SEG4                      0
 607
 608#define GC_BASE__INST0_SEG0                        0x00002000
 609#define GC_BASE__INST0_SEG1                        0x0000A000
 610#define GC_BASE__INST0_SEG2                        0x02402C00
 611#define GC_BASE__INST0_SEG3                        0
 612#define GC_BASE__INST0_SEG4                        0
 613
 614#define GC_BASE__INST1_SEG0                        0
 615#define GC_BASE__INST1_SEG1                        0
 616#define GC_BASE__INST1_SEG2                        0
 617#define GC_BASE__INST1_SEG3                        0
 618#define GC_BASE__INST1_SEG4                        0
 619
 620#define GC_BASE__INST2_SEG0                        0
 621#define GC_BASE__INST2_SEG1                        0
 622#define GC_BASE__INST2_SEG2                        0
 623#define GC_BASE__INST2_SEG3                        0
 624#define GC_BASE__INST2_SEG4                        0
 625
 626#define GC_BASE__INST3_SEG0                        0
 627#define GC_BASE__INST3_SEG1                        0
 628#define GC_BASE__INST3_SEG2                        0
 629#define GC_BASE__INST3_SEG3                        0
 630#define GC_BASE__INST3_SEG4                        0
 631
 632#define GC_BASE__INST4_SEG0                        0
 633#define GC_BASE__INST4_SEG1                        0
 634#define GC_BASE__INST4_SEG2                        0
 635#define GC_BASE__INST4_SEG3                        0
 636#define GC_BASE__INST4_SEG4                        0
 637
 638#define GC_BASE__INST5_SEG0                        0
 639#define GC_BASE__INST5_SEG1                        0
 640#define GC_BASE__INST5_SEG2                        0
 641#define GC_BASE__INST5_SEG3                        0
 642#define GC_BASE__INST5_SEG4                        0
 643
 644#define GC_BASE__INST6_SEG0                        0
 645#define GC_BASE__INST6_SEG1                        0
 646#define GC_BASE__INST6_SEG2                        0
 647#define GC_BASE__INST6_SEG3                        0
 648#define GC_BASE__INST6_SEG4                        0
 649
 650#define HDA_BASE__INST0_SEG0                       0x02404800
 651#define HDA_BASE__INST0_SEG1                       0x004C0000
 652#define HDA_BASE__INST0_SEG2                       0
 653#define HDA_BASE__INST0_SEG3                       0
 654#define HDA_BASE__INST0_SEG4                       0
 655
 656#define HDA_BASE__INST1_SEG0                       0
 657#define HDA_BASE__INST1_SEG1                       0
 658#define HDA_BASE__INST1_SEG2                       0
 659#define HDA_BASE__INST1_SEG3                       0
 660#define HDA_BASE__INST1_SEG4                       0
 661
 662#define HDA_BASE__INST2_SEG0                       0
 663#define HDA_BASE__INST2_SEG1                       0
 664#define HDA_BASE__INST2_SEG2                       0
 665#define HDA_BASE__INST2_SEG3                       0
 666#define HDA_BASE__INST2_SEG4                       0
 667
 668#define HDA_BASE__INST3_SEG0                       0
 669#define HDA_BASE__INST3_SEG1                       0
 670#define HDA_BASE__INST3_SEG2                       0
 671#define HDA_BASE__INST3_SEG3                       0
 672#define HDA_BASE__INST3_SEG4                       0
 673
 674#define HDA_BASE__INST4_SEG0                       0
 675#define HDA_BASE__INST4_SEG1                       0
 676#define HDA_BASE__INST4_SEG2                       0
 677#define HDA_BASE__INST4_SEG3                       0
 678#define HDA_BASE__INST4_SEG4                       0
 679
 680#define HDA_BASE__INST5_SEG0                       0
 681#define HDA_BASE__INST5_SEG1                       0
 682#define HDA_BASE__INST5_SEG2                       0
 683#define HDA_BASE__INST5_SEG3                       0
 684#define HDA_BASE__INST5_SEG4                       0
 685
 686#define HDA_BASE__INST6_SEG0                       0
 687#define HDA_BASE__INST6_SEG1                       0
 688#define HDA_BASE__INST6_SEG2                       0
 689#define HDA_BASE__INST6_SEG3                       0
 690#define HDA_BASE__INST6_SEG4                       0
 691
 692#define HDP_BASE__INST0_SEG0                       0x00000F20
 693#define HDP_BASE__INST0_SEG1                       0x0240A400
 694#define HDP_BASE__INST0_SEG2                       0
 695#define HDP_BASE__INST0_SEG3                       0
 696#define HDP_BASE__INST0_SEG4                       0
 697
 698#define HDP_BASE__INST1_SEG0                       0
 699#define HDP_BASE__INST1_SEG1                       0
 700#define HDP_BASE__INST1_SEG2                       0
 701#define HDP_BASE__INST1_SEG3                       0
 702#define HDP_BASE__INST1_SEG4                       0
 703
 704#define HDP_BASE__INST2_SEG0                       0
 705#define HDP_BASE__INST2_SEG1                       0
 706#define HDP_BASE__INST2_SEG2                       0
 707#define HDP_BASE__INST2_SEG3                       0
 708#define HDP_BASE__INST2_SEG4                       0
 709
 710#define HDP_BASE__INST3_SEG0                       0
 711#define HDP_BASE__INST3_SEG1                       0
 712#define HDP_BASE__INST3_SEG2                       0
 713#define HDP_BASE__INST3_SEG3                       0
 714#define HDP_BASE__INST3_SEG4                       0
 715
 716#define HDP_BASE__INST4_SEG0                       0
 717#define HDP_BASE__INST4_SEG1                       0
 718#define HDP_BASE__INST4_SEG2                       0
 719#define HDP_BASE__INST4_SEG3                       0
 720#define HDP_BASE__INST4_SEG4                       0
 721
 722#define HDP_BASE__INST5_SEG0                       0
 723#define HDP_BASE__INST5_SEG1                       0
 724#define HDP_BASE__INST5_SEG2                       0
 725#define HDP_BASE__INST5_SEG3                       0
 726#define HDP_BASE__INST5_SEG4                       0
 727
 728#define HDP_BASE__INST6_SEG0                       0
 729#define HDP_BASE__INST6_SEG1                       0
 730#define HDP_BASE__INST6_SEG2                       0
 731#define HDP_BASE__INST6_SEG3                       0
 732#define HDP_BASE__INST6_SEG4                       0
 733
 734#define IOHC0_BASE__INST0_SEG0                     0x00010000
 735#define IOHC0_BASE__INST0_SEG1                     0x02406000
 736#define IOHC0_BASE__INST0_SEG2                     0x04EC0000
 737#define IOHC0_BASE__INST0_SEG3                     0
 738#define IOHC0_BASE__INST0_SEG4                     0
 739
 740#define IOHC0_BASE__INST1_SEG0                     0
 741#define IOHC0_BASE__INST1_SEG1                     0
 742#define IOHC0_BASE__INST1_SEG2                     0
 743#define IOHC0_BASE__INST1_SEG3                     0
 744#define IOHC0_BASE__INST1_SEG4                     0
 745
 746#define IOHC0_BASE__INST2_SEG0                     0
 747#define IOHC0_BASE__INST2_SEG1                     0
 748#define IOHC0_BASE__INST2_SEG2                     0
 749#define IOHC0_BASE__INST2_SEG3                     0
 750#define IOHC0_BASE__INST2_SEG4                     0
 751
 752#define IOHC0_BASE__INST3_SEG0                     0
 753#define IOHC0_BASE__INST3_SEG1                     0
 754#define IOHC0_BASE__INST3_SEG2                     0
 755#define IOHC0_BASE__INST3_SEG3                     0
 756#define IOHC0_BASE__INST3_SEG4                     0
 757
 758#define IOHC0_BASE__INST4_SEG0                     0
 759#define IOHC0_BASE__INST4_SEG1                     0
 760#define IOHC0_BASE__INST4_SEG2                     0
 761#define IOHC0_BASE__INST4_SEG3                     0
 762#define IOHC0_BASE__INST4_SEG4                     0
 763
 764#define IOHC0_BASE__INST5_SEG0                     0
 765#define IOHC0_BASE__INST5_SEG1                     0
 766#define IOHC0_BASE__INST5_SEG2                     0
 767#define IOHC0_BASE__INST5_SEG3                     0
 768#define IOHC0_BASE__INST5_SEG4                     0
 769
 770#define IOHC0_BASE__INST6_SEG0                     0
 771#define IOHC0_BASE__INST6_SEG1                     0
 772#define IOHC0_BASE__INST6_SEG2                     0
 773#define IOHC0_BASE__INST6_SEG3                     0
 774#define IOHC0_BASE__INST6_SEG4                     0
 775
 776#define ISP_BASE__INST0_SEG0                       0x00018000
 777#define ISP_BASE__INST0_SEG1                       0x0240B000
 778#define ISP_BASE__INST0_SEG2                       0
 779#define ISP_BASE__INST0_SEG3                       0
 780#define ISP_BASE__INST0_SEG4                       0
 781
 782#define ISP_BASE__INST1_SEG0                       0
 783#define ISP_BASE__INST1_SEG1                       0
 784#define ISP_BASE__INST1_SEG2                       0
 785#define ISP_BASE__INST1_SEG3                       0
 786#define ISP_BASE__INST1_SEG4                       0
 787
 788#define ISP_BASE__INST2_SEG0                       0
 789#define ISP_BASE__INST2_SEG1                       0
 790#define ISP_BASE__INST2_SEG2                       0
 791#define ISP_BASE__INST2_SEG3                       0
 792#define ISP_BASE__INST2_SEG4                       0
 793
 794#define ISP_BASE__INST3_SEG0                       0
 795#define ISP_BASE__INST3_SEG1                       0
 796#define ISP_BASE__INST3_SEG2                       0
 797#define ISP_BASE__INST3_SEG3                       0
 798#define ISP_BASE__INST3_SEG4                       0
 799
 800#define ISP_BASE__INST4_SEG0                       0
 801#define ISP_BASE__INST4_SEG1                       0
 802#define ISP_BASE__INST4_SEG2                       0
 803#define ISP_BASE__INST4_SEG3                       0
 804#define ISP_BASE__INST4_SEG4                       0
 805
 806#define ISP_BASE__INST5_SEG0                       0
 807#define ISP_BASE__INST5_SEG1                       0
 808#define ISP_BASE__INST5_SEG2                       0
 809#define ISP_BASE__INST5_SEG3                       0
 810#define ISP_BASE__INST5_SEG4                       0
 811
 812#define ISP_BASE__INST6_SEG0                       0
 813#define ISP_BASE__INST6_SEG1                       0
 814#define ISP_BASE__INST6_SEG2                       0
 815#define ISP_BASE__INST6_SEG3                       0
 816#define ISP_BASE__INST6_SEG4                       0
 817
 818#define L2IMU0_BASE__INST0_SEG0                    0x00007DC0
 819#define L2IMU0_BASE__INST0_SEG1                    0x02407000
 820#define L2IMU0_BASE__INST0_SEG2                    0x00900000
 821#define L2IMU0_BASE__INST0_SEG3                    0x04FC0000
 822#define L2IMU0_BASE__INST0_SEG4                    0x055C0000
 823
 824#define L2IMU0_BASE__INST1_SEG0                    0
 825#define L2IMU0_BASE__INST1_SEG1                    0
 826#define L2IMU0_BASE__INST1_SEG2                    0
 827#define L2IMU0_BASE__INST1_SEG3                    0
 828#define L2IMU0_BASE__INST1_SEG4                    0
 829
 830#define L2IMU0_BASE__INST2_SEG0                    0
 831#define L2IMU0_BASE__INST2_SEG1                    0
 832#define L2IMU0_BASE__INST2_SEG2                    0
 833#define L2IMU0_BASE__INST2_SEG3                    0
 834#define L2IMU0_BASE__INST2_SEG4                    0
 835
 836#define L2IMU0_BASE__INST3_SEG0                    0
 837#define L2IMU0_BASE__INST3_SEG1                    0
 838#define L2IMU0_BASE__INST3_SEG2                    0
 839#define L2IMU0_BASE__INST3_SEG3                    0
 840#define L2IMU0_BASE__INST3_SEG4                    0
 841
 842#define L2IMU0_BASE__INST4_SEG0                    0
 843#define L2IMU0_BASE__INST4_SEG1                    0
 844#define L2IMU0_BASE__INST4_SEG2                    0
 845#define L2IMU0_BASE__INST4_SEG3                    0
 846#define L2IMU0_BASE__INST4_SEG4                    0
 847
 848#define L2IMU0_BASE__INST5_SEG0                    0
 849#define L2IMU0_BASE__INST5_SEG1                    0
 850#define L2IMU0_BASE__INST5_SEG2                    0
 851#define L2IMU0_BASE__INST5_SEG3                    0
 852#define L2IMU0_BASE__INST5_SEG4                    0
 853
 854#define L2IMU0_BASE__INST6_SEG0                    0
 855#define L2IMU0_BASE__INST6_SEG1                    0
 856#define L2IMU0_BASE__INST6_SEG2                    0
 857#define L2IMU0_BASE__INST6_SEG3                    0
 858#define L2IMU0_BASE__INST6_SEG4                    0
 859
 860#define MMHUB_BASE__INST0_SEG0                     0x0001A000
 861#define MMHUB_BASE__INST0_SEG1                     0x02408800
 862#define MMHUB_BASE__INST0_SEG2                     0
 863#define MMHUB_BASE__INST0_SEG3                     0
 864#define MMHUB_BASE__INST0_SEG4                     0
 865
 866#define MMHUB_BASE__INST1_SEG0                     0
 867#define MMHUB_BASE__INST1_SEG1                     0
 868#define MMHUB_BASE__INST1_SEG2                     0
 869#define MMHUB_BASE__INST1_SEG3                     0
 870#define MMHUB_BASE__INST1_SEG4                     0
 871
 872#define MMHUB_BASE__INST2_SEG0                     0
 873#define MMHUB_BASE__INST2_SEG1                     0
 874#define MMHUB_BASE__INST2_SEG2                     0
 875#define MMHUB_BASE__INST2_SEG3                     0
 876#define MMHUB_BASE__INST2_SEG4                     0
 877
 878#define MMHUB_BASE__INST3_SEG0                     0
 879#define MMHUB_BASE__INST3_SEG1                     0
 880#define MMHUB_BASE__INST3_SEG2                     0
 881#define MMHUB_BASE__INST3_SEG3                     0
 882#define MMHUB_BASE__INST3_SEG4                     0
 883
 884#define MMHUB_BASE__INST4_SEG0                     0
 885#define MMHUB_BASE__INST4_SEG1                     0
 886#define MMHUB_BASE__INST4_SEG2                     0
 887#define MMHUB_BASE__INST4_SEG3                     0
 888#define MMHUB_BASE__INST4_SEG4                     0
 889
 890#define MMHUB_BASE__INST5_SEG0                     0
 891#define MMHUB_BASE__INST5_SEG1                     0
 892#define MMHUB_BASE__INST5_SEG2                     0
 893#define MMHUB_BASE__INST5_SEG3                     0
 894#define MMHUB_BASE__INST5_SEG4                     0
 895
 896#define MMHUB_BASE__INST6_SEG0                     0
 897#define MMHUB_BASE__INST6_SEG1                     0
 898#define MMHUB_BASE__INST6_SEG2                     0
 899#define MMHUB_BASE__INST6_SEG3                     0
 900#define MMHUB_BASE__INST6_SEG4                     0
 901
 902#define MP0_BASE__INST0_SEG0                       0x00016000
 903#define MP0_BASE__INST0_SEG1                       0x0243FC00
 904#define MP0_BASE__INST0_SEG2                       0x00DC0000
 905#define MP0_BASE__INST0_SEG3                       0x00E00000
 906#define MP0_BASE__INST0_SEG4                       0x00E40000
 907
 908#define MP0_BASE__INST1_SEG0                       0
 909#define MP0_BASE__INST1_SEG1                       0
 910#define MP0_BASE__INST1_SEG2                       0
 911#define MP0_BASE__INST1_SEG3                       0
 912#define MP0_BASE__INST1_SEG4                       0
 913
 914#define MP0_BASE__INST2_SEG0                       0
 915#define MP0_BASE__INST2_SEG1                       0
 916#define MP0_BASE__INST2_SEG2                       0
 917#define MP0_BASE__INST2_SEG3                       0
 918#define MP0_BASE__INST2_SEG4                       0
 919
 920#define MP0_BASE__INST3_SEG0                       0
 921#define MP0_BASE__INST3_SEG1                       0
 922#define MP0_BASE__INST3_SEG2                       0
 923#define MP0_BASE__INST3_SEG3                       0
 924#define MP0_BASE__INST3_SEG4                       0
 925
 926#define MP0_BASE__INST4_SEG0                       0
 927#define MP0_BASE__INST4_SEG1                       0
 928#define MP0_BASE__INST4_SEG2                       0
 929#define MP0_BASE__INST4_SEG3                       0
 930#define MP0_BASE__INST4_SEG4                       0
 931
 932#define MP0_BASE__INST5_SEG0                       0
 933#define MP0_BASE__INST5_SEG1                       0
 934#define MP0_BASE__INST5_SEG2                       0
 935#define MP0_BASE__INST5_SEG3                       0
 936#define MP0_BASE__INST5_SEG4                       0
 937
 938#define MP0_BASE__INST6_SEG0                       0
 939#define MP0_BASE__INST6_SEG1                       0
 940#define MP0_BASE__INST6_SEG2                       0
 941#define MP0_BASE__INST6_SEG3                       0
 942#define MP0_BASE__INST6_SEG4                       0
 943
 944#define MP1_BASE__INST0_SEG0                       0x00016200
 945#define MP1_BASE__INST0_SEG1                       0x02400400
 946#define MP1_BASE__INST0_SEG2                       0x00E80000
 947#define MP1_BASE__INST0_SEG3                       0x00EC0000
 948#define MP1_BASE__INST0_SEG4                       0x00F00000
 949
 950#define MP1_BASE__INST1_SEG0                       0
 951#define MP1_BASE__INST1_SEG1                       0
 952#define MP1_BASE__INST1_SEG2                       0
 953#define MP1_BASE__INST1_SEG3                       0
 954#define MP1_BASE__INST1_SEG4                       0
 955
 956#define MP1_BASE__INST2_SEG0                       0
 957#define MP1_BASE__INST2_SEG1                       0
 958#define MP1_BASE__INST2_SEG2                       0
 959#define MP1_BASE__INST2_SEG3                       0
 960#define MP1_BASE__INST2_SEG4                       0
 961
 962#define MP1_BASE__INST3_SEG0                       0
 963#define MP1_BASE__INST3_SEG1                       0
 964#define MP1_BASE__INST3_SEG2                       0
 965#define MP1_BASE__INST3_SEG3                       0
 966#define MP1_BASE__INST3_SEG4                       0
 967
 968#define MP1_BASE__INST4_SEG0                       0
 969#define MP1_BASE__INST4_SEG1                       0
 970#define MP1_BASE__INST4_SEG2                       0
 971#define MP1_BASE__INST4_SEG3                       0
 972#define MP1_BASE__INST4_SEG4                       0
 973
 974#define MP1_BASE__INST5_SEG0                       0
 975#define MP1_BASE__INST5_SEG1                       0
 976#define MP1_BASE__INST5_SEG2                       0
 977#define MP1_BASE__INST5_SEG3                       0
 978#define MP1_BASE__INST5_SEG4                       0
 979
 980#define MP1_BASE__INST6_SEG0                       0
 981#define MP1_BASE__INST6_SEG1                       0
 982#define MP1_BASE__INST6_SEG2                       0
 983#define MP1_BASE__INST6_SEG3                       0
 984#define MP1_BASE__INST6_SEG4                       0
 985
 986#define NBIF0_BASE__INST0_SEG0                     0x00000000
 987#define NBIF0_BASE__INST0_SEG1                     0x00000014
 988#define NBIF0_BASE__INST0_SEG2                     0x00000D20
 989#define NBIF0_BASE__INST0_SEG3                     0x00010400
 990#define NBIF0_BASE__INST0_SEG4                     0x0241B000
 991
 992#define NBIF0_BASE__INST1_SEG0                     0
 993#define NBIF0_BASE__INST1_SEG1                     0
 994#define NBIF0_BASE__INST1_SEG2                     0
 995#define NBIF0_BASE__INST1_SEG3                     0
 996#define NBIF0_BASE__INST1_SEG4                     0
 997
 998#define NBIF0_BASE__INST2_SEG0                     0
 999#define NBIF0_BASE__INST2_SEG1                     0
1000#define NBIF0_BASE__INST2_SEG2                     0
1001#define NBIF0_BASE__INST2_SEG3                     0
1002#define NBIF0_BASE__INST2_SEG4                     0
1003
1004#define NBIF0_BASE__INST3_SEG0                     0
1005#define NBIF0_BASE__INST3_SEG1                     0
1006#define NBIF0_BASE__INST3_SEG2                     0
1007#define NBIF0_BASE__INST3_SEG3                     0
1008#define NBIF0_BASE__INST3_SEG4                     0
1009
1010#define NBIF0_BASE__INST4_SEG0                     0
1011#define NBIF0_BASE__INST4_SEG1                     0
1012#define NBIF0_BASE__INST4_SEG2                     0
1013#define NBIF0_BASE__INST4_SEG3                     0
1014#define NBIF0_BASE__INST4_SEG4                     0
1015
1016#define NBIF0_BASE__INST5_SEG0                     0
1017#define NBIF0_BASE__INST5_SEG1                     0
1018#define NBIF0_BASE__INST5_SEG2                     0
1019#define NBIF0_BASE__INST5_SEG3                     0
1020#define NBIF0_BASE__INST5_SEG4                     0
1021
1022#define NBIF0_BASE__INST6_SEG0                     0
1023#define NBIF0_BASE__INST6_SEG1                     0
1024#define NBIF0_BASE__INST6_SEG2                     0
1025#define NBIF0_BASE__INST6_SEG3                     0
1026#define NBIF0_BASE__INST6_SEG4                     0
1027
1028#define OSSSYS_BASE__INST0_SEG0                    0x000010A0
1029#define OSSSYS_BASE__INST0_SEG1                    0x0240A000
1030#define OSSSYS_BASE__INST0_SEG2                    0
1031#define OSSSYS_BASE__INST0_SEG3                    0
1032#define OSSSYS_BASE__INST0_SEG4                    0
1033
1034#define OSSSYS_BASE__INST1_SEG0                    0
1035#define OSSSYS_BASE__INST1_SEG1                    0
1036#define OSSSYS_BASE__INST1_SEG2                    0
1037#define OSSSYS_BASE__INST1_SEG3                    0
1038#define OSSSYS_BASE__INST1_SEG4                    0
1039
1040#define OSSSYS_BASE__INST2_SEG0                    0
1041#define OSSSYS_BASE__INST2_SEG1                    0
1042#define OSSSYS_BASE__INST2_SEG2                    0
1043#define OSSSYS_BASE__INST2_SEG3                    0
1044#define OSSSYS_BASE__INST2_SEG4                    0
1045
1046#define OSSSYS_BASE__INST3_SEG0                    0
1047#define OSSSYS_BASE__INST3_SEG1                    0
1048#define OSSSYS_BASE__INST3_SEG2                    0
1049#define OSSSYS_BASE__INST3_SEG3                    0
1050#define OSSSYS_BASE__INST3_SEG4                    0
1051
1052#define OSSSYS_BASE__INST4_SEG0                    0
1053#define OSSSYS_BASE__INST4_SEG1                    0
1054#define OSSSYS_BASE__INST4_SEG2                    0
1055#define OSSSYS_BASE__INST4_SEG3                    0
1056#define OSSSYS_BASE__INST4_SEG4                    0
1057
1058#define OSSSYS_BASE__INST5_SEG0                    0
1059#define OSSSYS_BASE__INST5_SEG1                    0
1060#define OSSSYS_BASE__INST5_SEG2                    0
1061#define OSSSYS_BASE__INST5_SEG3                    0
1062#define OSSSYS_BASE__INST5_SEG4                    0
1063
1064#define OSSSYS_BASE__INST6_SEG0                    0
1065#define OSSSYS_BASE__INST6_SEG1                    0
1066#define OSSSYS_BASE__INST6_SEG2                    0
1067#define OSSSYS_BASE__INST6_SEG3                    0
1068#define OSSSYS_BASE__INST6_SEG4                    0
1069
1070#define PCIE0_BASE__INST0_SEG0                     0x02411800
1071#define PCIE0_BASE__INST0_SEG1                     0x04440000
1072#define PCIE0_BASE__INST0_SEG2                     0
1073#define PCIE0_BASE__INST0_SEG3                     0
1074#define PCIE0_BASE__INST0_SEG4                     0
1075
1076#define PCIE0_BASE__INST1_SEG0                     0
1077#define PCIE0_BASE__INST1_SEG1                     0
1078#define PCIE0_BASE__INST1_SEG2                     0
1079#define PCIE0_BASE__INST1_SEG3                     0
1080#define PCIE0_BASE__INST1_SEG4                     0
1081
1082#define PCIE0_BASE__INST2_SEG0                     0
1083#define PCIE0_BASE__INST2_SEG1                     0
1084#define PCIE0_BASE__INST2_SEG2                     0
1085#define PCIE0_BASE__INST2_SEG3                     0
1086#define PCIE0_BASE__INST2_SEG4                     0
1087
1088#define PCIE0_BASE__INST3_SEG0                     0
1089#define PCIE0_BASE__INST3_SEG1                     0
1090#define PCIE0_BASE__INST3_SEG2                     0
1091#define PCIE0_BASE__INST3_SEG3                     0
1092#define PCIE0_BASE__INST3_SEG4                     0
1093
1094#define PCIE0_BASE__INST4_SEG0                     0
1095#define PCIE0_BASE__INST4_SEG1                     0
1096#define PCIE0_BASE__INST4_SEG2                     0
1097#define PCIE0_BASE__INST4_SEG3                     0
1098#define PCIE0_BASE__INST4_SEG4                     0
1099
1100#define PCIE0_BASE__INST5_SEG0                     0
1101#define PCIE0_BASE__INST5_SEG1                     0
1102#define PCIE0_BASE__INST5_SEG2                     0
1103#define PCIE0_BASE__INST5_SEG3                     0
1104#define PCIE0_BASE__INST5_SEG4                     0
1105
1106#define PCIE0_BASE__INST6_SEG0                     0
1107#define PCIE0_BASE__INST6_SEG1                     0
1108#define PCIE0_BASE__INST6_SEG2                     0
1109#define PCIE0_BASE__INST6_SEG3                     0
1110#define PCIE0_BASE__INST6_SEG4                     0
1111
1112#define SDMA0_BASE__INST0_SEG0                     0x00001260
1113#define SDMA0_BASE__INST0_SEG1                     0x0240A800
1114#define SDMA0_BASE__INST0_SEG2                     0
1115#define SDMA0_BASE__INST0_SEG3                     0
1116#define SDMA0_BASE__INST0_SEG4                     0
1117
1118#define SDMA0_BASE__INST1_SEG0                     0
1119#define SDMA0_BASE__INST1_SEG1                     0
1120#define SDMA0_BASE__INST1_SEG2                     0
1121#define SDMA0_BASE__INST1_SEG3                     0
1122#define SDMA0_BASE__INST1_SEG4                     0
1123
1124#define SDMA0_BASE__INST2_SEG0                     0
1125#define SDMA0_BASE__INST2_SEG1                     0
1126#define SDMA0_BASE__INST2_SEG2                     0
1127#define SDMA0_BASE__INST2_SEG3                     0
1128#define SDMA0_BASE__INST2_SEG4                     0
1129
1130#define SDMA0_BASE__INST3_SEG0                     0
1131#define SDMA0_BASE__INST3_SEG1                     0
1132#define SDMA0_BASE__INST3_SEG2                     0
1133#define SDMA0_BASE__INST3_SEG3                     0
1134#define SDMA0_BASE__INST3_SEG4                     0
1135
1136#define SDMA0_BASE__INST4_SEG0                     0
1137#define SDMA0_BASE__INST4_SEG1                     0
1138#define SDMA0_BASE__INST4_SEG2                     0
1139#define SDMA0_BASE__INST4_SEG3                     0
1140#define SDMA0_BASE__INST4_SEG4                     0
1141
1142#define SDMA0_BASE__INST5_SEG0                     0
1143#define SDMA0_BASE__INST5_SEG1                     0
1144#define SDMA0_BASE__INST5_SEG2                     0
1145#define SDMA0_BASE__INST5_SEG3                     0
1146#define SDMA0_BASE__INST5_SEG4                     0
1147
1148#define SDMA0_BASE__INST6_SEG0                     0
1149#define SDMA0_BASE__INST6_SEG1                     0
1150#define SDMA0_BASE__INST6_SEG2                     0
1151#define SDMA0_BASE__INST6_SEG3                     0
1152#define SDMA0_BASE__INST6_SEG4                     0
1153
1154#define SMUIO_BASE__INST0_SEG0                     0x00016800
1155#define SMUIO_BASE__INST0_SEG1                     0x00016A00
1156#define SMUIO_BASE__INST0_SEG2                     0x02401000
1157#define SMUIO_BASE__INST0_SEG3                     0x00440000
1158#define SMUIO_BASE__INST0_SEG4                     0
1159
1160#define SMUIO_BASE__INST1_SEG0                     0
1161#define SMUIO_BASE__INST1_SEG1                     0
1162#define SMUIO_BASE__INST1_SEG2                     0
1163#define SMUIO_BASE__INST1_SEG3                     0
1164#define SMUIO_BASE__INST1_SEG4                     0
1165
1166#define SMUIO_BASE__INST2_SEG0                     0
1167#define SMUIO_BASE__INST2_SEG1                     0
1168#define SMUIO_BASE__INST2_SEG2                     0
1169#define SMUIO_BASE__INST2_SEG3                     0
1170#define SMUIO_BASE__INST2_SEG4                     0
1171
1172#define SMUIO_BASE__INST3_SEG0                     0
1173#define SMUIO_BASE__INST3_SEG1                     0
1174#define SMUIO_BASE__INST3_SEG2                     0
1175#define SMUIO_BASE__INST3_SEG3                     0
1176#define SMUIO_BASE__INST3_SEG4                     0
1177
1178#define SMUIO_BASE__INST4_SEG0                     0
1179#define SMUIO_BASE__INST4_SEG1                     0
1180#define SMUIO_BASE__INST4_SEG2                     0
1181#define SMUIO_BASE__INST4_SEG3                     0
1182#define SMUIO_BASE__INST4_SEG4                     0
1183
1184#define SMUIO_BASE__INST5_SEG0                     0
1185#define SMUIO_BASE__INST5_SEG1                     0
1186#define SMUIO_BASE__INST5_SEG2                     0
1187#define SMUIO_BASE__INST5_SEG3                     0
1188#define SMUIO_BASE__INST5_SEG4                     0
1189
1190#define SMUIO_BASE__INST6_SEG0                     0
1191#define SMUIO_BASE__INST6_SEG1                     0
1192#define SMUIO_BASE__INST6_SEG2                     0
1193#define SMUIO_BASE__INST6_SEG3                     0
1194#define SMUIO_BASE__INST6_SEG4                     0
1195
1196#define THM_BASE__INST0_SEG0                       0x00016600
1197#define THM_BASE__INST0_SEG1                       0x02400C00
1198#define THM_BASE__INST0_SEG2                       0
1199#define THM_BASE__INST0_SEG3                       0
1200#define THM_BASE__INST0_SEG4                       0
1201
1202#define THM_BASE__INST1_SEG0                       0
1203#define THM_BASE__INST1_SEG1                       0
1204#define THM_BASE__INST1_SEG2                       0
1205#define THM_BASE__INST1_SEG3                       0
1206#define THM_BASE__INST1_SEG4                       0
1207
1208#define THM_BASE__INST2_SEG0                       0
1209#define THM_BASE__INST2_SEG1                       0
1210#define THM_BASE__INST2_SEG2                       0
1211#define THM_BASE__INST2_SEG3                       0
1212#define THM_BASE__INST2_SEG4                       0
1213
1214#define THM_BASE__INST3_SEG0                       0
1215#define THM_BASE__INST3_SEG1                       0
1216#define THM_BASE__INST3_SEG2                       0
1217#define THM_BASE__INST3_SEG3                       0
1218#define THM_BASE__INST3_SEG4                       0
1219
1220#define THM_BASE__INST4_SEG0                       0
1221#define THM_BASE__INST4_SEG1                       0
1222#define THM_BASE__INST4_SEG2                       0
1223#define THM_BASE__INST4_SEG3                       0
1224#define THM_BASE__INST4_SEG4                       0
1225
1226#define THM_BASE__INST5_SEG0                       0
1227#define THM_BASE__INST5_SEG1                       0
1228#define THM_BASE__INST5_SEG2                       0
1229#define THM_BASE__INST5_SEG3                       0
1230#define THM_BASE__INST5_SEG4                       0
1231
1232#define THM_BASE__INST6_SEG0                       0
1233#define THM_BASE__INST6_SEG1                       0
1234#define THM_BASE__INST6_SEG2                       0
1235#define THM_BASE__INST6_SEG3                       0
1236#define THM_BASE__INST6_SEG4                       0
1237
1238#define UMC_BASE__INST0_SEG0                       0x00014000
1239#define UMC_BASE__INST0_SEG1                       0x02425800
1240#define UMC_BASE__INST0_SEG2                       0
1241#define UMC_BASE__INST0_SEG3                       0
1242#define UMC_BASE__INST0_SEG4                       0
1243
1244#define UMC_BASE__INST1_SEG0                       0x00054000
1245#define UMC_BASE__INST1_SEG1                       0x02425C00
1246#define UMC_BASE__INST1_SEG2                       0
1247#define UMC_BASE__INST1_SEG3                       0
1248#define UMC_BASE__INST1_SEG4                       0
1249
1250#define UMC_BASE__INST2_SEG0                       0
1251#define UMC_BASE__INST2_SEG1                       0
1252#define UMC_BASE__INST2_SEG2                       0
1253#define UMC_BASE__INST2_SEG3                       0
1254#define UMC_BASE__INST2_SEG4                       0
1255
1256#define UMC_BASE__INST3_SEG0                       0
1257#define UMC_BASE__INST3_SEG1                       0
1258#define UMC_BASE__INST3_SEG2                       0
1259#define UMC_BASE__INST3_SEG3                       0
1260#define UMC_BASE__INST3_SEG4                       0
1261
1262#define UMC_BASE__INST4_SEG0                       0
1263#define UMC_BASE__INST4_SEG1                       0
1264#define UMC_BASE__INST4_SEG2                       0
1265#define UMC_BASE__INST4_SEG3                       0
1266#define UMC_BASE__INST4_SEG4                       0
1267
1268#define UMC_BASE__INST5_SEG0                       0
1269#define UMC_BASE__INST5_SEG1                       0
1270#define UMC_BASE__INST5_SEG2                       0
1271#define UMC_BASE__INST5_SEG3                       0
1272#define UMC_BASE__INST5_SEG4                       0
1273
1274#define UMC_BASE__INST6_SEG0                       0
1275#define UMC_BASE__INST6_SEG1                       0
1276#define UMC_BASE__INST6_SEG2                       0
1277#define UMC_BASE__INST6_SEG3                       0
1278#define UMC_BASE__INST6_SEG4                       0
1279
1280#define USB0_BASE__INST0_SEG0                      0x0242A800
1281#define USB0_BASE__INST0_SEG1                      0x05B00000
1282#define USB0_BASE__INST0_SEG2                      0
1283#define USB0_BASE__INST0_SEG3                      0
1284#define USB0_BASE__INST0_SEG4                      0
1285
1286#define USB0_BASE__INST1_SEG0                      0
1287#define USB0_BASE__INST1_SEG1                      0
1288#define USB0_BASE__INST1_SEG2                      0
1289#define USB0_BASE__INST1_SEG3                      0
1290#define USB0_BASE__INST1_SEG4                      0
1291
1292#define USB0_BASE__INST2_SEG0                      0
1293#define USB0_BASE__INST2_SEG1                      0
1294#define USB0_BASE__INST2_SEG2                      0
1295#define USB0_BASE__INST2_SEG3                      0
1296#define USB0_BASE__INST2_SEG4                      0
1297
1298#define USB0_BASE__INST3_SEG0                      0
1299#define USB0_BASE__INST3_SEG1                      0
1300#define USB0_BASE__INST3_SEG2                      0
1301#define USB0_BASE__INST3_SEG3                      0
1302#define USB0_BASE__INST3_SEG4                      0
1303
1304#define USB0_BASE__INST4_SEG0                      0
1305#define USB0_BASE__INST4_SEG1                      0
1306#define USB0_BASE__INST4_SEG2                      0
1307#define USB0_BASE__INST4_SEG3                      0
1308#define USB0_BASE__INST4_SEG4                      0
1309
1310#define USB0_BASE__INST5_SEG0                      0
1311#define USB0_BASE__INST5_SEG1                      0
1312#define USB0_BASE__INST5_SEG2                      0
1313#define USB0_BASE__INST5_SEG3                      0
1314#define USB0_BASE__INST5_SEG4                      0
1315
1316#define USB0_BASE__INST6_SEG0                      0
1317#define USB0_BASE__INST6_SEG1                      0
1318#define USB0_BASE__INST6_SEG2                      0
1319#define USB0_BASE__INST6_SEG3                      0
1320#define USB0_BASE__INST6_SEG4                      0
1321
1322#define UVD0_BASE__INST0_SEG0                      0x00007800
1323#define UVD0_BASE__INST0_SEG1                      0x00007E00
1324#define UVD0_BASE__INST0_SEG2                      0x02403000
1325#define UVD0_BASE__INST0_SEG3                      0
1326#define UVD0_BASE__INST0_SEG4                      0
1327
1328#define UVD0_BASE__INST1_SEG0                      0
1329#define UVD0_BASE__INST1_SEG1                      0
1330#define UVD0_BASE__INST1_SEG2                      0
1331#define UVD0_BASE__INST1_SEG3                      0
1332#define UVD0_BASE__INST1_SEG4                      0
1333
1334#define UVD0_BASE__INST2_SEG0                      0
1335#define UVD0_BASE__INST2_SEG1                      0
1336#define UVD0_BASE__INST2_SEG2                      0
1337#define UVD0_BASE__INST2_SEG3                      0
1338#define UVD0_BASE__INST2_SEG4                      0
1339
1340#define UVD0_BASE__INST3_SEG0                      0
1341#define UVD0_BASE__INST3_SEG1                      0
1342#define UVD0_BASE__INST3_SEG2                      0
1343#define UVD0_BASE__INST3_SEG3                      0
1344#define UVD0_BASE__INST3_SEG4                      0
1345
1346#define UVD0_BASE__INST4_SEG0                      0
1347#define UVD0_BASE__INST4_SEG1                      0
1348#define UVD0_BASE__INST4_SEG2                      0
1349#define UVD0_BASE__INST4_SEG3                      0
1350#define UVD0_BASE__INST4_SEG4                      0
1351
1352#define UVD0_BASE__INST5_SEG0                      0
1353#define UVD0_BASE__INST5_SEG1                      0
1354#define UVD0_BASE__INST5_SEG2                      0
1355#define UVD0_BASE__INST5_SEG3                      0
1356#define UVD0_BASE__INST5_SEG4                      0
1357
1358#define UVD0_BASE__INST6_SEG0                      0
1359#define UVD0_BASE__INST6_SEG1                      0
1360#define UVD0_BASE__INST6_SEG2                      0
1361#define UVD0_BASE__INST6_SEG3                      0
1362#define UVD0_BASE__INST6_SEG4                      0
1363
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1364#endif