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/xlnx-zynqmp-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 (C) 2018 Xilinx, Inc.
    4  */
    5 
    6 #ifndef _DT_BINDINGS_ZYNQMP_POWER_H
    7 #define _DT_BINDINGS_ZYNQMP_POWER_H
    8 
    9 #define         PD_USB_0        22
   10 #define         PD_USB_1        23
   11 #define         PD_TTC_0        24
   12 #define         PD_TTC_1        25
   13 #define         PD_TTC_2        26
   14 #define         PD_TTC_3        27
   15 #define         PD_SATA         28
   16 #define         PD_ETH_0        29
   17 #define         PD_ETH_1        30
   18 #define         PD_ETH_2        31
   19 #define         PD_ETH_3        32
   20 #define         PD_UART_0       33
   21 #define         PD_UART_1       34
   22 #define         PD_SPI_0        35
   23 #define         PD_SPI_1        36
   24 #define         PD_I2C_0        37
   25 #define         PD_I2C_1        38
   26 #define         PD_SD_0         39
   27 #define         PD_SD_1         40
   28 #define         PD_DP           41
   29 #define         PD_GDMA         42
   30 #define         PD_ADMA         43
   31 #define         PD_NAND         44
   32 #define         PD_QSPI         45
   33 #define         PD_GPIO         46
   34 #define         PD_CAN_0        47
   35 #define         PD_CAN_1        48
   36 #define         PD_GPU          58
   37 #define         PD_PCIE         59
   38 
   39 #endif

Cache object: 441a54d4c39f9ae4fa985baf7de4662f


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