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/reset/pistachio-resets.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  * This header provides constants for the reset controller
    4  * present in the Pistachio SoC
    5  */
    6 
    7 #ifndef _PISTACHIO_RESETS_H
    8 #define _PISTACHIO_RESETS_H
    9 
   10 #define PISTACHIO_RESET_I2C0            0
   11 #define PISTACHIO_RESET_I2C1            1
   12 #define PISTACHIO_RESET_I2C2            2
   13 #define PISTACHIO_RESET_I2C3            3
   14 #define PISTACHIO_RESET_I2S_IN          4
   15 #define PISTACHIO_RESET_PRL_OUT         5
   16 #define PISTACHIO_RESET_SPDIF_OUT       6
   17 #define PISTACHIO_RESET_SPI             7
   18 #define PISTACHIO_RESET_PWM_PDM         8
   19 #define PISTACHIO_RESET_UART0           9
   20 #define PISTACHIO_RESET_UART1           10
   21 #define PISTACHIO_RESET_QSPI            11
   22 #define PISTACHIO_RESET_MDC             12
   23 #define PISTACHIO_RESET_SDHOST          13
   24 #define PISTACHIO_RESET_ETHERNET        14
   25 #define PISTACHIO_RESET_IR              15
   26 #define PISTACHIO_RESET_HASH            16
   27 #define PISTACHIO_RESET_TIMER           17
   28 #define PISTACHIO_RESET_I2S_OUT         18
   29 #define PISTACHIO_RESET_SPDIF_IN        19
   30 #define PISTACHIO_RESET_EVT             20
   31 #define PISTACHIO_RESET_USB_H           21
   32 #define PISTACHIO_RESET_USB_PR          22
   33 #define PISTACHIO_RESET_USB_PHY_PR      23
   34 #define PISTACHIO_RESET_USB_PHY_PON     24
   35 #define PISTACHIO_RESET_MAX             24
   36 
   37 #endif

Cache object: 9bb17c380dccc4ec5795f3ba5f709311


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