The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/include/dt-bindings/clock/qcom,videocc-sdm845.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* SPDX-License-Identifier: GPL-2.0 */
    2 /*
    3  * Copyright (c) 2018, The Linux Foundation. All rights reserved.
    4  */
    5 
    6 #ifndef _DT_BINDINGS_CLK_SDM_VIDEO_CC_SDM845_H
    7 #define _DT_BINDINGS_CLK_SDM_VIDEO_CC_SDM845_H
    8 
    9 /* VIDEO_CC clock registers */
   10 #define VIDEO_CC_APB_CLK                0
   11 #define VIDEO_CC_AT_CLK                 1
   12 #define VIDEO_CC_QDSS_TRIG_CLK          2
   13 #define VIDEO_CC_QDSS_TSCTR_DIV8_CLK    3
   14 #define VIDEO_CC_VCODEC0_AXI_CLK        4
   15 #define VIDEO_CC_VCODEC0_CORE_CLK       5
   16 #define VIDEO_CC_VCODEC1_AXI_CLK        6
   17 #define VIDEO_CC_VCODEC1_CORE_CLK       7
   18 #define VIDEO_CC_VENUS_AHB_CLK          8
   19 #define VIDEO_CC_VENUS_CLK_SRC          9
   20 #define VIDEO_CC_VENUS_CTL_AXI_CLK      10
   21 #define VIDEO_CC_VENUS_CTL_CORE_CLK     11
   22 #define VIDEO_PLL0                      12
   23 
   24 /* VIDEO_CC Resets */
   25 #define VIDEO_CC_VENUS_BCR              0
   26 #define VIDEO_CC_VCODEC0_BCR            1
   27 #define VIDEO_CC_VCODEC1_BCR            2
   28 #define VIDEO_CC_INTERFACE_BCR          3
   29 
   30 /* VIDEO_CC GDSCRs */
   31 #define VENUS_GDSC                      0
   32 #define VCODEC0_GDSC                    1
   33 #define VCODEC1_GDSC                    2
   34 
   35 #endif

Cache object: 50de66415a0758403cb835314a77eccb


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.