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/soc/zte,pm_domains.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) 2017 Linaro Ltd.
    4  *
    5  * Author: Baoyou Xie <baoyou.xie@linaro.org>
    6  */
    7 
    8 #ifndef _DT_BINDINGS_SOC_ZTE_PM_DOMAINS_H
    9 #define _DT_BINDINGS_SOC_ZTE_PM_DOMAINS_H
   10 
   11 #define DM_ZX296718_SAPPU       0
   12 #define DM_ZX296718_VDE         1  /* g1v6 */
   13 #define DM_ZX296718_VCE         2  /* h1v6 */
   14 #define DM_ZX296718_HDE         3  /* g2v2 */
   15 #define DM_ZX296718_VIU         4
   16 #define DM_ZX296718_USB20       5
   17 #define DM_ZX296718_USB21       6
   18 #define DM_ZX296718_USB30       7
   19 #define DM_ZX296718_HSIC        8
   20 #define DM_ZX296718_GMAC        9
   21 #define DM_ZX296718_TS          10
   22 #define DM_ZX296718_VOU         11
   23 
   24 #endif /* _DT_BINDINGS_SOC_ZTE_PM_DOMAINS_H */

Cache object: 19f40ea75f9eddab8fa10a6d62fedb9d


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