xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/reset/qcom,x1e80100-gpucc.h (revision 01950c46b8155250f64374fb72fc11faa44bf099)
1*01950c46SEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2*01950c46SEmmanuel Vadot /*
3*01950c46SEmmanuel Vadot  * Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
4*01950c46SEmmanuel Vadot  */
5*01950c46SEmmanuel Vadot 
6*01950c46SEmmanuel Vadot #ifndef _DT_BINDINGS_RESET_QCOM_X1E80100_GPU_CC_H
7*01950c46SEmmanuel Vadot #define _DT_BINDINGS_RESET_QCOM_X1E80100_GPU_CC_H
8*01950c46SEmmanuel Vadot 
9*01950c46SEmmanuel Vadot #define GPUCC_GPU_CC_ACD_BCR					0
10*01950c46SEmmanuel Vadot #define GPUCC_GPU_CC_CB_BCR					1
11*01950c46SEmmanuel Vadot #define GPUCC_GPU_CC_CX_BCR					2
12*01950c46SEmmanuel Vadot #define GPUCC_GPU_CC_FAST_HUB_BCR				3
13*01950c46SEmmanuel Vadot #define GPUCC_GPU_CC_FF_BCR					4
14*01950c46SEmmanuel Vadot #define GPUCC_GPU_CC_GFX3D_AON_BCR				5
15*01950c46SEmmanuel Vadot #define GPUCC_GPU_CC_GMU_BCR					6
16*01950c46SEmmanuel Vadot #define GPUCC_GPU_CC_GX_BCR					7
17*01950c46SEmmanuel Vadot #define GPUCC_GPU_CC_XO_BCR					8
18*01950c46SEmmanuel Vadot 
19*01950c46SEmmanuel Vadot #endif
20