18c2ecf20Sopenharmony_ci#ifndef DT_BINDINGS_MEMORY_TEGRA194_MC_H 28c2ecf20Sopenharmony_ci#define DT_BINDINGS_MEMORY_TEGRA194_MC_H 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ci/* special clients */ 58c2ecf20Sopenharmony_ci#define TEGRA194_SID_INVALID 0x00 68c2ecf20Sopenharmony_ci#define TEGRA194_SID_PASSTHROUGH 0x7f 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci/* host1x clients */ 98c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X 0x01 108c2ecf20Sopenharmony_ci#define TEGRA194_SID_CSI 0x02 118c2ecf20Sopenharmony_ci#define TEGRA194_SID_VIC 0x03 128c2ecf20Sopenharmony_ci#define TEGRA194_SID_VI 0x04 138c2ecf20Sopenharmony_ci#define TEGRA194_SID_ISP 0x05 148c2ecf20Sopenharmony_ci#define TEGRA194_SID_NVDEC 0x06 158c2ecf20Sopenharmony_ci#define TEGRA194_SID_NVENC 0x07 168c2ecf20Sopenharmony_ci#define TEGRA194_SID_NVJPG 0x08 178c2ecf20Sopenharmony_ci#define TEGRA194_SID_NVDISPLAY 0x09 188c2ecf20Sopenharmony_ci#define TEGRA194_SID_TSEC 0x0a 198c2ecf20Sopenharmony_ci#define TEGRA194_SID_TSECB 0x0b 208c2ecf20Sopenharmony_ci#define TEGRA194_SID_SE 0x0c 218c2ecf20Sopenharmony_ci#define TEGRA194_SID_SE1 0x0d 228c2ecf20Sopenharmony_ci#define TEGRA194_SID_SE2 0x0e 238c2ecf20Sopenharmony_ci#define TEGRA194_SID_SE3 0x0f 248c2ecf20Sopenharmony_ci 258c2ecf20Sopenharmony_ci/* GPU clients */ 268c2ecf20Sopenharmony_ci#define TEGRA194_SID_GPU 0x10 278c2ecf20Sopenharmony_ci 288c2ecf20Sopenharmony_ci/* other SoC clients */ 298c2ecf20Sopenharmony_ci#define TEGRA194_SID_AFI 0x11 308c2ecf20Sopenharmony_ci#define TEGRA194_SID_HDA 0x12 318c2ecf20Sopenharmony_ci#define TEGRA194_SID_ETR 0x13 328c2ecf20Sopenharmony_ci#define TEGRA194_SID_EQOS 0x14 338c2ecf20Sopenharmony_ci#define TEGRA194_SID_UFSHC 0x15 348c2ecf20Sopenharmony_ci#define TEGRA194_SID_AON 0x16 358c2ecf20Sopenharmony_ci#define TEGRA194_SID_SDMMC4 0x17 368c2ecf20Sopenharmony_ci#define TEGRA194_SID_SDMMC3 0x18 378c2ecf20Sopenharmony_ci#define TEGRA194_SID_SDMMC2 0x19 388c2ecf20Sopenharmony_ci#define TEGRA194_SID_SDMMC1 0x1a 398c2ecf20Sopenharmony_ci#define TEGRA194_SID_XUSB_HOST 0x1b 408c2ecf20Sopenharmony_ci#define TEGRA194_SID_XUSB_DEV 0x1c 418c2ecf20Sopenharmony_ci#define TEGRA194_SID_SATA 0x1d 428c2ecf20Sopenharmony_ci#define TEGRA194_SID_APE 0x1e 438c2ecf20Sopenharmony_ci#define TEGRA194_SID_SCE 0x1f 448c2ecf20Sopenharmony_ci 458c2ecf20Sopenharmony_ci/* GPC DMA clients */ 468c2ecf20Sopenharmony_ci#define TEGRA194_SID_GPCDMA_0 0x20 478c2ecf20Sopenharmony_ci#define TEGRA194_SID_GPCDMA_1 0x21 488c2ecf20Sopenharmony_ci#define TEGRA194_SID_GPCDMA_2 0x22 498c2ecf20Sopenharmony_ci#define TEGRA194_SID_GPCDMA_3 0x23 508c2ecf20Sopenharmony_ci#define TEGRA194_SID_GPCDMA_4 0x24 518c2ecf20Sopenharmony_ci#define TEGRA194_SID_GPCDMA_5 0x25 528c2ecf20Sopenharmony_ci#define TEGRA194_SID_GPCDMA_6 0x26 538c2ecf20Sopenharmony_ci#define TEGRA194_SID_GPCDMA_7 0x27 548c2ecf20Sopenharmony_ci 558c2ecf20Sopenharmony_ci/* APE DMA clients */ 568c2ecf20Sopenharmony_ci#define TEGRA194_SID_APE_1 0x28 578c2ecf20Sopenharmony_ci#define TEGRA194_SID_APE_2 0x29 588c2ecf20Sopenharmony_ci 598c2ecf20Sopenharmony_ci/* camera RTCPU */ 608c2ecf20Sopenharmony_ci#define TEGRA194_SID_RCE 0x2a 618c2ecf20Sopenharmony_ci 628c2ecf20Sopenharmony_ci/* camera RTCPU on host1x address space */ 638c2ecf20Sopenharmony_ci#define TEGRA194_SID_RCE_1X 0x2b 648c2ecf20Sopenharmony_ci 658c2ecf20Sopenharmony_ci/* APE DMA clients */ 668c2ecf20Sopenharmony_ci#define TEGRA194_SID_APE_3 0x2c 678c2ecf20Sopenharmony_ci 688c2ecf20Sopenharmony_ci/* camera RTCPU running on APE */ 698c2ecf20Sopenharmony_ci#define TEGRA194_SID_APE_CAM 0x2d 708c2ecf20Sopenharmony_ci#define TEGRA194_SID_APE_CAM_1X 0x2e 718c2ecf20Sopenharmony_ci 728c2ecf20Sopenharmony_ci#define TEGRA194_SID_RCE_RM 0x2f 738c2ecf20Sopenharmony_ci#define TEGRA194_SID_VI_FALCON 0x30 748c2ecf20Sopenharmony_ci#define TEGRA194_SID_ISP_FALCON 0x31 758c2ecf20Sopenharmony_ci 768c2ecf20Sopenharmony_ci/* 778c2ecf20Sopenharmony_ci * The BPMP has its SID value hardcoded in the firmware. Changing it requires 788c2ecf20Sopenharmony_ci * considerable effort. 798c2ecf20Sopenharmony_ci */ 808c2ecf20Sopenharmony_ci#define TEGRA194_SID_BPMP 0x32 818c2ecf20Sopenharmony_ci 828c2ecf20Sopenharmony_ci/* for SMMU tests */ 838c2ecf20Sopenharmony_ci#define TEGRA194_SID_SMMU_TEST 0x33 848c2ecf20Sopenharmony_ci 858c2ecf20Sopenharmony_ci/* host1x virtualization channels */ 868c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_CTX0 0x38 878c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_CTX1 0x39 888c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_CTX2 0x3a 898c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_CTX3 0x3b 908c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_CTX4 0x3c 918c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_CTX5 0x3d 928c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_CTX6 0x3e 938c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_CTX7 0x3f 948c2ecf20Sopenharmony_ci 958c2ecf20Sopenharmony_ci/* host1x command buffers */ 968c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_VM0 0x40 978c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_VM1 0x41 988c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_VM2 0x42 998c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_VM3 0x43 1008c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_VM4 0x44 1018c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_VM5 0x45 1028c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_VM6 0x46 1038c2ecf20Sopenharmony_ci#define TEGRA194_SID_HOST1X_VM7 0x47 1048c2ecf20Sopenharmony_ci 1058c2ecf20Sopenharmony_ci/* SE data buffers */ 1068c2ecf20Sopenharmony_ci#define TEGRA194_SID_SE_VM0 0x48 1078c2ecf20Sopenharmony_ci#define TEGRA194_SID_SE_VM1 0x49 1088c2ecf20Sopenharmony_ci#define TEGRA194_SID_SE_VM2 0x4a 1098c2ecf20Sopenharmony_ci#define TEGRA194_SID_SE_VM3 0x4b 1108c2ecf20Sopenharmony_ci#define TEGRA194_SID_SE_VM4 0x4c 1118c2ecf20Sopenharmony_ci#define TEGRA194_SID_SE_VM5 0x4d 1128c2ecf20Sopenharmony_ci#define TEGRA194_SID_SE_VM6 0x4e 1138c2ecf20Sopenharmony_ci#define TEGRA194_SID_SE_VM7 0x4f 1148c2ecf20Sopenharmony_ci 1158c2ecf20Sopenharmony_ci#define TEGRA194_SID_MIU 0x50 1168c2ecf20Sopenharmony_ci 1178c2ecf20Sopenharmony_ci#define TEGRA194_SID_NVDLA0 0x51 1188c2ecf20Sopenharmony_ci#define TEGRA194_SID_NVDLA1 0x52 1198c2ecf20Sopenharmony_ci 1208c2ecf20Sopenharmony_ci#define TEGRA194_SID_PVA0 0x53 1218c2ecf20Sopenharmony_ci#define TEGRA194_SID_PVA1 0x54 1228c2ecf20Sopenharmony_ci#define TEGRA194_SID_NVENC1 0x55 1238c2ecf20Sopenharmony_ci#define TEGRA194_SID_PCIE0 0x56 1248c2ecf20Sopenharmony_ci#define TEGRA194_SID_PCIE1 0x57 1258c2ecf20Sopenharmony_ci#define TEGRA194_SID_PCIE2 0x58 1268c2ecf20Sopenharmony_ci#define TEGRA194_SID_PCIE3 0x59 1278c2ecf20Sopenharmony_ci#define TEGRA194_SID_PCIE4 0x5a 1288c2ecf20Sopenharmony_ci#define TEGRA194_SID_PCIE5 0x5b 1298c2ecf20Sopenharmony_ci#define TEGRA194_SID_NVDEC1 0x5c 1308c2ecf20Sopenharmony_ci 1318c2ecf20Sopenharmony_ci#define TEGRA194_SID_XUSB_VF0 0x5d 1328c2ecf20Sopenharmony_ci#define TEGRA194_SID_XUSB_VF1 0x5e 1338c2ecf20Sopenharmony_ci#define TEGRA194_SID_XUSB_VF2 0x5f 1348c2ecf20Sopenharmony_ci#define TEGRA194_SID_XUSB_VF3 0x60 1358c2ecf20Sopenharmony_ci 1368c2ecf20Sopenharmony_ci#define TEGRA194_SID_RCE_VM3 0x61 1378c2ecf20Sopenharmony_ci#define TEGRA194_SID_VI_VM2 0x62 1388c2ecf20Sopenharmony_ci#define TEGRA194_SID_VI_VM3 0x63 1398c2ecf20Sopenharmony_ci#define TEGRA194_SID_RCE_SERVER 0x64 1408c2ecf20Sopenharmony_ci 1418c2ecf20Sopenharmony_ci/* 1428c2ecf20Sopenharmony_ci * memory client IDs 1438c2ecf20Sopenharmony_ci */ 1448c2ecf20Sopenharmony_ci 1458c2ecf20Sopenharmony_ci/* Misses from System Memory Management Unit (SMMU) Page Table Cache (PTC) */ 1468c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PTCR 0x00 1478c2ecf20Sopenharmony_ci/* MSS internal memqual MIU7 read clients */ 1488c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU7R 0x01 1498c2ecf20Sopenharmony_ci/* MSS internal memqual MIU7 write clients */ 1508c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU7W 0x02 1518c2ecf20Sopenharmony_ci/* High-definition audio (HDA) read clients */ 1528c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_HDAR 0x15 1538c2ecf20Sopenharmony_ci/* Host channel data read clients */ 1548c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_HOST1XDMAR 0x16 1558c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVENCSRD 0x1c 1568c2ecf20Sopenharmony_ci/* SATA read clients */ 1578c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_SATAR 0x1f 1588c2ecf20Sopenharmony_ci/* Reads from Cortex-A9 4 CPU cores via the L2 cache */ 1598c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MPCORER 0x27 1608c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVENCSWR 0x2b 1618c2ecf20Sopenharmony_ci/* High-definition audio (HDA) write clients */ 1628c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_HDAW 0x35 1638c2ecf20Sopenharmony_ci/* Writes from Cortex-A9 4 CPU cores via the L2 cache */ 1648c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MPCOREW 0x39 1658c2ecf20Sopenharmony_ci/* SATA write clients */ 1668c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_SATAW 0x3d 1678c2ecf20Sopenharmony_ci/* ISP read client for Crossbar A */ 1688c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_ISPRA 0x44 1698c2ecf20Sopenharmony_ci/* ISP read client 1 for Crossbar A */ 1708c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_ISPFALR 0x45 1718c2ecf20Sopenharmony_ci/* ISP Write client for Crossbar A */ 1728c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_ISPWA 0x46 1738c2ecf20Sopenharmony_ci/* ISP Write client Crossbar B */ 1748c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_ISPWB 0x47 1758c2ecf20Sopenharmony_ci/* XUSB_HOST read clients */ 1768c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_XUSB_HOSTR 0x4a 1778c2ecf20Sopenharmony_ci/* XUSB_HOST write clients */ 1788c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_XUSB_HOSTW 0x4b 1798c2ecf20Sopenharmony_ci/* XUSB read clients */ 1808c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_XUSB_DEVR 0x4c 1818c2ecf20Sopenharmony_ci/* XUSB_DEV write clients */ 1828c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_XUSB_DEVW 0x4d 1838c2ecf20Sopenharmony_ci/* sdmmca memory read client */ 1848c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_SDMMCRA 0x60 1858c2ecf20Sopenharmony_ci/* sdmmc memory read client */ 1868c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_SDMMCR 0x62 1878c2ecf20Sopenharmony_ci/* sdmmcd memory read client */ 1888c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_SDMMCRAB 0x63 1898c2ecf20Sopenharmony_ci/* sdmmca memory write client */ 1908c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_SDMMCWA 0x64 1918c2ecf20Sopenharmony_ci/* sdmmc memory write client */ 1928c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_SDMMCW 0x66 1938c2ecf20Sopenharmony_ci/* sdmmcd memory write client */ 1948c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_SDMMCWAB 0x67 1958c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_VICSRD 0x6c 1968c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_VICSWR 0x6d 1978c2ecf20Sopenharmony_ci/* VI Write client */ 1988c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_VIW 0x72 1998c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVDECSRD 0x78 2008c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVDECSWR 0x79 2018c2ecf20Sopenharmony_ci/* Audio Processing (APE) engine read clients */ 2028c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_APER 0x7a 2038c2ecf20Sopenharmony_ci/* Audio Processing (APE) engine write clients */ 2048c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_APEW 0x7b 2058c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVJPGSRD 0x7e 2068c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVJPGSWR 0x7f 2078c2ecf20Sopenharmony_ci/* AXI AP and DFD-AUX0/1 read clients Both share the same interface on the on MSS */ 2088c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_AXIAPR 0x82 2098c2ecf20Sopenharmony_ci/* AXI AP and DFD-AUX0/1 write clients Both sahre the same interface on MSS */ 2108c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_AXIAPW 0x83 2118c2ecf20Sopenharmony_ci/* ETR read clients */ 2128c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_ETRR 0x84 2138c2ecf20Sopenharmony_ci/* ETR write clients */ 2148c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_ETRW 0x85 2158c2ecf20Sopenharmony_ci/* AXI Switch read client */ 2168c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_AXISR 0x8c 2178c2ecf20Sopenharmony_ci/* AXI Switch write client */ 2188c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_AXISW 0x8d 2198c2ecf20Sopenharmony_ci/* EQOS read client */ 2208c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_EQOSR 0x8e 2218c2ecf20Sopenharmony_ci/* EQOS write client */ 2228c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_EQOSW 0x8f 2238c2ecf20Sopenharmony_ci/* UFSHC read client */ 2248c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_UFSHCR 0x90 2258c2ecf20Sopenharmony_ci/* UFSHC write client */ 2268c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_UFSHCW 0x91 2278c2ecf20Sopenharmony_ci/* NVDISPLAY read client */ 2288c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVDISPLAYR 0x92 2298c2ecf20Sopenharmony_ci/* BPMP read client */ 2308c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_BPMPR 0x93 2318c2ecf20Sopenharmony_ci/* BPMP write client */ 2328c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_BPMPW 0x94 2338c2ecf20Sopenharmony_ci/* BPMPDMA read client */ 2348c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_BPMPDMAR 0x95 2358c2ecf20Sopenharmony_ci/* BPMPDMA write client */ 2368c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_BPMPDMAW 0x96 2378c2ecf20Sopenharmony_ci/* AON read client */ 2388c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_AONR 0x97 2398c2ecf20Sopenharmony_ci/* AON write client */ 2408c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_AONW 0x98 2418c2ecf20Sopenharmony_ci/* AONDMA read client */ 2428c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_AONDMAR 0x99 2438c2ecf20Sopenharmony_ci/* AONDMA write client */ 2448c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_AONDMAW 0x9a 2458c2ecf20Sopenharmony_ci/* SCE read client */ 2468c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_SCER 0x9b 2478c2ecf20Sopenharmony_ci/* SCE write client */ 2488c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_SCEW 0x9c 2498c2ecf20Sopenharmony_ci/* SCEDMA read client */ 2508c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_SCEDMAR 0x9d 2518c2ecf20Sopenharmony_ci/* SCEDMA write client */ 2528c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_SCEDMAW 0x9e 2538c2ecf20Sopenharmony_ci/* APEDMA read client */ 2548c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_APEDMAR 0x9f 2558c2ecf20Sopenharmony_ci/* APEDMA write client */ 2568c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_APEDMAW 0xa0 2578c2ecf20Sopenharmony_ci/* NVDISPLAY read client instance 2 */ 2588c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVDISPLAYR1 0xa1 2598c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_VICSRD1 0xa2 2608c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVDECSRD1 0xa3 2618c2ecf20Sopenharmony_ci/* MSS internal memqual MIU0 read clients */ 2628c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU0R 0xa6 2638c2ecf20Sopenharmony_ci/* MSS internal memqual MIU0 write clients */ 2648c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU0W 0xa7 2658c2ecf20Sopenharmony_ci/* MSS internal memqual MIU1 read clients */ 2668c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU1R 0xa8 2678c2ecf20Sopenharmony_ci/* MSS internal memqual MIU1 write clients */ 2688c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU1W 0xa9 2698c2ecf20Sopenharmony_ci/* MSS internal memqual MIU2 read clients */ 2708c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU2R 0xae 2718c2ecf20Sopenharmony_ci/* MSS internal memqual MIU2 write clients */ 2728c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU2W 0xaf 2738c2ecf20Sopenharmony_ci/* MSS internal memqual MIU3 read clients */ 2748c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU3R 0xb0 2758c2ecf20Sopenharmony_ci/* MSS internal memqual MIU3 write clients */ 2768c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU3W 0xb1 2778c2ecf20Sopenharmony_ci/* MSS internal memqual MIU4 read clients */ 2788c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU4R 0xb2 2798c2ecf20Sopenharmony_ci/* MSS internal memqual MIU4 write clients */ 2808c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU4W 0xb3 2818c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_DPMUR 0xb4 2828c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_DPMUW 0xb5 2838c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVL0R 0xb6 2848c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVL0W 0xb7 2858c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVL1R 0xb8 2868c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVL1W 0xb9 2878c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVL2R 0xba 2888c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVL2W 0xbb 2898c2ecf20Sopenharmony_ci/* VI FLACON read clients */ 2908c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_VIFALR 0xbc 2918c2ecf20Sopenharmony_ci/* VIFAL write clients */ 2928c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_VIFALW 0xbd 2938c2ecf20Sopenharmony_ci/* DLA0ARDA read clients */ 2948c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_DLA0RDA 0xbe 2958c2ecf20Sopenharmony_ci/* DLA0 Falcon read clients */ 2968c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_DLA0FALRDB 0xbf 2978c2ecf20Sopenharmony_ci/* DLA0 write clients */ 2988c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_DLA0WRA 0xc0 2998c2ecf20Sopenharmony_ci/* DLA0 write clients */ 3008c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_DLA0FALWRB 0xc1 3018c2ecf20Sopenharmony_ci/* DLA1ARDA read clients */ 3028c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_DLA1RDA 0xc2 3038c2ecf20Sopenharmony_ci/* DLA1 Falcon read clients */ 3048c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_DLA1FALRDB 0xc3 3058c2ecf20Sopenharmony_ci/* DLA1 write clients */ 3068c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_DLA1WRA 0xc4 3078c2ecf20Sopenharmony_ci/* DLA1 write clients */ 3088c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_DLA1FALWRB 0xc5 3098c2ecf20Sopenharmony_ci/* PVA0RDA read clients */ 3108c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA0RDA 0xc6 3118c2ecf20Sopenharmony_ci/* PVA0RDB read clients */ 3128c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA0RDB 0xc7 3138c2ecf20Sopenharmony_ci/* PVA0RDC read clients */ 3148c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA0RDC 0xc8 3158c2ecf20Sopenharmony_ci/* PVA0WRA write clients */ 3168c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA0WRA 0xc9 3178c2ecf20Sopenharmony_ci/* PVA0WRB write clients */ 3188c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA0WRB 0xca 3198c2ecf20Sopenharmony_ci/* PVA0WRC write clients */ 3208c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA0WRC 0xcb 3218c2ecf20Sopenharmony_ci/* PVA1RDA read clients */ 3228c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA1RDA 0xcc 3238c2ecf20Sopenharmony_ci/* PVA1RDB read clients */ 3248c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA1RDB 0xcd 3258c2ecf20Sopenharmony_ci/* PVA1RDC read clients */ 3268c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA1RDC 0xce 3278c2ecf20Sopenharmony_ci/* PVA1WRA write clients */ 3288c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA1WRA 0xcf 3298c2ecf20Sopenharmony_ci/* PVA1WRB write clients */ 3308c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA1WRB 0xd0 3318c2ecf20Sopenharmony_ci/* PVA1WRC write clients */ 3328c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA1WRC 0xd1 3338c2ecf20Sopenharmony_ci/* RCE read client */ 3348c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_RCER 0xd2 3358c2ecf20Sopenharmony_ci/* RCE write client */ 3368c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_RCEW 0xd3 3378c2ecf20Sopenharmony_ci/* RCEDMA read client */ 3388c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_RCEDMAR 0xd4 3398c2ecf20Sopenharmony_ci/* RCEDMA write client */ 3408c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_RCEDMAW 0xd5 3418c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVENC1SRD 0xd6 3428c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVENC1SWR 0xd7 3438c2ecf20Sopenharmony_ci/* PCIE0 read clients */ 3448c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PCIE0R 0xd8 3458c2ecf20Sopenharmony_ci/* PCIE0 write clients */ 3468c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PCIE0W 0xd9 3478c2ecf20Sopenharmony_ci/* PCIE1 read clients */ 3488c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PCIE1R 0xda 3498c2ecf20Sopenharmony_ci/* PCIE1 write clients */ 3508c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PCIE1W 0xdb 3518c2ecf20Sopenharmony_ci/* PCIE2 read clients */ 3528c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PCIE2AR 0xdc 3538c2ecf20Sopenharmony_ci/* PCIE2 write clients */ 3548c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PCIE2AW 0xdd 3558c2ecf20Sopenharmony_ci/* PCIE3 read clients */ 3568c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PCIE3R 0xde 3578c2ecf20Sopenharmony_ci/* PCIE3 write clients */ 3588c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PCIE3W 0xdf 3598c2ecf20Sopenharmony_ci/* PCIE4 read clients */ 3608c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PCIE4R 0xe0 3618c2ecf20Sopenharmony_ci/* PCIE4 write clients */ 3628c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PCIE4W 0xe1 3638c2ecf20Sopenharmony_ci/* PCIE5 read clients */ 3648c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PCIE5R 0xe2 3658c2ecf20Sopenharmony_ci/* PCIE5 write clients */ 3668c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PCIE5W 0xe3 3678c2ecf20Sopenharmony_ci/* ISP read client 1 for Crossbar A */ 3688c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_ISPFALW 0xe4 3698c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVL3R 0xe5 3708c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVL3W 0xe6 3718c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVL4R 0xe7 3728c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVL4W 0xe8 3738c2ecf20Sopenharmony_ci/* DLA0ARDA1 read clients */ 3748c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_DLA0RDA1 0xe9 3758c2ecf20Sopenharmony_ci/* DLA1ARDA1 read clients */ 3768c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_DLA1RDA1 0xea 3778c2ecf20Sopenharmony_ci/* PVA0RDA1 read clients */ 3788c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA0RDA1 0xeb 3798c2ecf20Sopenharmony_ci/* PVA0RDB1 read clients */ 3808c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA0RDB1 0xec 3818c2ecf20Sopenharmony_ci/* PVA1RDA1 read clients */ 3828c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA1RDA1 0xed 3838c2ecf20Sopenharmony_ci/* PVA1RDB1 read clients */ 3848c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PVA1RDB1 0xee 3858c2ecf20Sopenharmony_ci/* PCIE5r1 read clients */ 3868c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PCIE5R1 0xef 3878c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVENCSRD1 0xf0 3888c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVENC1SRD1 0xf1 3898c2ecf20Sopenharmony_ci/* ISP read client for Crossbar A */ 3908c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_ISPRA1 0xf2 3918c2ecf20Sopenharmony_ci/* PCIE0 read clients */ 3928c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_PCIE0R1 0xf3 3938c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVL0RHP 0xf4 3948c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVL1RHP 0xf5 3958c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVL2RHP 0xf6 3968c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVL3RHP 0xf7 3978c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVL4RHP 0xf8 3988c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVDEC1SRD 0xf9 3998c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVDEC1SRD1 0xfa 4008c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_NVDEC1SWR 0xfb 4018c2ecf20Sopenharmony_ci/* MSS internal memqual MIU5 read clients */ 4028c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU5R 0xfc 4038c2ecf20Sopenharmony_ci/* MSS internal memqual MIU5 write clients */ 4048c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU5W 0xfd 4058c2ecf20Sopenharmony_ci/* MSS internal memqual MIU6 read clients */ 4068c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU6R 0xfe 4078c2ecf20Sopenharmony_ci/* MSS internal memqual MIU6 write clients */ 4088c2ecf20Sopenharmony_ci#define TEGRA194_MEMORY_CLIENT_MIU6W 0xff 4098c2ecf20Sopenharmony_ci 4108c2ecf20Sopenharmony_ci#endif 411