Varun Wadekar | cd5a2f5 | 2015-09-20 15:08:22 +0530 | [diff] [blame] | 1 | /* |
Varun Wadekar | 13e7dc4 | 2015-12-30 15:15:08 -0800 | [diff] [blame] | 2 | * Copyright (c) 2015-2016, ARM Limited and Contributors. All rights reserved. |
Varun Wadekar | cd5a2f5 | 2015-09-20 15:08:22 +0530 | [diff] [blame] | 3 | * |
| 4 | * Redistribution and use in source and binary forms, with or without |
| 5 | * modification, are permitted provided that the following conditions are met: |
| 6 | * |
| 7 | * Redistributions of source code must retain the above copyright notice, this |
| 8 | * list of conditions and the following disclaimer. |
| 9 | * |
| 10 | * Redistributions in binary form must reproduce the above copyright notice, |
| 11 | * this list of conditions and the following disclaimer in the documentation |
| 12 | * and/or other materials provided with the distribution. |
| 13 | * |
| 14 | * Neither the name of ARM nor the names of its contributors may be used |
| 15 | * to endorse or promote products derived from this software without specific |
| 16 | * prior written permission. |
| 17 | * |
| 18 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 19 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 20 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 21 | * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
| 22 | * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 23 | * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 24 | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 25 | * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 26 | * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 27 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 28 | * POSSIBILITY OF SUCH DAMAGE. |
| 29 | */ |
| 30 | |
| 31 | #ifndef __MEMCTRLV2_H__ |
| 32 | #define __MEMCTRLV2_H__ |
| 33 | |
Varun Wadekar | cd5a2f5 | 2015-09-20 15:08:22 +0530 | [diff] [blame] | 34 | #include <tegra_def.h> |
| 35 | |
| 36 | /******************************************************************************* |
| 37 | * StreamID to indicate no SMMU translations (requests to be steered on the |
| 38 | * SMMU bypass path) |
| 39 | ******************************************************************************/ |
| 40 | #define MC_STREAM_ID_MAX 0x7F |
| 41 | |
| 42 | /******************************************************************************* |
| 43 | * Stream ID Override Config registers |
| 44 | ******************************************************************************/ |
| 45 | #define MC_STREAMID_OVERRIDE_CFG_PTCR 0x0 |
| 46 | #define MC_STREAMID_OVERRIDE_CFG_AFIR 0x70 |
| 47 | #define MC_STREAMID_OVERRIDE_CFG_HDAR 0xA8 |
| 48 | #define MC_STREAMID_OVERRIDE_CFG_HOST1XDMAR 0xB0 |
| 49 | #define MC_STREAMID_OVERRIDE_CFG_NVENCSRD 0xE0 |
| 50 | #define MC_STREAMID_OVERRIDE_CFG_SATAR 0xF8 |
| 51 | #define MC_STREAMID_OVERRIDE_CFG_MPCORER 0x138 |
| 52 | #define MC_STREAMID_OVERRIDE_CFG_NVENCSWR 0x158 |
| 53 | #define MC_STREAMID_OVERRIDE_CFG_AFIW 0x188 |
| 54 | #define MC_STREAMID_OVERRIDE_CFG_SATAW 0x1E8 |
| 55 | #define MC_STREAMID_OVERRIDE_CFG_MPCOREW 0x1C8 |
| 56 | #define MC_STREAMID_OVERRIDE_CFG_SATAW 0x1E8 |
| 57 | #define MC_STREAMID_OVERRIDE_CFG_HDAW 0x1A8 |
| 58 | #define MC_STREAMID_OVERRIDE_CFG_ISPRA 0x220 |
| 59 | #define MC_STREAMID_OVERRIDE_CFG_ISPWA 0x230 |
| 60 | #define MC_STREAMID_OVERRIDE_CFG_ISPWB 0x238 |
| 61 | #define MC_STREAMID_OVERRIDE_CFG_XUSB_HOSTR 0x250 |
| 62 | #define MC_STREAMID_OVERRIDE_CFG_XUSB_HOSTW 0x258 |
| 63 | #define MC_STREAMID_OVERRIDE_CFG_XUSB_DEVR 0x260 |
| 64 | #define MC_STREAMID_OVERRIDE_CFG_XUSB_DEVW 0x268 |
| 65 | #define MC_STREAMID_OVERRIDE_CFG_TSECSRD 0x2A0 |
| 66 | #define MC_STREAMID_OVERRIDE_CFG_TSECSWR 0x2A8 |
| 67 | #define MC_STREAMID_OVERRIDE_CFG_GPUSRD 0x2C0 |
| 68 | #define MC_STREAMID_OVERRIDE_CFG_GPUSWR 0x2C8 |
| 69 | #define MC_STREAMID_OVERRIDE_CFG_SDMMCRA 0x300 |
| 70 | #define MC_STREAMID_OVERRIDE_CFG_SDMMCRAA 0x308 |
| 71 | #define MC_STREAMID_OVERRIDE_CFG_SDMMCR 0x310 |
| 72 | #define MC_STREAMID_OVERRIDE_CFG_SDMMCRAB 0x318 |
| 73 | #define MC_STREAMID_OVERRIDE_CFG_SDMMCWA 0x320 |
| 74 | #define MC_STREAMID_OVERRIDE_CFG_SDMMCWAA 0x328 |
| 75 | #define MC_STREAMID_OVERRIDE_CFG_SDMMCW 0x330 |
| 76 | #define MC_STREAMID_OVERRIDE_CFG_SDMMCWAB 0x338 |
| 77 | #define MC_STREAMID_OVERRIDE_CFG_VICSRD 0x360 |
| 78 | #define MC_STREAMID_OVERRIDE_CFG_VICSWR 0x368 |
| 79 | #define MC_STREAMID_OVERRIDE_CFG_VIW 0x390 |
| 80 | #define MC_STREAMID_OVERRIDE_CFG_NVDECSRD 0x3C0 |
| 81 | #define MC_STREAMID_OVERRIDE_CFG_NVDECSWR 0x3C8 |
| 82 | #define MC_STREAMID_OVERRIDE_CFG_APER 0x3D0 |
| 83 | #define MC_STREAMID_OVERRIDE_CFG_APEW 0x3D8 |
| 84 | #define MC_STREAMID_OVERRIDE_CFG_NVJPGSRD 0x3F0 |
| 85 | #define MC_STREAMID_OVERRIDE_CFG_NVJPGSWR 0x3F8 |
| 86 | #define MC_STREAMID_OVERRIDE_CFG_SESRD 0x400 |
| 87 | #define MC_STREAMID_OVERRIDE_CFG_SESWR 0x408 |
| 88 | #define MC_STREAMID_OVERRIDE_CFG_ETRR 0x420 |
| 89 | #define MC_STREAMID_OVERRIDE_CFG_ETRW 0x428 |
| 90 | #define MC_STREAMID_OVERRIDE_CFG_TSECSRDB 0x430 |
| 91 | #define MC_STREAMID_OVERRIDE_CFG_TSECSWRB 0x438 |
| 92 | #define MC_STREAMID_OVERRIDE_CFG_GPUSRD2 0x440 |
| 93 | #define MC_STREAMID_OVERRIDE_CFG_GPUSWR2 0x448 |
| 94 | #define MC_STREAMID_OVERRIDE_CFG_AXISR 0x460 |
| 95 | #define MC_STREAMID_OVERRIDE_CFG_AXISW 0x468 |
| 96 | #define MC_STREAMID_OVERRIDE_CFG_EQOSR 0x470 |
| 97 | #define MC_STREAMID_OVERRIDE_CFG_EQOSW 0x478 |
| 98 | #define MC_STREAMID_OVERRIDE_CFG_UFSHCR 0x480 |
| 99 | #define MC_STREAMID_OVERRIDE_CFG_UFSHCW 0x488 |
| 100 | #define MC_STREAMID_OVERRIDE_CFG_NVDISPLAYR 0x490 |
| 101 | #define MC_STREAMID_OVERRIDE_CFG_BPMPR 0x498 |
| 102 | #define MC_STREAMID_OVERRIDE_CFG_BPMPW 0x4A0 |
| 103 | #define MC_STREAMID_OVERRIDE_CFG_BPMPDMAR 0x4A8 |
| 104 | #define MC_STREAMID_OVERRIDE_CFG_BPMPDMAW 0x4B0 |
| 105 | #define MC_STREAMID_OVERRIDE_CFG_AONR 0x4B8 |
| 106 | #define MC_STREAMID_OVERRIDE_CFG_AONW 0x4C0 |
| 107 | #define MC_STREAMID_OVERRIDE_CFG_AONDMAR 0x4C8 |
| 108 | #define MC_STREAMID_OVERRIDE_CFG_AONDMAW 0x4D0 |
| 109 | #define MC_STREAMID_OVERRIDE_CFG_SCER 0x4D8 |
| 110 | #define MC_STREAMID_OVERRIDE_CFG_SCEW 0x4E0 |
| 111 | #define MC_STREAMID_OVERRIDE_CFG_SCEDMAR 0x4E8 |
| 112 | #define MC_STREAMID_OVERRIDE_CFG_SCEDMAW 0x4F0 |
| 113 | #define MC_STREAMID_OVERRIDE_CFG_APEDMAR 0x4F8 |
| 114 | #define MC_STREAMID_OVERRIDE_CFG_APEDMAW 0x500 |
| 115 | #define MC_STREAMID_OVERRIDE_CFG_NVDISPLAYR1 0x508 |
| 116 | #define MC_STREAMID_OVERRIDE_CFG_VICSRD1 0x510 |
| 117 | #define MC_STREAMID_OVERRIDE_CFG_NVDECSRD1 0x518 |
| 118 | |
| 119 | /******************************************************************************* |
| 120 | * Stream ID Security Config registers |
| 121 | ******************************************************************************/ |
| 122 | #define MC_STREAMID_SECURITY_CFG_PTCR 0x4 |
| 123 | #define MC_STREAMID_SECURITY_CFG_AFIR 0x74 |
| 124 | #define MC_STREAMID_SECURITY_CFG_HDAR 0xAC |
| 125 | #define MC_STREAMID_SECURITY_CFG_HOST1XDMAR 0xB4 |
| 126 | #define MC_STREAMID_SECURITY_CFG_NVENCSRD 0xE4 |
| 127 | #define MC_STREAMID_SECURITY_CFG_SATAR 0xFC |
| 128 | #define MC_STREAMID_SECURITY_CFG_HDAW 0x1AC |
| 129 | #define MC_STREAMID_SECURITY_CFG_MPCORER 0x13C |
| 130 | #define MC_STREAMID_SECURITY_CFG_NVENCSWR 0x15C |
| 131 | #define MC_STREAMID_SECURITY_CFG_AFIW 0x18C |
| 132 | #define MC_STREAMID_SECURITY_CFG_MPCOREW 0x1CC |
| 133 | #define MC_STREAMID_SECURITY_CFG_SATAW 0x1EC |
| 134 | #define MC_STREAMID_SECURITY_CFG_ISPRA 0x224 |
| 135 | #define MC_STREAMID_SECURITY_CFG_ISPWA 0x234 |
| 136 | #define MC_STREAMID_SECURITY_CFG_ISPWB 0x23C |
| 137 | #define MC_STREAMID_SECURITY_CFG_XUSB_HOSTR 0x254 |
| 138 | #define MC_STREAMID_SECURITY_CFG_XUSB_HOSTW 0x25C |
| 139 | #define MC_STREAMID_SECURITY_CFG_XUSB_DEVR 0x264 |
| 140 | #define MC_STREAMID_SECURITY_CFG_XUSB_DEVW 0x26C |
| 141 | #define MC_STREAMID_SECURITY_CFG_TSECSRD 0x2A4 |
| 142 | #define MC_STREAMID_SECURITY_CFG_TSECSWR 0x2AC |
| 143 | #define MC_STREAMID_SECURITY_CFG_GPUSRD 0x2C4 |
| 144 | #define MC_STREAMID_SECURITY_CFG_GPUSWR 0x2CC |
| 145 | #define MC_STREAMID_SECURITY_CFG_SDMMCRA 0x304 |
| 146 | #define MC_STREAMID_SECURITY_CFG_SDMMCRAA 0x30C |
| 147 | #define MC_STREAMID_SECURITY_CFG_SDMMCR 0x314 |
| 148 | #define MC_STREAMID_SECURITY_CFG_SDMMCRAB 0x31C |
| 149 | #define MC_STREAMID_SECURITY_CFG_SDMMCWA 0x324 |
| 150 | #define MC_STREAMID_SECURITY_CFG_SDMMCWAA 0x32C |
| 151 | #define MC_STREAMID_SECURITY_CFG_SDMMCW 0x334 |
| 152 | #define MC_STREAMID_SECURITY_CFG_SDMMCWAB 0x33C |
| 153 | #define MC_STREAMID_SECURITY_CFG_VICSRD 0x364 |
| 154 | #define MC_STREAMID_SECURITY_CFG_VICSWR 0x36C |
| 155 | #define MC_STREAMID_SECURITY_CFG_VIW 0x394 |
| 156 | #define MC_STREAMID_SECURITY_CFG_NVDECSRD 0x3C4 |
| 157 | #define MC_STREAMID_SECURITY_CFG_NVDECSWR 0x3CC |
| 158 | #define MC_STREAMID_SECURITY_CFG_APER 0x3D4 |
| 159 | #define MC_STREAMID_SECURITY_CFG_APEW 0x3DC |
| 160 | #define MC_STREAMID_SECURITY_CFG_NVJPGSRD 0x3F4 |
| 161 | #define MC_STREAMID_SECURITY_CFG_NVJPGSWR 0x3FC |
| 162 | #define MC_STREAMID_SECURITY_CFG_SESRD 0x404 |
| 163 | #define MC_STREAMID_SECURITY_CFG_SESWR 0x40C |
| 164 | #define MC_STREAMID_SECURITY_CFG_ETRR 0x424 |
| 165 | #define MC_STREAMID_SECURITY_CFG_ETRW 0x42C |
| 166 | #define MC_STREAMID_SECURITY_CFG_TSECSRDB 0x434 |
| 167 | #define MC_STREAMID_SECURITY_CFG_TSECSWRB 0x43C |
| 168 | #define MC_STREAMID_SECURITY_CFG_GPUSRD2 0x444 |
| 169 | #define MC_STREAMID_SECURITY_CFG_GPUSWR2 0x44C |
| 170 | #define MC_STREAMID_SECURITY_CFG_AXISR 0x464 |
| 171 | #define MC_STREAMID_SECURITY_CFG_AXISW 0x46C |
| 172 | #define MC_STREAMID_SECURITY_CFG_EQOSR 0x474 |
| 173 | #define MC_STREAMID_SECURITY_CFG_EQOSW 0x47C |
| 174 | #define MC_STREAMID_SECURITY_CFG_UFSHCR 0x484 |
| 175 | #define MC_STREAMID_SECURITY_CFG_UFSHCW 0x48C |
| 176 | #define MC_STREAMID_SECURITY_CFG_NVDISPLAYR 0x494 |
| 177 | #define MC_STREAMID_SECURITY_CFG_BPMPR 0x49C |
| 178 | #define MC_STREAMID_SECURITY_CFG_BPMPW 0x4A4 |
| 179 | #define MC_STREAMID_SECURITY_CFG_BPMPDMAR 0x4AC |
| 180 | #define MC_STREAMID_SECURITY_CFG_BPMPDMAW 0x4B4 |
| 181 | #define MC_STREAMID_SECURITY_CFG_AONR 0x4BC |
| 182 | #define MC_STREAMID_SECURITY_CFG_AONW 0x4C4 |
| 183 | #define MC_STREAMID_SECURITY_CFG_AONDMAR 0x4CC |
| 184 | #define MC_STREAMID_SECURITY_CFG_AONDMAW 0x4D4 |
| 185 | #define MC_STREAMID_SECURITY_CFG_SCER 0x4DC |
| 186 | #define MC_STREAMID_SECURITY_CFG_SCEW 0x4E4 |
| 187 | #define MC_STREAMID_SECURITY_CFG_SCEDMAR 0x4EC |
| 188 | #define MC_STREAMID_SECURITY_CFG_SCEDMAW 0x4F4 |
| 189 | #define MC_STREAMID_SECURITY_CFG_APEDMAR 0x4FC |
| 190 | #define MC_STREAMID_SECURITY_CFG_APEDMAW 0x504 |
| 191 | #define MC_STREAMID_SECURITY_CFG_NVDISPLAYR1 0x50C |
| 192 | #define MC_STREAMID_SECURITY_CFG_VICSRD1 0x514 |
| 193 | #define MC_STREAMID_SECURITY_CFG_NVDECSRD1 0x51C |
| 194 | |
| 195 | /******************************************************************************* |
| 196 | * Memory Controller SMMU Bypass config register |
| 197 | ******************************************************************************/ |
| 198 | #define MC_SMMU_BYPASS_CONFIG 0x1820 |
| 199 | #define MC_SMMU_BYPASS_CTRL_MASK 0x3 |
| 200 | #define MC_SMMU_BYPASS_CTRL_SHIFT 0 |
| 201 | #define MC_SMMU_CTRL_TBU_BYPASS_ALL (0 << MC_SMMU_BYPASS_CTRL_SHIFT) |
| 202 | #define MC_SMMU_CTRL_TBU_RSVD (1 << MC_SMMU_BYPASS_CTRL_SHIFT) |
| 203 | #define MC_SMMU_CTRL_TBU_BYPASS_SPL_STREAMID (2 << MC_SMMU_BYPASS_CTRL_SHIFT) |
| 204 | #define MC_SMMU_CTRL_TBU_BYPASS_NONE (3 << MC_SMMU_BYPASS_CTRL_SHIFT) |
| 205 | #define MC_SMMU_BYPASS_CONFIG_WRITE_ACCESS_BIT (1 << 31) |
| 206 | #define MC_SMMU_BYPASS_CONFIG_SETTINGS (MC_SMMU_BYPASS_CONFIG_WRITE_ACCESS_BIT | \ |
| 207 | MC_SMMU_CTRL_TBU_BYPASS_SPL_STREAMID) |
| 208 | |
| 209 | /******************************************************************************* |
Varun Wadekar | c9ac3e4 | 2016-02-17 15:07:49 -0800 | [diff] [blame] | 210 | * Memory Controller transaction override config registers |
| 211 | ******************************************************************************/ |
| 212 | #define MC_TXN_OVERRIDE_CONFIG_HDAR 0x10a8 |
| 213 | #define MC_TXN_OVERRIDE_CONFIG_BPMPW 0x14a0 |
| 214 | #define MC_TXN_OVERRIDE_CONFIG_PTCR 0x1000 |
| 215 | #define MC_TXN_OVERRIDE_CONFIG_NVDISPLAYR 0x1490 |
| 216 | #define MC_TXN_OVERRIDE_CONFIG_EQOSW 0x1478 |
| 217 | #define MC_TXN_OVERRIDE_CONFIG_NVJPGSWR 0x13f8 |
| 218 | #define MC_TXN_OVERRIDE_CONFIG_ISPRA 0x1220 |
| 219 | #define MC_TXN_OVERRIDE_CONFIG_SDMMCWAA 0x1328 |
| 220 | #define MC_TXN_OVERRIDE_CONFIG_VICSRD 0x1360 |
| 221 | #define MC_TXN_OVERRIDE_CONFIG_MPCOREW 0x11c8 |
| 222 | #define MC_TXN_OVERRIDE_CONFIG_GPUSRD 0x12c0 |
| 223 | #define MC_TXN_OVERRIDE_CONFIG_AXISR 0x1460 |
| 224 | #define MC_TXN_OVERRIDE_CONFIG_SCEDMAW 0x14f0 |
| 225 | #define MC_TXN_OVERRIDE_CONFIG_SDMMCW 0x1330 |
| 226 | #define MC_TXN_OVERRIDE_CONFIG_EQOSR 0x1470 |
| 227 | #define MC_TXN_OVERRIDE_CONFIG_APEDMAR 0x14f8 |
| 228 | #define MC_TXN_OVERRIDE_CONFIG_NVENCSRD 0x10e0 |
| 229 | #define MC_TXN_OVERRIDE_CONFIG_SDMMCRAB 0x1318 |
| 230 | #define MC_TXN_OVERRIDE_CONFIG_VICSRD1 0x1510 |
| 231 | #define MC_TXN_OVERRIDE_CONFIG_BPMPDMAR 0x14a8 |
| 232 | #define MC_TXN_OVERRIDE_CONFIG_VIW 0x1390 |
| 233 | #define MC_TXN_OVERRIDE_CONFIG_SDMMCRAA 0x1308 |
| 234 | #define MC_TXN_OVERRIDE_CONFIG_AXISW 0x1468 |
| 235 | #define MC_TXN_OVERRIDE_CONFIG_XUSB_DEVR 0x1260 |
| 236 | #define MC_TXN_OVERRIDE_CONFIG_UFSHCR 0x1480 |
| 237 | #define MC_TXN_OVERRIDE_CONFIG_TSECSWR 0x12a8 |
| 238 | #define MC_TXN_OVERRIDE_CONFIG_GPUSWR 0x12c8 |
| 239 | #define MC_TXN_OVERRIDE_CONFIG_SATAR 0x10f8 |
| 240 | #define MC_TXN_OVERRIDE_CONFIG_XUSB_HOSTW 0x1258 |
| 241 | #define MC_TXN_OVERRIDE_CONFIG_TSECSWRB 0x1438 |
| 242 | #define MC_TXN_OVERRIDE_CONFIG_GPUSRD2 0x1440 |
| 243 | #define MC_TXN_OVERRIDE_CONFIG_SCEDMAR 0x14e8 |
| 244 | #define MC_TXN_OVERRIDE_CONFIG_GPUSWR2 0x1448 |
| 245 | #define MC_TXN_OVERRIDE_CONFIG_AONDMAW 0x14d0 |
| 246 | #define MC_TXN_OVERRIDE_CONFIG_APEDMAW 0x1500 |
| 247 | #define MC_TXN_OVERRIDE_CONFIG_AONW 0x14c0 |
| 248 | #define MC_TXN_OVERRIDE_CONFIG_HOST1XDMAR 0x10b0 |
| 249 | #define MC_TXN_OVERRIDE_CONFIG_ETRR 0x1420 |
| 250 | #define MC_TXN_OVERRIDE_CONFIG_SESWR 0x1408 |
| 251 | #define MC_TXN_OVERRIDE_CONFIG_NVJPGSRD 0x13f0 |
| 252 | #define MC_TXN_OVERRIDE_CONFIG_NVDECSRD 0x13c0 |
| 253 | #define MC_TXN_OVERRIDE_CONFIG_TSECSRDB 0x1430 |
| 254 | #define MC_TXN_OVERRIDE_CONFIG_BPMPDMAW 0x14b0 |
| 255 | #define MC_TXN_OVERRIDE_CONFIG_APER 0x13d0 |
| 256 | #define MC_TXN_OVERRIDE_CONFIG_NVDECSRD1 0x1518 |
| 257 | #define MC_TXN_OVERRIDE_CONFIG_XUSB_HOSTR 0x1250 |
| 258 | #define MC_TXN_OVERRIDE_CONFIG_ISPWA 0x1230 |
| 259 | #define MC_TXN_OVERRIDE_CONFIG_SESRD 0x1400 |
| 260 | #define MC_TXN_OVERRIDE_CONFIG_SCER 0x14d8 |
| 261 | #define MC_TXN_OVERRIDE_CONFIG_AONR 0x14b8 |
| 262 | #define MC_TXN_OVERRIDE_CONFIG_MPCORER 0x1138 |
| 263 | #define MC_TXN_OVERRIDE_CONFIG_SDMMCWA 0x1320 |
| 264 | #define MC_TXN_OVERRIDE_CONFIG_HDAW 0x11a8 |
| 265 | #define MC_TXN_OVERRIDE_CONFIG_NVDECSWR 0x13c8 |
| 266 | #define MC_TXN_OVERRIDE_CONFIG_UFSHCW 0x1488 |
| 267 | #define MC_TXN_OVERRIDE_CONFIG_AONDMAR 0x14c8 |
| 268 | #define MC_TXN_OVERRIDE_CONFIG_SATAW 0x11e8 |
| 269 | #define MC_TXN_OVERRIDE_CONFIG_ETRW 0x1428 |
| 270 | #define MC_TXN_OVERRIDE_CONFIG_VICSWR 0x1368 |
| 271 | #define MC_TXN_OVERRIDE_CONFIG_NVENCSWR 0x1158 |
| 272 | #define MC_TXN_OVERRIDE_CONFIG_AFIR 0x1070 |
| 273 | #define MC_TXN_OVERRIDE_CONFIG_SDMMCWAB 0x1338 |
| 274 | #define MC_TXN_OVERRIDE_CONFIG_SDMMCRA 0x1300 |
| 275 | #define MC_TXN_OVERRIDE_CONFIG_NVDISPLAYR1 0x1508 |
| 276 | #define MC_TXN_OVERRIDE_CONFIG_ISPWB 0x1238 |
| 277 | #define MC_TXN_OVERRIDE_CONFIG_BPMPR 0x1498 |
| 278 | #define MC_TXN_OVERRIDE_CONFIG_APEW 0x13d8 |
| 279 | #define MC_TXN_OVERRIDE_CONFIG_SDMMCR 0x1310 |
| 280 | #define MC_TXN_OVERRIDE_CONFIG_XUSB_DEVW 0x1268 |
| 281 | #define MC_TXN_OVERRIDE_CONFIG_TSECSRD 0x12a0 |
| 282 | #define MC_TXN_OVERRIDE_CONFIG_AFIW 0x1188 |
| 283 | #define MC_TXN_OVERRIDE_CONFIG_SCEW 0x14e0 |
| 284 | |
Varun Wadekar | a0f2697 | 2016-03-11 17:18:51 -0800 | [diff] [blame] | 285 | #define MC_TXN_OVERRIDE_CONFIG_AXID_OVERRIDE_CGID (1 << 0) |
| 286 | #define MC_TXN_OVERRIDE_CONFIG_COH_PATH_OVERRIDE_SO_DEV (2 << 4) |
| 287 | #define MC_TXN_OVERRIDE_CONFIG_AXID_OVERRIDE_SO_DEV_CGID_SO_DEV_CLIENT (1 << 12) |
| 288 | |
Varun Wadekar | c9ac3e4 | 2016-02-17 15:07:49 -0800 | [diff] [blame] | 289 | /******************************************************************************* |
| 290 | * Non-SO_DEV transactions override values for CGID_TAG bitfield for the |
| 291 | * MC_TXN_OVERRIDE_CONFIG_{module} registers |
| 292 | ******************************************************************************/ |
| 293 | #define MC_TXN_OVERRIDE_CGID_TAG_DEFAULT 0 |
| 294 | #define MC_TXN_OVERRIDE_CGID_TAG_CLIENT_AXI_ID 1 |
| 295 | #define MC_TXN_OVERRIDE_CGID_TAG_ZERO 2 |
| 296 | #define MC_TXN_OVERRIDE_CGID_TAG_ADR 3 |
| 297 | #define MC_TXN_OVERRIDE_CGID_TAG_MASK 3 |
| 298 | |
Varun Wadekar | 93bed2a | 2016-03-18 13:07:33 -0700 | [diff] [blame] | 299 | #ifndef __ASSEMBLY__ |
| 300 | |
Varun Wadekar | 66ff012 | 2016-04-26 11:34:54 -0700 | [diff] [blame] | 301 | #include <sys/types.h> |
| 302 | |
Varun Wadekar | c9ac3e4 | 2016-02-17 15:07:49 -0800 | [diff] [blame] | 303 | /******************************************************************************* |
| 304 | * Structure to hold the transaction override settings to use to override |
| 305 | * client inputs |
| 306 | ******************************************************************************/ |
| 307 | typedef struct mc_txn_override_cfg { |
| 308 | uint32_t offset; |
| 309 | uint8_t cgid_tag; |
| 310 | } mc_txn_override_cfg_t; |
| 311 | |
| 312 | #define mc_make_txn_override_cfg(off, val) \ |
| 313 | { \ |
| 314 | .offset = MC_TXN_OVERRIDE_CONFIG_ ## off, \ |
| 315 | .cgid_tag = MC_TXN_OVERRIDE_ ## val \ |
| 316 | } |
| 317 | |
| 318 | /******************************************************************************* |
Varun Wadekar | cd5a2f5 | 2015-09-20 15:08:22 +0530 | [diff] [blame] | 319 | * Structure to hold the Stream ID to use to override client inputs |
| 320 | ******************************************************************************/ |
| 321 | typedef struct mc_streamid_override_cfg { |
| 322 | uint32_t offset; |
| 323 | uint8_t stream_id; |
| 324 | } mc_streamid_override_cfg_t; |
| 325 | |
| 326 | /******************************************************************************* |
| 327 | * Structure to hold the Stream ID Security Configuration settings |
| 328 | ******************************************************************************/ |
| 329 | typedef struct mc_streamid_security_cfg { |
| 330 | char *name; |
| 331 | uint32_t offset; |
| 332 | int override_enable; |
| 333 | int override_client_inputs; |
| 334 | int override_client_ns_flag; |
| 335 | } mc_streamid_security_cfg_t; |
| 336 | |
Varun Wadekar | a0f2697 | 2016-03-11 17:18:51 -0800 | [diff] [blame] | 337 | #define OVERRIDE_DISABLE 1 |
| 338 | #define OVERRIDE_ENABLE 0 |
| 339 | #define CLIENT_FLAG_SECURE 0 |
| 340 | #define CLIENT_FLAG_NON_SECURE 1 |
| 341 | #define CLIENT_INPUTS_OVERRIDE 1 |
| 342 | #define CLIENT_INPUTS_NO_OVERRIDE 0 |
Varun Wadekar | cd5a2f5 | 2015-09-20 15:08:22 +0530 | [diff] [blame] | 343 | |
| 344 | #define mc_make_sec_cfg(off, ns, ovrrd, access) \ |
| 345 | { \ |
| 346 | .name = # off, \ |
| 347 | .offset = MC_STREAMID_SECURITY_CFG_ ## off, \ |
| 348 | .override_client_ns_flag = CLIENT_FLAG_ ## ns, \ |
| 349 | .override_client_inputs = CLIENT_INPUTS_ ## ovrrd, \ |
| 350 | .override_enable = OVERRIDE_ ## access \ |
| 351 | } |
| 352 | |
Varun Wadekar | e6d4322 | 2016-05-25 16:35:04 -0700 | [diff] [blame] | 353 | #endif /* __ASSEMBLY__ */ |
Varun Wadekar | 93bed2a | 2016-03-18 13:07:33 -0700 | [diff] [blame] | 354 | |
Varun Wadekar | cd5a2f5 | 2015-09-20 15:08:22 +0530 | [diff] [blame] | 355 | /******************************************************************************* |
Varun Wadekar | a0f2697 | 2016-03-11 17:18:51 -0800 | [diff] [blame] | 356 | * Memory Controller Reset Control registers |
| 357 | ******************************************************************************/ |
| 358 | #define MC_CLIENT_HOTRESET_CTRL0 0x200 |
| 359 | #define MC_CLIENT_HOTRESET_CTRL0_RESET_VAL 0 |
| 360 | #define MC_CLIENT_HOTRESET_CTRL0_AFI_FLUSH_ENB (1 << 0) |
| 361 | #define MC_CLIENT_HOTRESET_CTRL0_HC_FLUSH_ENB (1 << 6) |
| 362 | #define MC_CLIENT_HOTRESET_CTRL0_HDA_FLUSH_ENB (1 << 7) |
| 363 | #define MC_CLIENT_HOTRESET_CTRL0_ISP2_FLUSH_ENB (1 << 8) |
| 364 | #define MC_CLIENT_HOTRESET_CTRL0_MPCORE_FLUSH_ENB (1 << 9) |
| 365 | #define MC_CLIENT_HOTRESET_CTRL0_NVENC_FLUSH_ENB (1 << 11) |
| 366 | #define MC_CLIENT_HOTRESET_CTRL0_SATA_FLUSH_ENB (1 << 15) |
| 367 | #define MC_CLIENT_HOTRESET_CTRL0_VI_FLUSH_ENB (1 << 17) |
| 368 | #define MC_CLIENT_HOTRESET_CTRL0_VIC_FLUSH_ENB (1 << 18) |
| 369 | #define MC_CLIENT_HOTRESET_CTRL0_XUSB_HOST_FLUSH_ENB (1 << 19) |
| 370 | #define MC_CLIENT_HOTRESET_CTRL0_XUSB_DEV_FLUSH_ENB (1 << 20) |
| 371 | #define MC_CLIENT_HOTRESET_CTRL0_TSEC_FLUSH_ENB (1 << 22) |
| 372 | #define MC_CLIENT_HOTRESET_CTRL0_SDMMC1A_FLUSH_ENB (1 << 29) |
| 373 | #define MC_CLIENT_HOTRESET_CTRL0_SDMMC2A_FLUSH_ENB (1 << 30) |
| 374 | #define MC_CLIENT_HOTRESET_CTRL0_SDMMC3A_FLUSH_ENB (1 << 31) |
| 375 | #define MC_CLIENT_HOTRESET_STATUS0 0x204 |
| 376 | #define MC_CLIENT_HOTRESET_CTRL1 0x970 |
| 377 | #define MC_CLIENT_HOTRESET_CTRL1_RESET_VAL 0 |
| 378 | #define MC_CLIENT_HOTRESET_CTRL1_SDMMC4A_FLUSH_ENB (1 << 0) |
| 379 | #define MC_CLIENT_HOTRESET_CTRL1_GPU_FLUSH_ENB (1 << 2) |
| 380 | #define MC_CLIENT_HOTRESET_CTRL1_NVDEC_FLUSH_ENB (1 << 5) |
| 381 | #define MC_CLIENT_HOTRESET_CTRL1_APE_FLUSH_ENB (1 << 6) |
| 382 | #define MC_CLIENT_HOTRESET_CTRL1_SE_FLUSH_ENB (1 << 7) |
| 383 | #define MC_CLIENT_HOTRESET_CTRL1_NVJPG_FLUSH_ENB (1 << 8) |
| 384 | #define MC_CLIENT_HOTRESET_CTRL1_ETR_FLUSH_ENB (1 << 12) |
| 385 | #define MC_CLIENT_HOTRESET_CTRL1_TSECB_FLUSH_ENB (1 << 13) |
| 386 | #define MC_CLIENT_HOTRESET_CTRL1_AXIS_FLUSH_ENB (1 << 18) |
| 387 | #define MC_CLIENT_HOTRESET_CTRL1_EQOS_FLUSH_ENB (1 << 19) |
| 388 | #define MC_CLIENT_HOTRESET_CTRL1_UFSHC_FLUSH_ENB (1 << 20) |
| 389 | #define MC_CLIENT_HOTRESET_CTRL1_NVDISPLAY_FLUSH_ENB (1 << 21) |
| 390 | #define MC_CLIENT_HOTRESET_CTRL1_BPMP_FLUSH_ENB (1 << 22) |
| 391 | #define MC_CLIENT_HOTRESET_CTRL1_AON_FLUSH_ENB (1 << 23) |
| 392 | #define MC_CLIENT_HOTRESET_CTRL1_SCE_FLUSH_ENB (1 << 24) |
| 393 | #define MC_CLIENT_HOTRESET_STATUS1 0x974 |
| 394 | |
| 395 | /******************************************************************************* |
Varun Wadekar | a0f2697 | 2016-03-11 17:18:51 -0800 | [diff] [blame] | 396 | * Memory Controller's PCFIFO client configuration registers |
| 397 | ******************************************************************************/ |
| 398 | #define MC_PCFIFO_CLIENT_CONFIG1 0xdd4 |
| 399 | #define MC_PCFIFO_CLIENT_CONFIG1_RESET_VAL 0x20000 |
| 400 | #define MC_PCFIFO_CLIENT_CONFIG1_PCFIFO_AFIW_UNORDERED (0 << 17) |
| 401 | #define MC_PCFIFO_CLIENT_CONFIG1_PCFIFO_AFIW_MASK (1 << 17) |
| 402 | #define MC_PCFIFO_CLIENT_CONFIG1_PCFIFO_HDAW_UNORDERED (0 << 21) |
| 403 | #define MC_PCFIFO_CLIENT_CONFIG1_PCFIFO_HDAW_MASK (1 << 21) |
| 404 | #define MC_PCFIFO_CLIENT_CONFIG1_PCFIFO_SATAW_UNORDERED (0 << 29) |
| 405 | #define MC_PCFIFO_CLIENT_CONFIG1_PCFIFO_SATAW_MASK (1 << 29) |
| 406 | |
| 407 | #define MC_PCFIFO_CLIENT_CONFIG2 0xdd8 |
| 408 | #define MC_PCFIFO_CLIENT_CONFIG2_RESET_VAL 0x20000 |
| 409 | #define MC_PCFIFO_CLIENT_CONFIG2_PCFIFO_XUSB_HOSTW_UNORDERED (0 << 11) |
| 410 | #define MC_PCFIFO_CLIENT_CONFIG2_PCFIFO_XUSB_HOSTW_MASK (1 << 11) |
| 411 | #define MC_PCFIFO_CLIENT_CONFIG2_PCFIFO_XUSB_DEVW_UNORDERED (0 << 13) |
| 412 | #define MC_PCFIFO_CLIENT_CONFIG2_PCFIFO_XUSB_DEVW_MASK (1 << 13) |
| 413 | |
| 414 | #define MC_PCFIFO_CLIENT_CONFIG3 0xddc |
| 415 | #define MC_PCFIFO_CLIENT_CONFIG3_RESET_VAL 0 |
| 416 | #define MC_PCFIFO_CLIENT_CONFIG3_PCFIFO_SDMMCWAB_UNORDERED (0 << 7) |
| 417 | #define MC_PCFIFO_CLIENT_CONFIG3_PCFIFO_SDMMCWAB_MASK (1 << 7) |
| 418 | |
| 419 | #define MC_PCFIFO_CLIENT_CONFIG4 0xde0 |
| 420 | #define MC_PCFIFO_CLIENT_CONFIG4_RESET_VAL 0 |
| 421 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_SESWR_UNORDERED (0 << 1) |
| 422 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_SESWR_MASK (1 << 1) |
| 423 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_ETRW_UNORDERED (0 << 5) |
| 424 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_ETRW_MASK (1 << 5) |
| 425 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_AXISW_UNORDERED (0 << 13) |
| 426 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_AXISW_MASK (1 << 13) |
| 427 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_EQOSW_UNORDERED (0 << 15) |
| 428 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_EQOSW_MASK (1 << 15) |
| 429 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_UFSHCW_UNORDERED (0 << 17) |
| 430 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_UFSHCW_MASK (1 << 17) |
| 431 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_BPMPDMAW_UNORDERED (0 << 22) |
| 432 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_BPMPDMAW_MASK (1 << 22) |
| 433 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_AONDMAW_UNORDERED (0 << 26) |
| 434 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_AONDMAW_MASK (1 << 26) |
| 435 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_SCEDMAW_UNORDERED (0 << 30) |
| 436 | #define MC_PCFIFO_CLIENT_CONFIG4_PCFIFO_SCEDMAW_MASK (1 << 30) |
| 437 | |
| 438 | #define MC_PCFIFO_CLIENT_CONFIG5 0xbf4 |
| 439 | #define MC_PCFIFO_CLIENT_CONFIG5_RESET_VAL 0 |
| 440 | #define MC_PCFIFO_CLIENT_CONFIG5_PCFIFO_APEDMAW_UNORDERED (0 << 0) |
| 441 | #define MC_PCFIFO_CLIENT_CONFIG5_PCFIFO_APEDMAW_MASK (1 << 0) |
| 442 | |
| 443 | /******************************************************************************* |
| 444 | * Memory Controller's SMMU client configuration registers |
| 445 | ******************************************************************************/ |
| 446 | #define MC_SMMU_CLIENT_CONFIG1 0x44 |
| 447 | #define MC_SMMU_CLIENT_CONFIG1_RESET_VAL 0x20000 |
| 448 | #define MC_SMMU_CLIENT_CONFIG1_AFIW_UNORDERED (0 << 17) |
| 449 | #define MC_SMMU_CLIENT_CONFIG1_AFIW_MASK (1 << 17) |
| 450 | #define MC_SMMU_CLIENT_CONFIG1_HDAW_UNORDERED (0 << 21) |
| 451 | #define MC_SMMU_CLIENT_CONFIG1_HDAW_MASK (1 << 21) |
| 452 | #define MC_SMMU_CLIENT_CONFIG1_SATAW_UNORDERED (0 << 29) |
| 453 | #define MC_SMMU_CLIENT_CONFIG1_SATAW_MASK (1 << 29) |
| 454 | |
| 455 | #define MC_SMMU_CLIENT_CONFIG2 0x48 |
| 456 | #define MC_SMMU_CLIENT_CONFIG2_RESET_VAL 0x20000 |
| 457 | #define MC_SMMU_CLIENT_CONFIG2_XUSB_HOSTW_UNORDERED (0 << 11) |
| 458 | #define MC_SMMU_CLIENT_CONFIG2_XUSB_HOSTW_MASK (1 << 11) |
| 459 | #define MC_SMMU_CLIENT_CONFIG2_XUSB_DEVW_UNORDERED (0 << 13) |
| 460 | #define MC_SMMU_CLIENT_CONFIG2_XUSB_DEVW_MASK (1 << 13) |
| 461 | |
| 462 | #define MC_SMMU_CLIENT_CONFIG3 0x4c |
| 463 | #define MC_SMMU_CLIENT_CONFIG3_RESET_VAL 0 |
| 464 | #define MC_SMMU_CLIENT_CONFIG3_SDMMCWAB_UNORDERED (0 << 7) |
| 465 | #define MC_SMMU_CLIENT_CONFIG3_SDMMCWAB_MASK (1 << 7) |
| 466 | |
| 467 | #define MC_SMMU_CLIENT_CONFIG4 0xb9c |
| 468 | #define MC_SMMU_CLIENT_CONFIG4_RESET_VAL 0 |
| 469 | #define MC_SMMU_CLIENT_CONFIG4_SESWR_UNORDERED (0 << 1) |
| 470 | #define MC_SMMU_CLIENT_CONFIG4_SESWR_MASK (1 << 1) |
| 471 | #define MC_SMMU_CLIENT_CONFIG4_ETRW_UNORDERED (0 << 5) |
| 472 | #define MC_SMMU_CLIENT_CONFIG4_ETRW_MASK (1 << 5) |
| 473 | #define MC_SMMU_CLIENT_CONFIG4_AXISW_UNORDERED (0 << 13) |
| 474 | #define MC_SMMU_CLIENT_CONFIG4_AXISW_MASK (1 << 13) |
| 475 | #define MC_SMMU_CLIENT_CONFIG4_EQOSW_UNORDERED (0 << 15) |
| 476 | #define MC_SMMU_CLIENT_CONFIG4_EQOSW_MASK (1 << 15) |
| 477 | #define MC_SMMU_CLIENT_CONFIG4_UFSHCW_UNORDERED (0 << 17) |
| 478 | #define MC_SMMU_CLIENT_CONFIG4_UFSHCW_MASK (1 << 17) |
| 479 | #define MC_SMMU_CLIENT_CONFIG4_BPMPDMAW_UNORDERED (0 << 22) |
| 480 | #define MC_SMMU_CLIENT_CONFIG4_BPMPDMAW_MASK (1 << 22) |
| 481 | #define MC_SMMU_CLIENT_CONFIG4_AONDMAW_UNORDERED (0 << 26) |
| 482 | #define MC_SMMU_CLIENT_CONFIG4_AONDMAW_MASK (1 << 26) |
| 483 | #define MC_SMMU_CLIENT_CONFIG4_SCEDMAW_UNORDERED (0 << 30) |
| 484 | #define MC_SMMU_CLIENT_CONFIG4_SCEDMAW_MASK (1 << 30) |
| 485 | |
| 486 | #define MC_SMMU_CLIENT_CONFIG5 0xbac |
| 487 | #define MC_SMMU_CLIENT_CONFIG5_RESET_VAL 0 |
| 488 | #define MC_SMMU_CLIENT_CONFIG5_APEDMAW_UNORDERED (0 << 0) |
| 489 | #define MC_SMMU_CLIENT_CONFIG5_APEDMAW_MASK (1 << 0) |
Varun Wadekar | 13e7dc4 | 2015-12-30 15:15:08 -0800 | [diff] [blame] | 490 | |
Varun Wadekar | 93bed2a | 2016-03-18 13:07:33 -0700 | [diff] [blame] | 491 | #ifndef __ASSEMBLY__ |
| 492 | |
| 493 | #include <mmio.h> |
| 494 | |
Varun Wadekar | cd5a2f5 | 2015-09-20 15:08:22 +0530 | [diff] [blame] | 495 | static inline uint32_t tegra_mc_read_32(uint32_t off) |
| 496 | { |
| 497 | return mmio_read_32(TEGRA_MC_BASE + off); |
| 498 | } |
| 499 | |
| 500 | static inline void tegra_mc_write_32(uint32_t off, uint32_t val) |
| 501 | { |
| 502 | mmio_write_32(TEGRA_MC_BASE + off, val); |
| 503 | } |
| 504 | |
| 505 | static inline uint32_t tegra_mc_streamid_read_32(uint32_t off) |
| 506 | { |
| 507 | return mmio_read_32(TEGRA_MC_STREAMID_BASE + off); |
| 508 | } |
| 509 | |
| 510 | static inline void tegra_mc_streamid_write_32(uint32_t off, uint32_t val) |
| 511 | { |
| 512 | mmio_write_32(TEGRA_MC_STREAMID_BASE + off, val); |
| 513 | } |
| 514 | |
Varun Wadekar | a0f2697 | 2016-03-11 17:18:51 -0800 | [diff] [blame] | 515 | #define mc_set_pcfifo_unordered_boot_so_mss(id, client) \ |
| 516 | (~MC_PCFIFO_CLIENT_CONFIG##id##_PCFIFO_##client##_MASK | \ |
| 517 | MC_PCFIFO_CLIENT_CONFIG##id##_PCFIFO_##client##_UNORDERED) |
| 518 | |
| 519 | #define mc_set_smmu_unordered_boot_so_mss(id, client) \ |
| 520 | (~MC_PCFIFO_CLIENT_CONFIG##id##_PCFIFO_##client##_MASK | \ |
| 521 | MC_PCFIFO_CLIENT_CONFIG##id##_PCFIFO_##client##_UNORDERED) |
| 522 | |
| 523 | #define mc_set_tsa_passthrough(client) \ |
| 524 | { \ |
| 525 | mmio_write_32(TEGRA_TSA_BASE + TSA_CONFIG_STATIC0_CSW_##client, \ |
| 526 | (TSA_CONFIG_STATIC0_CSW_##client##_RESET & \ |
| 527 | ~TSA_CONFIG_CSW_MEMTYPE_OVERRIDE_MASK) | \ |
| 528 | TSA_CONFIG_CSW_MEMTYPE_OVERRIDE_PASTHRU); \ |
| 529 | } |
| 530 | |
| 531 | #define mc_set_forced_coherent_cfg(client) \ |
| 532 | { \ |
| 533 | tegra_mc_write_32(MC_TXN_OVERRIDE_CONFIG_##client, \ |
| 534 | MC_TXN_OVERRIDE_CONFIG_COH_PATH_OVERRIDE_SO_DEV); \ |
| 535 | } |
| 536 | |
| 537 | #define mc_set_forced_coherent_so_dev_cfg(client) \ |
| 538 | { \ |
| 539 | tegra_mc_write_32(MC_TXN_OVERRIDE_CONFIG_##client, \ |
| 540 | MC_TXN_OVERRIDE_CONFIG_COH_PATH_OVERRIDE_SO_DEV | \ |
| 541 | MC_TXN_OVERRIDE_CONFIG_AXID_OVERRIDE_SO_DEV_CGID_SO_DEV_CLIENT); \ |
| 542 | } |
| 543 | |
| 544 | #define mc_set_forced_coherent_axid_so_dev_cfg(client) \ |
| 545 | { \ |
| 546 | tegra_mc_write_32(MC_TXN_OVERRIDE_CONFIG_##client, \ |
| 547 | MC_TXN_OVERRIDE_CONFIG_COH_PATH_OVERRIDE_SO_DEV | \ |
| 548 | MC_TXN_OVERRIDE_CONFIG_AXID_OVERRIDE_CGID | \ |
| 549 | MC_TXN_OVERRIDE_CONFIG_AXID_OVERRIDE_SO_DEV_CGID_SO_DEV_CLIENT); \ |
| 550 | } |
Varun Wadekar | 93bed2a | 2016-03-18 13:07:33 -0700 | [diff] [blame] | 551 | #endif /* __ASSMEBLY__ */ |
Varun Wadekar | a0f2697 | 2016-03-11 17:18:51 -0800 | [diff] [blame] | 552 | |
Varun Wadekar | cd5a2f5 | 2015-09-20 15:08:22 +0530 | [diff] [blame] | 553 | #endif /* __MEMCTRLV2_H__ */ |