xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/reset/qcom,sm8450-gpucc.h (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2*f126890aSEmmanuel Vadot /*
3*f126890aSEmmanuel Vadot  * Copyright (c) 2019, The Linux Foundation. All rights reserved.
4*f126890aSEmmanuel Vadot  * Copyright (c) 2023, Linaro Limited
5*f126890aSEmmanuel Vadot  */
6*f126890aSEmmanuel Vadot 
7*f126890aSEmmanuel Vadot #ifndef _DT_BINDINGS_RESET_QCOM_GPU_CC_SM8450_H
8*f126890aSEmmanuel Vadot #define _DT_BINDINGS_RESET_QCOM_GPU_CC_SM8450_H
9*f126890aSEmmanuel Vadot 
10*f126890aSEmmanuel Vadot #define GPUCC_GPU_CC_ACD_BCR			0
11*f126890aSEmmanuel Vadot #define GPUCC_GPU_CC_CX_BCR			1
12*f126890aSEmmanuel Vadot #define GPUCC_GPU_CC_FAST_HUB_BCR		2
13*f126890aSEmmanuel Vadot #define GPUCC_GPU_CC_FF_BCR			3
14*f126890aSEmmanuel Vadot #define GPUCC_GPU_CC_GFX3D_AON_BCR		4
15*f126890aSEmmanuel Vadot #define GPUCC_GPU_CC_GMU_BCR			5
16*f126890aSEmmanuel Vadot #define GPUCC_GPU_CC_GX_BCR			6
17*f126890aSEmmanuel Vadot #define GPUCC_GPU_CC_XO_BCR			7
18*f126890aSEmmanuel Vadot #define GPUCC_GPU_CC_GX_ACD_IROOT_BCR		8
19*f126890aSEmmanuel Vadot 
20*f126890aSEmmanuel Vadot #endif
21