18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2019, Jeffrey Hugo
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_MSM_GPUCC_8998_H
78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_CLK_MSM_GPUCC_8998_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define GPUPLL0						0
108c2ecf20Sopenharmony_ci#define GPUPLL0_OUT_EVEN				1
118c2ecf20Sopenharmony_ci#define RBCPR_CLK_SRC					2
128c2ecf20Sopenharmony_ci#define GFX3D_CLK_SRC					3
138c2ecf20Sopenharmony_ci#define RBBMTIMER_CLK_SRC				4
148c2ecf20Sopenharmony_ci#define GFX3D_ISENSE_CLK_SRC				5
158c2ecf20Sopenharmony_ci#define RBCPR_CLK					6
168c2ecf20Sopenharmony_ci#define GFX3D_CLK					7
178c2ecf20Sopenharmony_ci#define RBBMTIMER_CLK					8
188c2ecf20Sopenharmony_ci#define GFX3D_ISENSE_CLK				9
198c2ecf20Sopenharmony_ci#define GPUCC_CXO_CLK					10
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ci#define GPU_CX_BCR					0
228c2ecf20Sopenharmony_ci#define RBCPR_BCR					1
238c2ecf20Sopenharmony_ci#define GPU_GX_BCR					2
248c2ecf20Sopenharmony_ci#define GPU_ISENSE_BCR					3
258c2ecf20Sopenharmony_ci
268c2ecf20Sopenharmony_ci#define GPU_CX_GDSC					1
278c2ecf20Sopenharmony_ci#define GPU_GX_GDSC					2
288c2ecf20Sopenharmony_ci
298c2ecf20Sopenharmony_ci#endif
30