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-sm8250.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-only */
    2 /*
    3  * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
    4  */
    5 
    6 #ifndef _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SM8250_H
    7 #define _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SM8250_H
    8 
    9 /* VIDEO_CC clocks */
   10 #define VIDEO_CC_MVS0_CLK_SRC           0
   11 #define VIDEO_CC_MVS0C_CLK              1
   12 #define VIDEO_CC_MVS0C_DIV2_DIV_CLK_SRC 2
   13 #define VIDEO_CC_MVS1_CLK_SRC           3
   14 #define VIDEO_CC_MVS1_DIV2_CLK          4
   15 #define VIDEO_CC_MVS1C_CLK              5
   16 #define VIDEO_CC_MVS1C_DIV2_DIV_CLK_SRC 6
   17 #define VIDEO_CC_PLL0                   7
   18 #define VIDEO_CC_PLL1                   8
   19 #define VIDEO_CC_MVS0_DIV_CLK_SRC       9
   20 #define VIDEO_CC_MVS0_CLK               10
   21 
   22 /* VIDEO_CC resets */
   23 #define VIDEO_CC_CVP_INTERFACE_BCR      0
   24 #define VIDEO_CC_CVP_MVS0_BCR           1
   25 #define VIDEO_CC_MVS0C_CLK_ARES         2
   26 #define VIDEO_CC_CVP_MVS0C_BCR          3
   27 #define VIDEO_CC_CVP_MVS1_BCR           4
   28 #define VIDEO_CC_MVS1C_CLK_ARES         5
   29 #define VIDEO_CC_CVP_MVS1C_BCR          6
   30 
   31 #define MVS0C_GDSC                      0
   32 #define MVS1C_GDSC                      1
   33 #define MVS0_GDSC                       2
   34 #define MVS1_GDSC                       3
   35 
   36 #endif

Cache object: 6cf1f12ed282563bc36c7a4d2878ccff


[ 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.