1/* $NetBSD: qcom,mmcc-msm8960.h,v 1.1.1.2 2020/01/03 14:33:06 skrll Exp $ */ 2 3/* SPDX-License-Identifier: GPL-2.0-only */ 4/* 5 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 6 */ 7 8#ifndef _DT_BINDINGS_RESET_MSM_MMCC_8960_H 9#define _DT_BINDINGS_RESET_MSM_MMCC_8960_H 10 11#define VPE_AXI_RESET 0 12#define IJPEG_AXI_RESET 1 13#define MPD_AXI_RESET 2 14#define VFE_AXI_RESET 3 15#define SP_AXI_RESET 4 16#define VCODEC_AXI_RESET 5 17#define ROT_AXI_RESET 6 18#define VCODEC_AXI_A_RESET 7 19#define VCODEC_AXI_B_RESET 8 20#define FAB_S3_AXI_RESET 9 21#define FAB_S2_AXI_RESET 10 22#define FAB_S1_AXI_RESET 11 23#define FAB_S0_AXI_RESET 12 24#define SMMU_GFX3D_ABH_RESET 13 25#define SMMU_VPE_AHB_RESET 14 26#define SMMU_VFE_AHB_RESET 15 27#define SMMU_ROT_AHB_RESET 16 28#define SMMU_VCODEC_B_AHB_RESET 17 29#define SMMU_VCODEC_A_AHB_RESET 18 30#define SMMU_MDP1_AHB_RESET 19 31#define SMMU_MDP0_AHB_RESET 20 32#define SMMU_JPEGD_AHB_RESET 21 33#define SMMU_IJPEG_AHB_RESET 22 34#define SMMU_GFX2D0_AHB_RESET 23 35#define SMMU_GFX2D1_AHB_RESET 24 36#define APU_AHB_RESET 25 37#define CSI_AHB_RESET 26 38#define TV_ENC_AHB_RESET 27 39#define VPE_AHB_RESET 28 40#define FABRIC_AHB_RESET 29 41#define GFX2D0_AHB_RESET 30 42#define GFX2D1_AHB_RESET 31 43#define GFX3D_AHB_RESET 32 44#define HDMI_AHB_RESET 33 45#define MSSS_IMEM_AHB_RESET 34 46#define IJPEG_AHB_RESET 35 47#define DSI_M_AHB_RESET 36 48#define DSI_S_AHB_RESET 37 49#define JPEGD_AHB_RESET 38 50#define MDP_AHB_RESET 39 51#define ROT_AHB_RESET 40 52#define VCODEC_AHB_RESET 41 53#define VFE_AHB_RESET 42 54#define DSI2_M_AHB_RESET 43 55#define DSI2_S_AHB_RESET 44 56#define CSIPHY2_RESET 45 57#define CSI_PIX1_RESET 46 58#define CSIPHY0_RESET 47 59#define CSIPHY1_RESET 48 60#define DSI2_RESET 49 61#define VFE_CSI_RESET 50 62#define MDP_RESET 51 63#define AMP_RESET 52 64#define JPEGD_RESET 53 65#define CSI1_RESET 54 66#define VPE_RESET 55 67#define MMSS_FABRIC_RESET 56 68#define VFE_RESET 57 69#define GFX2D0_RESET 58 70#define GFX2D1_RESET 59 71#define GFX3D_RESET 60 72#define HDMI_RESET 61 73#define MMSS_IMEM_RESET 62 74#define IJPEG_RESET 63 75#define CSI0_RESET 64 76#define DSI_RESET 65 77#define VCODEC_RESET 66 78#define MDP_TV_RESET 67 79#define MDP_VSYNC_RESET 68 80#define ROT_RESET 69 81#define TV_HDMI_RESET 70 82#define TV_ENC_RESET 71 83#define CSI2_RESET 72 84#define CSI_RDI1_RESET 73 85#define CSI_RDI2_RESET 74 86#define GFX3D_AXI_RESET 75 87#define VCAP_AXI_RESET 76 88#define SMMU_VCAP_AHB_RESET 77 89#define VCAP_AHB_RESET 78 90#define CSI_RDI_RESET 79 91#define CSI_PIX_RESET 80 92#define VCAP_NPL_RESET 81 93#define VCAP_RESET 82 94 95#endif 96