1 1.1 jmcneill /* $NetBSD: tegra20-mc.h,v 1.1.1.2 2021/11/07 16:49:56 jmcneill Exp $ */ 2 1.1 jmcneill 3 1.1 jmcneill /* SPDX-License-Identifier: GPL-2.0 */ 4 1.1 jmcneill #ifndef DT_BINDINGS_MEMORY_TEGRA20_MC_H 5 1.1 jmcneill #define DT_BINDINGS_MEMORY_TEGRA20_MC_H 6 1.1 jmcneill 7 1.1 jmcneill #define TEGRA20_MC_RESET_AVPC 0 8 1.1 jmcneill #define TEGRA20_MC_RESET_DC 1 9 1.1 jmcneill #define TEGRA20_MC_RESET_DCB 2 10 1.1 jmcneill #define TEGRA20_MC_RESET_EPP 3 11 1.1 jmcneill #define TEGRA20_MC_RESET_2D 4 12 1.1 jmcneill #define TEGRA20_MC_RESET_HC 5 13 1.1 jmcneill #define TEGRA20_MC_RESET_ISP 6 14 1.1 jmcneill #define TEGRA20_MC_RESET_MPCORE 7 15 1.1 jmcneill #define TEGRA20_MC_RESET_MPEA 8 16 1.1 jmcneill #define TEGRA20_MC_RESET_MPEB 9 17 1.1 jmcneill #define TEGRA20_MC_RESET_MPEC 10 18 1.1 jmcneill #define TEGRA20_MC_RESET_3D 11 19 1.1 jmcneill #define TEGRA20_MC_RESET_PPCS 12 20 1.1 jmcneill #define TEGRA20_MC_RESET_VDE 13 21 1.1 jmcneill #define TEGRA20_MC_RESET_VI 14 22 1.1 jmcneill 23 1.1.1.2 jmcneill #define TEGRA20_MC_DISPLAY0A 0 24 1.1.1.2 jmcneill #define TEGRA20_MC_DISPLAY0AB 1 25 1.1.1.2 jmcneill #define TEGRA20_MC_DISPLAY0B 2 26 1.1.1.2 jmcneill #define TEGRA20_MC_DISPLAY0BB 3 27 1.1.1.2 jmcneill #define TEGRA20_MC_DISPLAY0C 4 28 1.1.1.2 jmcneill #define TEGRA20_MC_DISPLAY0CB 5 29 1.1.1.2 jmcneill #define TEGRA20_MC_DISPLAY1B 6 30 1.1.1.2 jmcneill #define TEGRA20_MC_DISPLAY1BB 7 31 1.1.1.2 jmcneill #define TEGRA20_MC_EPPUP 8 32 1.1.1.2 jmcneill #define TEGRA20_MC_G2PR 9 33 1.1.1.2 jmcneill #define TEGRA20_MC_G2SR 10 34 1.1.1.2 jmcneill #define TEGRA20_MC_MPEUNIFBR 11 35 1.1.1.2 jmcneill #define TEGRA20_MC_VIRUV 12 36 1.1.1.2 jmcneill #define TEGRA20_MC_AVPCARM7R 13 37 1.1.1.2 jmcneill #define TEGRA20_MC_DISPLAYHC 14 38 1.1.1.2 jmcneill #define TEGRA20_MC_DISPLAYHCB 15 39 1.1.1.2 jmcneill #define TEGRA20_MC_FDCDRD 16 40 1.1.1.2 jmcneill #define TEGRA20_MC_G2DR 17 41 1.1.1.2 jmcneill #define TEGRA20_MC_HOST1XDMAR 18 42 1.1.1.2 jmcneill #define TEGRA20_MC_HOST1XR 19 43 1.1.1.2 jmcneill #define TEGRA20_MC_IDXSRD 20 44 1.1.1.2 jmcneill #define TEGRA20_MC_MPCORER 21 45 1.1.1.2 jmcneill #define TEGRA20_MC_MPE_IPRED 22 46 1.1.1.2 jmcneill #define TEGRA20_MC_MPEAMEMRD 23 47 1.1.1.2 jmcneill #define TEGRA20_MC_MPECSRD 24 48 1.1.1.2 jmcneill #define TEGRA20_MC_PPCSAHBDMAR 25 49 1.1.1.2 jmcneill #define TEGRA20_MC_PPCSAHBSLVR 26 50 1.1.1.2 jmcneill #define TEGRA20_MC_TEXSRD 27 51 1.1.1.2 jmcneill #define TEGRA20_MC_VDEBSEVR 28 52 1.1.1.2 jmcneill #define TEGRA20_MC_VDEMBER 29 53 1.1.1.2 jmcneill #define TEGRA20_MC_VDEMCER 30 54 1.1.1.2 jmcneill #define TEGRA20_MC_VDETPER 31 55 1.1.1.2 jmcneill #define TEGRA20_MC_EPPU 32 56 1.1.1.2 jmcneill #define TEGRA20_MC_EPPV 33 57 1.1.1.2 jmcneill #define TEGRA20_MC_EPPY 34 58 1.1.1.2 jmcneill #define TEGRA20_MC_MPEUNIFBW 35 59 1.1.1.2 jmcneill #define TEGRA20_MC_VIWSB 36 60 1.1.1.2 jmcneill #define TEGRA20_MC_VIWU 37 61 1.1.1.2 jmcneill #define TEGRA20_MC_VIWV 38 62 1.1.1.2 jmcneill #define TEGRA20_MC_VIWY 39 63 1.1.1.2 jmcneill #define TEGRA20_MC_G2DW 40 64 1.1.1.2 jmcneill #define TEGRA20_MC_AVPCARM7W 41 65 1.1.1.2 jmcneill #define TEGRA20_MC_FDCDWR 42 66 1.1.1.2 jmcneill #define TEGRA20_MC_HOST1XW 43 67 1.1.1.2 jmcneill #define TEGRA20_MC_ISPW 44 68 1.1.1.2 jmcneill #define TEGRA20_MC_MPCOREW 45 69 1.1.1.2 jmcneill #define TEGRA20_MC_MPECSWR 46 70 1.1.1.2 jmcneill #define TEGRA20_MC_PPCSAHBDMAW 47 71 1.1.1.2 jmcneill #define TEGRA20_MC_PPCSAHBSLVW 48 72 1.1.1.2 jmcneill #define TEGRA20_MC_VDEBSEVW 49 73 1.1.1.2 jmcneill #define TEGRA20_MC_VDEMBEW 50 74 1.1.1.2 jmcneill #define TEGRA20_MC_VDETPMW 51 75 1.1.1.2 jmcneill 76 1.1 jmcneill #endif 77