tegra194-mc.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  1. #ifndef DT_BINDINGS_MEMORY_TEGRA194_MC_H
  2. #define DT_BINDINGS_MEMORY_TEGRA194_MC_H
  3. /* special clients */
  4. #define TEGRA194_SID_INVALID 0x00
  5. #define TEGRA194_SID_PASSTHROUGH 0x7f
  6. /* host1x clients */
  7. #define TEGRA194_SID_HOST1X 0x01
  8. #define TEGRA194_SID_CSI 0x02
  9. #define TEGRA194_SID_VIC 0x03
  10. #define TEGRA194_SID_VI 0x04
  11. #define TEGRA194_SID_ISP 0x05
  12. #define TEGRA194_SID_NVDEC 0x06
  13. #define TEGRA194_SID_NVENC 0x07
  14. #define TEGRA194_SID_NVJPG 0x08
  15. #define TEGRA194_SID_NVDISPLAY 0x09
  16. #define TEGRA194_SID_TSEC 0x0a
  17. #define TEGRA194_SID_TSECB 0x0b
  18. #define TEGRA194_SID_SE 0x0c
  19. #define TEGRA194_SID_SE1 0x0d
  20. #define TEGRA194_SID_SE2 0x0e
  21. #define TEGRA194_SID_SE3 0x0f
  22. /* GPU clients */
  23. #define TEGRA194_SID_GPU 0x10
  24. /* other SoC clients */
  25. #define TEGRA194_SID_AFI 0x11
  26. #define TEGRA194_SID_HDA 0x12
  27. #define TEGRA194_SID_ETR 0x13
  28. #define TEGRA194_SID_EQOS 0x14
  29. #define TEGRA194_SID_UFSHC 0x15
  30. #define TEGRA194_SID_AON 0x16
  31. #define TEGRA194_SID_SDMMC4 0x17
  32. #define TEGRA194_SID_SDMMC3 0x18
  33. #define TEGRA194_SID_SDMMC2 0x19
  34. #define TEGRA194_SID_SDMMC1 0x1a
  35. #define TEGRA194_SID_XUSB_HOST 0x1b
  36. #define TEGRA194_SID_XUSB_DEV 0x1c
  37. #define TEGRA194_SID_SATA 0x1d
  38. #define TEGRA194_SID_APE 0x1e
  39. #define TEGRA194_SID_SCE 0x1f
  40. /* GPC DMA clients */
  41. #define TEGRA194_SID_GPCDMA_0 0x20
  42. #define TEGRA194_SID_GPCDMA_1 0x21
  43. #define TEGRA194_SID_GPCDMA_2 0x22
  44. #define TEGRA194_SID_GPCDMA_3 0x23
  45. #define TEGRA194_SID_GPCDMA_4 0x24
  46. #define TEGRA194_SID_GPCDMA_5 0x25
  47. #define TEGRA194_SID_GPCDMA_6 0x26
  48. #define TEGRA194_SID_GPCDMA_7 0x27
  49. /* APE DMA clients */
  50. #define TEGRA194_SID_APE_1 0x28
  51. #define TEGRA194_SID_APE_2 0x29
  52. /* camera RTCPU */
  53. #define TEGRA194_SID_RCE 0x2a
  54. /* camera RTCPU on host1x address space */
  55. #define TEGRA194_SID_RCE_1X 0x2b
  56. /* APE DMA clients */
  57. #define TEGRA194_SID_APE_3 0x2c
  58. /* camera RTCPU running on APE */
  59. #define TEGRA194_SID_APE_CAM 0x2d
  60. #define TEGRA194_SID_APE_CAM_1X 0x2e
  61. #define TEGRA194_SID_RCE_RM 0x2f
  62. #define TEGRA194_SID_VI_FALCON 0x30
  63. #define TEGRA194_SID_ISP_FALCON 0x31
  64. /*
  65. * The BPMP has its SID value hardcoded in the firmware. Changing it requires
  66. * considerable effort.
  67. */
  68. #define TEGRA194_SID_BPMP 0x32
  69. /* for SMMU tests */
  70. #define TEGRA194_SID_SMMU_TEST 0x33
  71. /* host1x virtualization channels */
  72. #define TEGRA194_SID_HOST1X_CTX0 0x38
  73. #define TEGRA194_SID_HOST1X_CTX1 0x39
  74. #define TEGRA194_SID_HOST1X_CTX2 0x3a
  75. #define TEGRA194_SID_HOST1X_CTX3 0x3b
  76. #define TEGRA194_SID_HOST1X_CTX4 0x3c
  77. #define TEGRA194_SID_HOST1X_CTX5 0x3d
  78. #define TEGRA194_SID_HOST1X_CTX6 0x3e
  79. #define TEGRA194_SID_HOST1X_CTX7 0x3f
  80. /* host1x command buffers */
  81. #define TEGRA194_SID_HOST1X_VM0 0x40
  82. #define TEGRA194_SID_HOST1X_VM1 0x41
  83. #define TEGRA194_SID_HOST1X_VM2 0x42
  84. #define TEGRA194_SID_HOST1X_VM3 0x43
  85. #define TEGRA194_SID_HOST1X_VM4 0x44
  86. #define TEGRA194_SID_HOST1X_VM5 0x45
  87. #define TEGRA194_SID_HOST1X_VM6 0x46
  88. #define TEGRA194_SID_HOST1X_VM7 0x47
  89. /* SE data buffers */
  90. #define TEGRA194_SID_SE_VM0 0x48
  91. #define TEGRA194_SID_SE_VM1 0x49
  92. #define TEGRA194_SID_SE_VM2 0x4a
  93. #define TEGRA194_SID_SE_VM3 0x4b
  94. #define TEGRA194_SID_SE_VM4 0x4c
  95. #define TEGRA194_SID_SE_VM5 0x4d
  96. #define TEGRA194_SID_SE_VM6 0x4e
  97. #define TEGRA194_SID_SE_VM7 0x4f
  98. #define TEGRA194_SID_MIU 0x50
  99. #define TEGRA194_SID_NVDLA0 0x51
  100. #define TEGRA194_SID_NVDLA1 0x52
  101. #define TEGRA194_SID_PVA0 0x53
  102. #define TEGRA194_SID_PVA1 0x54
  103. #define TEGRA194_SID_NVENC1 0x55
  104. #define TEGRA194_SID_PCIE0 0x56
  105. #define TEGRA194_SID_PCIE1 0x57
  106. #define TEGRA194_SID_PCIE2 0x58
  107. #define TEGRA194_SID_PCIE3 0x59
  108. #define TEGRA194_SID_PCIE4 0x5a
  109. #define TEGRA194_SID_PCIE5 0x5b
  110. #define TEGRA194_SID_NVDEC1 0x5c
  111. #define TEGRA194_SID_XUSB_VF0 0x5d
  112. #define TEGRA194_SID_XUSB_VF1 0x5e
  113. #define TEGRA194_SID_XUSB_VF2 0x5f
  114. #define TEGRA194_SID_XUSB_VF3 0x60
  115. #define TEGRA194_SID_RCE_VM3 0x61
  116. #define TEGRA194_SID_VI_VM2 0x62
  117. #define TEGRA194_SID_VI_VM3 0x63
  118. #define TEGRA194_SID_RCE_SERVER 0x64
  119. /*
  120. * memory client IDs
  121. */
  122. /* Misses from System Memory Management Unit (SMMU) Page Table Cache (PTC) */
  123. #define TEGRA194_MEMORY_CLIENT_PTCR 0x00
  124. /* MSS internal memqual MIU7 read clients */
  125. #define TEGRA194_MEMORY_CLIENT_MIU7R 0x01
  126. /* MSS internal memqual MIU7 write clients */
  127. #define TEGRA194_MEMORY_CLIENT_MIU7W 0x02
  128. /* High-definition audio (HDA) read clients */
  129. #define TEGRA194_MEMORY_CLIENT_HDAR 0x15
  130. /* Host channel data read clients */
  131. #define TEGRA194_MEMORY_CLIENT_HOST1XDMAR 0x16
  132. #define TEGRA194_MEMORY_CLIENT_NVENCSRD 0x1c
  133. /* SATA read clients */
  134. #define TEGRA194_MEMORY_CLIENT_SATAR 0x1f
  135. /* Reads from Cortex-A9 4 CPU cores via the L2 cache */
  136. #define TEGRA194_MEMORY_CLIENT_MPCORER 0x27
  137. #define TEGRA194_MEMORY_CLIENT_NVENCSWR 0x2b
  138. /* High-definition audio (HDA) write clients */
  139. #define TEGRA194_MEMORY_CLIENT_HDAW 0x35
  140. /* Writes from Cortex-A9 4 CPU cores via the L2 cache */
  141. #define TEGRA194_MEMORY_CLIENT_MPCOREW 0x39
  142. /* SATA write clients */
  143. #define TEGRA194_MEMORY_CLIENT_SATAW 0x3d
  144. /* ISP read client for Crossbar A */
  145. #define TEGRA194_MEMORY_CLIENT_ISPRA 0x44
  146. /* ISP read client 1 for Crossbar A */
  147. #define TEGRA194_MEMORY_CLIENT_ISPFALR 0x45
  148. /* ISP Write client for Crossbar A */
  149. #define TEGRA194_MEMORY_CLIENT_ISPWA 0x46
  150. /* ISP Write client Crossbar B */
  151. #define TEGRA194_MEMORY_CLIENT_ISPWB 0x47
  152. /* XUSB_HOST read clients */
  153. #define TEGRA194_MEMORY_CLIENT_XUSB_HOSTR 0x4a
  154. /* XUSB_HOST write clients */
  155. #define TEGRA194_MEMORY_CLIENT_XUSB_HOSTW 0x4b
  156. /* XUSB read clients */
  157. #define TEGRA194_MEMORY_CLIENT_XUSB_DEVR 0x4c
  158. /* XUSB_DEV write clients */
  159. #define TEGRA194_MEMORY_CLIENT_XUSB_DEVW 0x4d
  160. /* sdmmca memory read client */
  161. #define TEGRA194_MEMORY_CLIENT_SDMMCRA 0x60
  162. /* sdmmc memory read client */
  163. #define TEGRA194_MEMORY_CLIENT_SDMMCR 0x62
  164. /* sdmmcd memory read client */
  165. #define TEGRA194_MEMORY_CLIENT_SDMMCRAB 0x63
  166. /* sdmmca memory write client */
  167. #define TEGRA194_MEMORY_CLIENT_SDMMCWA 0x64
  168. /* sdmmc memory write client */
  169. #define TEGRA194_MEMORY_CLIENT_SDMMCW 0x66
  170. /* sdmmcd memory write client */
  171. #define TEGRA194_MEMORY_CLIENT_SDMMCWAB 0x67
  172. #define TEGRA194_MEMORY_CLIENT_VICSRD 0x6c
  173. #define TEGRA194_MEMORY_CLIENT_VICSWR 0x6d
  174. /* VI Write client */
  175. #define TEGRA194_MEMORY_CLIENT_VIW 0x72
  176. #define TEGRA194_MEMORY_CLIENT_NVDECSRD 0x78
  177. #define TEGRA194_MEMORY_CLIENT_NVDECSWR 0x79
  178. /* Audio Processing (APE) engine read clients */
  179. #define TEGRA194_MEMORY_CLIENT_APER 0x7a
  180. /* Audio Processing (APE) engine write clients */
  181. #define TEGRA194_MEMORY_CLIENT_APEW 0x7b
  182. #define TEGRA194_MEMORY_CLIENT_NVJPGSRD 0x7e
  183. #define TEGRA194_MEMORY_CLIENT_NVJPGSWR 0x7f
  184. /* AXI AP and DFD-AUX0/1 read clients Both share the same interface on the on MSS */
  185. #define TEGRA194_MEMORY_CLIENT_AXIAPR 0x82
  186. /* AXI AP and DFD-AUX0/1 write clients Both sahre the same interface on MSS */
  187. #define TEGRA194_MEMORY_CLIENT_AXIAPW 0x83
  188. /* ETR read clients */
  189. #define TEGRA194_MEMORY_CLIENT_ETRR 0x84
  190. /* ETR write clients */
  191. #define TEGRA194_MEMORY_CLIENT_ETRW 0x85
  192. /* AXI Switch read client */
  193. #define TEGRA194_MEMORY_CLIENT_AXISR 0x8c
  194. /* AXI Switch write client */
  195. #define TEGRA194_MEMORY_CLIENT_AXISW 0x8d
  196. /* EQOS read client */
  197. #define TEGRA194_MEMORY_CLIENT_EQOSR 0x8e
  198. /* EQOS write client */
  199. #define TEGRA194_MEMORY_CLIENT_EQOSW 0x8f
  200. /* UFSHC read client */
  201. #define TEGRA194_MEMORY_CLIENT_UFSHCR 0x90
  202. /* UFSHC write client */
  203. #define TEGRA194_MEMORY_CLIENT_UFSHCW 0x91
  204. /* NVDISPLAY read client */
  205. #define TEGRA194_MEMORY_CLIENT_NVDISPLAYR 0x92
  206. /* BPMP read client */
  207. #define TEGRA194_MEMORY_CLIENT_BPMPR 0x93
  208. /* BPMP write client */
  209. #define TEGRA194_MEMORY_CLIENT_BPMPW 0x94
  210. /* BPMPDMA read client */
  211. #define TEGRA194_MEMORY_CLIENT_BPMPDMAR 0x95
  212. /* BPMPDMA write client */
  213. #define TEGRA194_MEMORY_CLIENT_BPMPDMAW 0x96
  214. /* AON read client */
  215. #define TEGRA194_MEMORY_CLIENT_AONR 0x97
  216. /* AON write client */
  217. #define TEGRA194_MEMORY_CLIENT_AONW 0x98
  218. /* AONDMA read client */
  219. #define TEGRA194_MEMORY_CLIENT_AONDMAR 0x99
  220. /* AONDMA write client */
  221. #define TEGRA194_MEMORY_CLIENT_AONDMAW 0x9a
  222. /* SCE read client */
  223. #define TEGRA194_MEMORY_CLIENT_SCER 0x9b
  224. /* SCE write client */
  225. #define TEGRA194_MEMORY_CLIENT_SCEW 0x9c
  226. /* SCEDMA read client */
  227. #define TEGRA194_MEMORY_CLIENT_SCEDMAR 0x9d
  228. /* SCEDMA write client */
  229. #define TEGRA194_MEMORY_CLIENT_SCEDMAW 0x9e
  230. /* APEDMA read client */
  231. #define TEGRA194_MEMORY_CLIENT_APEDMAR 0x9f
  232. /* APEDMA write client */
  233. #define TEGRA194_MEMORY_CLIENT_APEDMAW 0xa0
  234. /* NVDISPLAY read client instance 2 */
  235. #define TEGRA194_MEMORY_CLIENT_NVDISPLAYR1 0xa1
  236. #define TEGRA194_MEMORY_CLIENT_VICSRD1 0xa2
  237. #define TEGRA194_MEMORY_CLIENT_NVDECSRD1 0xa3
  238. /* MSS internal memqual MIU0 read clients */
  239. #define TEGRA194_MEMORY_CLIENT_MIU0R 0xa6
  240. /* MSS internal memqual MIU0 write clients */
  241. #define TEGRA194_MEMORY_CLIENT_MIU0W 0xa7
  242. /* MSS internal memqual MIU1 read clients */
  243. #define TEGRA194_MEMORY_CLIENT_MIU1R 0xa8
  244. /* MSS internal memqual MIU1 write clients */
  245. #define TEGRA194_MEMORY_CLIENT_MIU1W 0xa9
  246. /* MSS internal memqual MIU2 read clients */
  247. #define TEGRA194_MEMORY_CLIENT_MIU2R 0xae
  248. /* MSS internal memqual MIU2 write clients */
  249. #define TEGRA194_MEMORY_CLIENT_MIU2W 0xaf
  250. /* MSS internal memqual MIU3 read clients */
  251. #define TEGRA194_MEMORY_CLIENT_MIU3R 0xb0
  252. /* MSS internal memqual MIU3 write clients */
  253. #define TEGRA194_MEMORY_CLIENT_MIU3W 0xb1
  254. /* MSS internal memqual MIU4 read clients */
  255. #define TEGRA194_MEMORY_CLIENT_MIU4R 0xb2
  256. /* MSS internal memqual MIU4 write clients */
  257. #define TEGRA194_MEMORY_CLIENT_MIU4W 0xb3
  258. #define TEGRA194_MEMORY_CLIENT_DPMUR 0xb4
  259. #define TEGRA194_MEMORY_CLIENT_DPMUW 0xb5
  260. #define TEGRA194_MEMORY_CLIENT_NVL0R 0xb6
  261. #define TEGRA194_MEMORY_CLIENT_NVL0W 0xb7
  262. #define TEGRA194_MEMORY_CLIENT_NVL1R 0xb8
  263. #define TEGRA194_MEMORY_CLIENT_NVL1W 0xb9
  264. #define TEGRA194_MEMORY_CLIENT_NVL2R 0xba
  265. #define TEGRA194_MEMORY_CLIENT_NVL2W 0xbb
  266. /* VI FLACON read clients */
  267. #define TEGRA194_MEMORY_CLIENT_VIFALR 0xbc
  268. /* VIFAL write clients */
  269. #define TEGRA194_MEMORY_CLIENT_VIFALW 0xbd
  270. /* DLA0ARDA read clients */
  271. #define TEGRA194_MEMORY_CLIENT_DLA0RDA 0xbe
  272. /* DLA0 Falcon read clients */
  273. #define TEGRA194_MEMORY_CLIENT_DLA0FALRDB 0xbf
  274. /* DLA0 write clients */
  275. #define TEGRA194_MEMORY_CLIENT_DLA0WRA 0xc0
  276. /* DLA0 write clients */
  277. #define TEGRA194_MEMORY_CLIENT_DLA0FALWRB 0xc1
  278. /* DLA1ARDA read clients */
  279. #define TEGRA194_MEMORY_CLIENT_DLA1RDA 0xc2
  280. /* DLA1 Falcon read clients */
  281. #define TEGRA194_MEMORY_CLIENT_DLA1FALRDB 0xc3
  282. /* DLA1 write clients */
  283. #define TEGRA194_MEMORY_CLIENT_DLA1WRA 0xc4
  284. /* DLA1 write clients */
  285. #define TEGRA194_MEMORY_CLIENT_DLA1FALWRB 0xc5
  286. /* PVA0RDA read clients */
  287. #define TEGRA194_MEMORY_CLIENT_PVA0RDA 0xc6
  288. /* PVA0RDB read clients */
  289. #define TEGRA194_MEMORY_CLIENT_PVA0RDB 0xc7
  290. /* PVA0RDC read clients */
  291. #define TEGRA194_MEMORY_CLIENT_PVA0RDC 0xc8
  292. /* PVA0WRA write clients */
  293. #define TEGRA194_MEMORY_CLIENT_PVA0WRA 0xc9
  294. /* PVA0WRB write clients */
  295. #define TEGRA194_MEMORY_CLIENT_PVA0WRB 0xca
  296. /* PVA0WRC write clients */
  297. #define TEGRA194_MEMORY_CLIENT_PVA0WRC 0xcb
  298. /* PVA1RDA read clients */
  299. #define TEGRA194_MEMORY_CLIENT_PVA1RDA 0xcc
  300. /* PVA1RDB read clients */
  301. #define TEGRA194_MEMORY_CLIENT_PVA1RDB 0xcd
  302. /* PVA1RDC read clients */
  303. #define TEGRA194_MEMORY_CLIENT_PVA1RDC 0xce
  304. /* PVA1WRA write clients */
  305. #define TEGRA194_MEMORY_CLIENT_PVA1WRA 0xcf
  306. /* PVA1WRB write clients */
  307. #define TEGRA194_MEMORY_CLIENT_PVA1WRB 0xd0
  308. /* PVA1WRC write clients */
  309. #define TEGRA194_MEMORY_CLIENT_PVA1WRC 0xd1
  310. /* RCE read client */
  311. #define TEGRA194_MEMORY_CLIENT_RCER 0xd2
  312. /* RCE write client */
  313. #define TEGRA194_MEMORY_CLIENT_RCEW 0xd3
  314. /* RCEDMA read client */
  315. #define TEGRA194_MEMORY_CLIENT_RCEDMAR 0xd4
  316. /* RCEDMA write client */
  317. #define TEGRA194_MEMORY_CLIENT_RCEDMAW 0xd5
  318. #define TEGRA194_MEMORY_CLIENT_NVENC1SRD 0xd6
  319. #define TEGRA194_MEMORY_CLIENT_NVENC1SWR 0xd7
  320. /* PCIE0 read clients */
  321. #define TEGRA194_MEMORY_CLIENT_PCIE0R 0xd8
  322. /* PCIE0 write clients */
  323. #define TEGRA194_MEMORY_CLIENT_PCIE0W 0xd9
  324. /* PCIE1 read clients */
  325. #define TEGRA194_MEMORY_CLIENT_PCIE1R 0xda
  326. /* PCIE1 write clients */
  327. #define TEGRA194_MEMORY_CLIENT_PCIE1W 0xdb
  328. /* PCIE2 read clients */
  329. #define TEGRA194_MEMORY_CLIENT_PCIE2AR 0xdc
  330. /* PCIE2 write clients */
  331. #define TEGRA194_MEMORY_CLIENT_PCIE2AW 0xdd
  332. /* PCIE3 read clients */
  333. #define TEGRA194_MEMORY_CLIENT_PCIE3R 0xde
  334. /* PCIE3 write clients */
  335. #define TEGRA194_MEMORY_CLIENT_PCIE3W 0xdf
  336. /* PCIE4 read clients */
  337. #define TEGRA194_MEMORY_CLIENT_PCIE4R 0xe0
  338. /* PCIE4 write clients */
  339. #define TEGRA194_MEMORY_CLIENT_PCIE4W 0xe1
  340. /* PCIE5 read clients */
  341. #define TEGRA194_MEMORY_CLIENT_PCIE5R 0xe2
  342. /* PCIE5 write clients */
  343. #define TEGRA194_MEMORY_CLIENT_PCIE5W 0xe3
  344. /* ISP read client 1 for Crossbar A */
  345. #define TEGRA194_MEMORY_CLIENT_ISPFALW 0xe4
  346. #define TEGRA194_MEMORY_CLIENT_NVL3R 0xe5
  347. #define TEGRA194_MEMORY_CLIENT_NVL3W 0xe6
  348. #define TEGRA194_MEMORY_CLIENT_NVL4R 0xe7
  349. #define TEGRA194_MEMORY_CLIENT_NVL4W 0xe8
  350. /* DLA0ARDA1 read clients */
  351. #define TEGRA194_MEMORY_CLIENT_DLA0RDA1 0xe9
  352. /* DLA1ARDA1 read clients */
  353. #define TEGRA194_MEMORY_CLIENT_DLA1RDA1 0xea
  354. /* PVA0RDA1 read clients */
  355. #define TEGRA194_MEMORY_CLIENT_PVA0RDA1 0xeb
  356. /* PVA0RDB1 read clients */
  357. #define TEGRA194_MEMORY_CLIENT_PVA0RDB1 0xec
  358. /* PVA1RDA1 read clients */
  359. #define TEGRA194_MEMORY_CLIENT_PVA1RDA1 0xed
  360. /* PVA1RDB1 read clients */
  361. #define TEGRA194_MEMORY_CLIENT_PVA1RDB1 0xee
  362. /* PCIE5r1 read clients */
  363. #define TEGRA194_MEMORY_CLIENT_PCIE5R1 0xef
  364. #define TEGRA194_MEMORY_CLIENT_NVENCSRD1 0xf0
  365. #define TEGRA194_MEMORY_CLIENT_NVENC1SRD1 0xf1
  366. /* ISP read client for Crossbar A */
  367. #define TEGRA194_MEMORY_CLIENT_ISPRA1 0xf2
  368. /* PCIE0 read clients */
  369. #define TEGRA194_MEMORY_CLIENT_PCIE0R1 0xf3
  370. #define TEGRA194_MEMORY_CLIENT_NVL0RHP 0xf4
  371. #define TEGRA194_MEMORY_CLIENT_NVL1RHP 0xf5
  372. #define TEGRA194_MEMORY_CLIENT_NVL2RHP 0xf6
  373. #define TEGRA194_MEMORY_CLIENT_NVL3RHP 0xf7
  374. #define TEGRA194_MEMORY_CLIENT_NVL4RHP 0xf8
  375. #define TEGRA194_MEMORY_CLIENT_NVDEC1SRD 0xf9
  376. #define TEGRA194_MEMORY_CLIENT_NVDEC1SRD1 0xfa
  377. #define TEGRA194_MEMORY_CLIENT_NVDEC1SWR 0xfb
  378. /* MSS internal memqual MIU5 read clients */
  379. #define TEGRA194_MEMORY_CLIENT_MIU5R 0xfc
  380. /* MSS internal memqual MIU5 write clients */
  381. #define TEGRA194_MEMORY_CLIENT_MIU5W 0xfd
  382. /* MSS internal memqual MIU6 read clients */
  383. #define TEGRA194_MEMORY_CLIENT_MIU6R 0xfe
  384. /* MSS internal memqual MIU6 write clients */
  385. #define TEGRA194_MEMORY_CLIENT_MIU6W 0xff
  386. #endif