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/actions,s700-reset.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-or-later OR MIT)
    2 //
    3 // Device Tree binding constants for Actions Semi S700 Reset Management Unit
    4 //
    5 // Copyright (c) 2018 Linaro Ltd.
    6 
    7 #ifndef __DT_BINDINGS_ACTIONS_S700_RESET_H
    8 #define __DT_BINDINGS_ACTIONS_S700_RESET_H
    9 
   10 #define RESET_AUDIO                             0
   11 #define RESET_CSI                               1
   12 #define RESET_DE                                2
   13 #define RESET_DSI                               3
   14 #define RESET_GPIO                              4
   15 #define RESET_I2C0                              5
   16 #define RESET_I2C1                              6
   17 #define RESET_I2C2                              7
   18 #define RESET_I2C3                              8
   19 #define RESET_KEY                               9
   20 #define RESET_LCD0                              10
   21 #define RESET_SI                                11
   22 #define RESET_SPI0                              12
   23 #define RESET_SPI1                              13
   24 #define RESET_SPI2                              14
   25 #define RESET_SPI3                              15
   26 #define RESET_UART0                             16
   27 #define RESET_UART1                             17
   28 #define RESET_UART2                             18
   29 #define RESET_UART3                             19
   30 #define RESET_UART4                             20
   31 #define RESET_UART5                             21
   32 #define RESET_UART6                             22
   33 
   34 #endif /* __DT_BINDINGS_ACTIONS_S700_RESET_H */

Cache object: 983082185b987eeca8bbfcd468017c16


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