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/power/raspberrypi-power.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 © 2015 Broadcom
    4  */
    5 
    6 #ifndef _DT_BINDINGS_ARM_BCM2835_RPI_POWER_H
    7 #define _DT_BINDINGS_ARM_BCM2835_RPI_POWER_H
    8 
    9 /* These power domain indices are the firmware interface's indices
   10  * minus one.
   11  */
   12 #define RPI_POWER_DOMAIN_I2C0           0
   13 #define RPI_POWER_DOMAIN_I2C1           1
   14 #define RPI_POWER_DOMAIN_I2C2           2
   15 #define RPI_POWER_DOMAIN_VIDEO_SCALER   3
   16 #define RPI_POWER_DOMAIN_VPU1           4
   17 #define RPI_POWER_DOMAIN_HDMI           5
   18 #define RPI_POWER_DOMAIN_USB            6
   19 #define RPI_POWER_DOMAIN_VEC            7
   20 #define RPI_POWER_DOMAIN_JPEG           8
   21 #define RPI_POWER_DOMAIN_H264           9
   22 #define RPI_POWER_DOMAIN_V3D            10
   23 #define RPI_POWER_DOMAIN_ISP            11
   24 #define RPI_POWER_DOMAIN_UNICAM0        12
   25 #define RPI_POWER_DOMAIN_UNICAM1        13
   26 #define RPI_POWER_DOMAIN_CCP2RX         14
   27 #define RPI_POWER_DOMAIN_CSI2           15
   28 #define RPI_POWER_DOMAIN_CPI            16
   29 #define RPI_POWER_DOMAIN_DSI0           17
   30 #define RPI_POWER_DOMAIN_DSI1           18
   31 #define RPI_POWER_DOMAIN_TRANSPOSER     19
   32 #define RPI_POWER_DOMAIN_CCP2TX         20
   33 #define RPI_POWER_DOMAIN_CDP            21
   34 #define RPI_POWER_DOMAIN_ARM            22
   35 
   36 #define RPI_POWER_DOMAIN_COUNT          23
   37 
   38 #endif /* _DT_BINDINGS_ARM_BCM2835_RPI_POWER_H */

Cache object: 9102fe567aaea759dbf5f47eafafacc8


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