Home | History | Annotate | Line # | Download | only in clock
      1  1.1  jmcneill /*	$NetBSD: qcom,videocc-sm8150.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 */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
      6  1.1  jmcneill  */
      7  1.1  jmcneill 
      8  1.1  jmcneill #ifndef _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SM8150_H
      9  1.1  jmcneill #define _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SM8150_H
     10  1.1  jmcneill 
     11  1.1  jmcneill /* VIDEO_CC clocks */
     12  1.1  jmcneill #define VIDEO_CC_IRIS_AHB_CLK		0
     13  1.1  jmcneill #define VIDEO_CC_IRIS_CLK_SRC		1
     14  1.1  jmcneill #define VIDEO_CC_MVS0_CORE_CLK		2
     15  1.1  jmcneill #define VIDEO_CC_MVS1_CORE_CLK		3
     16  1.1  jmcneill #define VIDEO_CC_MVSC_CORE_CLK		4
     17  1.1  jmcneill #define VIDEO_CC_PLL0			5
     18  1.1  jmcneill 
     19  1.1  jmcneill /* VIDEO_CC Resets */
     20  1.1  jmcneill #define VIDEO_CC_MVSC_CORE_CLK_BCR	0
     21  1.1  jmcneill 
     22  1.1  jmcneill /* VIDEO_CC GDSCRs */
     23  1.1  jmcneill #define VENUS_GDSC			0
     24  1.1  jmcneill #define VCODEC0_GDSC			1
     25  1.1  jmcneill #define VCODEC1_GDSC			2
     26  1.1  jmcneill 
     27  1.1  jmcneill #endif
     28