1 /* $NetBSD: qcom,mmcc-msm8960.h,v 1.1 2017/06/15 20:14:23 jmcneill Exp $ */ 2 3 /* 4 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 5 * 6 * This software is licensed under the terms of the GNU General Public 7 * License version 2, as published by the Free Software Foundation, and 8 * may be copied, distributed, and modified under those terms. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 */ 15 16 #ifndef _DT_BINDINGS_RESET_MSM_MMCC_8960_H 17 #define _DT_BINDINGS_RESET_MSM_MMCC_8960_H 18 19 #define VPE_AXI_RESET 0 20 #define IJPEG_AXI_RESET 1 21 #define MPD_AXI_RESET 2 22 #define VFE_AXI_RESET 3 23 #define SP_AXI_RESET 4 24 #define VCODEC_AXI_RESET 5 25 #define ROT_AXI_RESET 6 26 #define VCODEC_AXI_A_RESET 7 27 #define VCODEC_AXI_B_RESET 8 28 #define FAB_S3_AXI_RESET 9 29 #define FAB_S2_AXI_RESET 10 30 #define FAB_S1_AXI_RESET 11 31 #define FAB_S0_AXI_RESET 12 32 #define SMMU_GFX3D_ABH_RESET 13 33 #define SMMU_VPE_AHB_RESET 14 34 #define SMMU_VFE_AHB_RESET 15 35 #define SMMU_ROT_AHB_RESET 16 36 #define SMMU_VCODEC_B_AHB_RESET 17 37 #define SMMU_VCODEC_A_AHB_RESET 18 38 #define SMMU_MDP1_AHB_RESET 19 39 #define SMMU_MDP0_AHB_RESET 20 40 #define SMMU_JPEGD_AHB_RESET 21 41 #define SMMU_IJPEG_AHB_RESET 22 42 #define SMMU_GFX2D0_AHB_RESET 23 43 #define SMMU_GFX2D1_AHB_RESET 24 44 #define APU_AHB_RESET 25 45 #define CSI_AHB_RESET 26 46 #define TV_ENC_AHB_RESET 27 47 #define VPE_AHB_RESET 28 48 #define FABRIC_AHB_RESET 29 49 #define GFX2D0_AHB_RESET 30 50 #define GFX2D1_AHB_RESET 31 51 #define GFX3D_AHB_RESET 32 52 #define HDMI_AHB_RESET 33 53 #define MSSS_IMEM_AHB_RESET 34 54 #define IJPEG_AHB_RESET 35 55 #define DSI_M_AHB_RESET 36 56 #define DSI_S_AHB_RESET 37 57 #define JPEGD_AHB_RESET 38 58 #define MDP_AHB_RESET 39 59 #define ROT_AHB_RESET 40 60 #define VCODEC_AHB_RESET 41 61 #define VFE_AHB_RESET 42 62 #define DSI2_M_AHB_RESET 43 63 #define DSI2_S_AHB_RESET 44 64 #define CSIPHY2_RESET 45 65 #define CSI_PIX1_RESET 46 66 #define CSIPHY0_RESET 47 67 #define CSIPHY1_RESET 48 68 #define DSI2_RESET 49 69 #define VFE_CSI_RESET 50 70 #define MDP_RESET 51 71 #define AMP_RESET 52 72 #define JPEGD_RESET 53 73 #define CSI1_RESET 54 74 #define VPE_RESET 55 75 #define MMSS_FABRIC_RESET 56 76 #define VFE_RESET 57 77 #define GFX2D0_RESET 58 78 #define GFX2D1_RESET 59 79 #define GFX3D_RESET 60 80 #define HDMI_RESET 61 81 #define MMSS_IMEM_RESET 62 82 #define IJPEG_RESET 63 83 #define CSI0_RESET 64 84 #define DSI_RESET 65 85 #define VCODEC_RESET 66 86 #define MDP_TV_RESET 67 87 #define MDP_VSYNC_RESET 68 88 #define ROT_RESET 69 89 #define TV_HDMI_RESET 70 90 #define TV_ENC_RESET 71 91 #define CSI2_RESET 72 92 #define CSI_RDI1_RESET 73 93 #define CSI_RDI2_RESET 74 94 #define GFX3D_AXI_RESET 75 95 #define VCAP_AXI_RESET 76 96 #define SMMU_VCAP_AHB_RESET 77 97 #define VCAP_AHB_RESET 78 98 #define CSI_RDI_RESET 79 99 #define CSI_PIX_RESET 80 100 #define VCAP_NPL_RESET 81 101 #define VCAP_RESET 82 102 103 #endif 104