Home | History | Annotate | Line # | Download | only in clock
      1  1.1  jmcneill /*	$NetBSD: qcom,gpucc-sc7280.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Copyright (c) 2021, The Linux Foundation. All rights reserved.
      6  1.1  jmcneill  */
      7  1.1  jmcneill 
      8  1.1  jmcneill #ifndef _DT_BINDINGS_CLK_QCOM_GPU_CC_SC7280_H
      9  1.1  jmcneill #define _DT_BINDINGS_CLK_QCOM_GPU_CC_SC7280_H
     10  1.1  jmcneill 
     11  1.1  jmcneill /* GPU_CC clocks */
     12  1.1  jmcneill #define GPU_CC_PLL0				0
     13  1.1  jmcneill #define GPU_CC_PLL1				1
     14  1.1  jmcneill #define GPU_CC_AHB_CLK				2
     15  1.1  jmcneill #define GPU_CC_CB_CLK				3
     16  1.1  jmcneill #define GPU_CC_CRC_AHB_CLK			4
     17  1.1  jmcneill #define GPU_CC_CX_GMU_CLK			5
     18  1.1  jmcneill #define GPU_CC_CX_SNOC_DVM_CLK			6
     19  1.1  jmcneill #define GPU_CC_CXO_AON_CLK			7
     20  1.1  jmcneill #define GPU_CC_CXO_CLK				8
     21  1.1  jmcneill #define GPU_CC_GMU_CLK_SRC			9
     22  1.1  jmcneill #define GPU_CC_GX_GMU_CLK			10
     23  1.1  jmcneill #define GPU_CC_HLOS1_VOTE_GPU_SMMU_CLK		11
     24  1.1  jmcneill #define GPU_CC_HUB_AHB_DIV_CLK_SRC		12
     25  1.1  jmcneill #define GPU_CC_HUB_AON_CLK			13
     26  1.1  jmcneill #define GPU_CC_HUB_CLK_SRC			14
     27  1.1  jmcneill #define GPU_CC_HUB_CX_INT_CLK			15
     28  1.1  jmcneill #define GPU_CC_HUB_CX_INT_DIV_CLK_SRC		16
     29  1.1  jmcneill #define GPU_CC_MND1X_0_GFX3D_CLK		17
     30  1.1  jmcneill #define GPU_CC_MND1X_1_GFX3D_CLK		18
     31  1.1  jmcneill #define GPU_CC_SLEEP_CLK			19
     32  1.1  jmcneill 
     33  1.1  jmcneill /* GPU_CC power domains */
     34  1.1  jmcneill #define GPU_CC_CX_GDSC				0
     35  1.1  jmcneill #define GPU_CC_GX_GDSC				1
     36  1.1  jmcneill 
     37  1.1  jmcneill #endif
     38