Home | History | Annotate | Line # | Download | only in clock
      1  1.1  jmcneill /*	$NetBSD: qcom,gpucc-sdm845.h,v 1.1.1.1 2019/05/25 11:29:13 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Copyright (c) 2018, The Linux Foundation. All rights reserved.
      6  1.1  jmcneill  */
      7  1.1  jmcneill 
      8  1.1  jmcneill #ifndef _DT_BINDINGS_CLK_SDM_GPU_CC_SDM845_H
      9  1.1  jmcneill #define _DT_BINDINGS_CLK_SDM_GPU_CC_SDM845_H
     10  1.1  jmcneill 
     11  1.1  jmcneill /* GPU_CC clock registers */
     12  1.1  jmcneill #define GPU_CC_CX_GMU_CLK			0
     13  1.1  jmcneill #define GPU_CC_CXO_CLK				1
     14  1.1  jmcneill #define GPU_CC_GMU_CLK_SRC			2
     15  1.1  jmcneill #define GPU_CC_PLL1				3
     16  1.1  jmcneill 
     17  1.1  jmcneill /* GPU_CC Resets */
     18  1.1  jmcneill #define GPUCC_GPU_CC_CX_BCR			0
     19  1.1  jmcneill #define GPUCC_GPU_CC_GMU_BCR			1
     20  1.1  jmcneill #define GPUCC_GPU_CC_XO_BCR			2
     21  1.1  jmcneill 
     22  1.1  jmcneill /* GPU_CC GDSCRs */
     23  1.1  jmcneill #define GPU_CX_GDSC				0
     24  1.1  jmcneill #define GPU_GX_GDSC				1
     25  1.1  jmcneill 
     26  1.1  jmcneill #endif
     27