Home | History | Annotate | Line # | Download | only in clock
      1  1.1  jmcneill /*	$NetBSD: qcom,videocc-sc7180.h,v 1.1.1.1 2021/11/07 16:49:59 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) 2019, 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_SC7180_H
      9  1.1  jmcneill #define _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SC7180_H
     10  1.1  jmcneill 
     11  1.1  jmcneill /* VIDEO_CC clocks */
     12  1.1  jmcneill #define VIDEO_PLL0				0
     13  1.1  jmcneill #define VIDEO_CC_VCODEC0_AXI_CLK		1
     14  1.1  jmcneill #define VIDEO_CC_VCODEC0_CORE_CLK		2
     15  1.1  jmcneill #define VIDEO_CC_VENUS_AHB_CLK			3
     16  1.1  jmcneill #define VIDEO_CC_VENUS_CLK_SRC			4
     17  1.1  jmcneill #define VIDEO_CC_VENUS_CTL_AXI_CLK		5
     18  1.1  jmcneill #define VIDEO_CC_VENUS_CTL_CORE_CLK		6
     19  1.1  jmcneill #define VIDEO_CC_XO_CLK				7
     20  1.1  jmcneill 
     21  1.1  jmcneill /* VIDEO_CC GDSCRs */
     22  1.1  jmcneill #define VENUS_GDSC				0
     23  1.1  jmcneill #define VCODEC0_GDSC				1
     24  1.1  jmcneill 
     25  1.1  jmcneill #endif
     26