11.1Sjmcneill/* $NetBSD: qcom,gpucc-sc7180.h,v 1.1.1.1 2021/11/07 16:49:58 jmcneill Exp $ */ 21.1Sjmcneill 31.1Sjmcneill/* SPDX-License-Identifier: GPL-2.0-only */ 41.1Sjmcneill/* 51.1Sjmcneill * Copyright (c) 2019, The Linux Foundation. All rights reserved. 61.1Sjmcneill */ 71.1Sjmcneill 81.1Sjmcneill#ifndef _DT_BINDINGS_CLK_QCOM_GPU_CC_SC7180_H 91.1Sjmcneill#define _DT_BINDINGS_CLK_QCOM_GPU_CC_SC7180_H 101.1Sjmcneill 111.1Sjmcneill#define GPU_CC_PLL1 0 121.1Sjmcneill#define GPU_CC_AHB_CLK 1 131.1Sjmcneill#define GPU_CC_CRC_AHB_CLK 2 141.1Sjmcneill#define GPU_CC_CX_GMU_CLK 3 151.1Sjmcneill#define GPU_CC_CX_SNOC_DVM_CLK 4 161.1Sjmcneill#define GPU_CC_CXO_AON_CLK 5 171.1Sjmcneill#define GPU_CC_CXO_CLK 6 181.1Sjmcneill#define GPU_CC_GMU_CLK_SRC 7 191.1Sjmcneill 201.1Sjmcneill/* GPU_CC GDSCRs */ 211.1Sjmcneill#define CX_GDSC 0 221.1Sjmcneill#define GX_GDSC 1 231.1Sjmcneill 241.1Sjmcneill#endif 25