brintos

brintos / linux-shallow public Read only

0
0
Text · 2.9 KiB · 1f9be10 Raw
101 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Copyright 2015 Linaro Limited4 */5 6#ifndef _DT_BINDINGS_RESET_MSM_GCC_8916_H7#define _DT_BINDINGS_RESET_MSM_GCC_8916_H8 9#define GCC_BLSP1_BCR			010#define GCC_BLSP1_QUP1_BCR		111#define GCC_BLSP1_UART1_BCR		212#define GCC_BLSP1_QUP2_BCR		313#define GCC_BLSP1_UART2_BCR		414#define GCC_BLSP1_QUP3_BCR		515#define GCC_BLSP1_QUP4_BCR		616#define GCC_BLSP1_QUP5_BCR		717#define GCC_BLSP1_QUP6_BCR		818#define GCC_IMEM_BCR			919#define GCC_SMMU_BCR			1020#define GCC_APSS_TCU_BCR		1121#define GCC_SMMU_XPU_BCR		1222#define GCC_PCNOC_TBU_BCR		1323#define GCC_PRNG_BCR			1424#define GCC_BOOT_ROM_BCR		1525#define GCC_CRYPTO_BCR			1626#define GCC_SEC_CTRL_BCR		1727#define GCC_AUDIO_CORE_BCR		1828#define GCC_ULT_AUDIO_BCR		1929#define GCC_DEHR_BCR			2030#define GCC_SYSTEM_NOC_BCR		2131#define GCC_PCNOC_BCR			2232#define GCC_TCSR_BCR			2333#define GCC_QDSS_BCR			2434#define GCC_DCD_BCR			2535#define GCC_MSG_RAM_BCR			2636#define GCC_MPM_BCR			2737#define GCC_SPMI_BCR			2838#define GCC_SPDM_BCR			2939#define GCC_MM_SPDM_BCR			3040#define GCC_BIMC_BCR			3141#define GCC_RBCPR_BCR			3242#define GCC_TLMM_BCR			3343#define GCC_USB_HS_BCR			3444#define GCC_USB2A_PHY_BCR		3545#define GCC_SDCC1_BCR			3646#define GCC_SDCC2_BCR			3747#define GCC_PDM_BCR			3848#define GCC_SNOC_BUS_TIMEOUT0_BCR	3949#define GCC_PCNOC_BUS_TIMEOUT0_BCR	4050#define GCC_PCNOC_BUS_TIMEOUT1_BCR	4151#define GCC_PCNOC_BUS_TIMEOUT2_BCR	4252#define GCC_PCNOC_BUS_TIMEOUT3_BCR	4353#define GCC_PCNOC_BUS_TIMEOUT4_BCR	4454#define GCC_PCNOC_BUS_TIMEOUT5_BCR	4555#define GCC_PCNOC_BUS_TIMEOUT6_BCR	4656#define GCC_PCNOC_BUS_TIMEOUT7_BCR	4757#define GCC_PCNOC_BUS_TIMEOUT8_BCR	4858#define GCC_PCNOC_BUS_TIMEOUT9_BCR	4959#define GCC_MMSS_BCR			5060#define GCC_VENUS0_BCR			5161#define GCC_MDSS_BCR			5262#define GCC_CAMSS_PHY0_BCR		5363#define GCC_CAMSS_CSI0_BCR		5464#define GCC_CAMSS_CSI0PHY_BCR		5565#define GCC_CAMSS_CSI0RDI_BCR		5666#define GCC_CAMSS_CSI0PIX_BCR		5767#define GCC_CAMSS_PHY1_BCR		5868#define GCC_CAMSS_CSI1_BCR		5969#define GCC_CAMSS_CSI1PHY_BCR		6070#define GCC_CAMSS_CSI1RDI_BCR		6171#define GCC_CAMSS_CSI1PIX_BCR		6272#define GCC_CAMSS_ISPIF_BCR		6373#define GCC_CAMSS_CCI_BCR		6474#define GCC_CAMSS_MCLK0_BCR		6575#define GCC_CAMSS_MCLK1_BCR		6676#define GCC_CAMSS_GP0_BCR		6777#define GCC_CAMSS_GP1_BCR		6878#define GCC_CAMSS_TOP_BCR		6979#define GCC_CAMSS_MICRO_BCR		7080#define GCC_CAMSS_JPEG_BCR		7181#define GCC_CAMSS_VFE_BCR		7282#define GCC_CAMSS_CSI_VFE0_BCR		7383#define GCC_OXILI_BCR			7484#define GCC_GMEM_BCR			7585#define GCC_CAMSS_AHB_BCR		7686#define GCC_MDP_TBU_BCR			7787#define GCC_GFX_TBU_BCR			7888#define GCC_GFX_TCU_BCR			7989#define GCC_MSS_TBU_AXI_BCR		8090#define GCC_MSS_TBU_GSS_AXI_BCR		8191#define GCC_MSS_TBU_Q6_AXI_BCR		8292#define GCC_GTCU_AHB_BCR		8393#define GCC_SMMU_CFG_BCR		8494#define GCC_VFE_TBU_BCR			8595#define GCC_VENUS_TBU_BCR		8696#define GCC_JPEG_TBU_BCR		8797#define GCC_PRONTO_TBU_BCR		8898#define GCC_SMMU_CATS_BCR		8999 100#endif101