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/stih415-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  * based peripheral powerdown requests on the STMicroelectronics
    5  * STiH415 SoC.
    6  */
    7 #ifndef _DT_BINDINGS_RESET_CONTROLLER_STIH415
    8 #define _DT_BINDINGS_RESET_CONTROLLER_STIH415
    9 
   10 #define STIH415_EMISS_POWERDOWN         0
   11 #define STIH415_NAND_POWERDOWN          1
   12 #define STIH415_KEYSCAN_POWERDOWN       2
   13 #define STIH415_USB0_POWERDOWN          3
   14 #define STIH415_USB1_POWERDOWN          4
   15 #define STIH415_USB2_POWERDOWN          5
   16 #define STIH415_SATA0_POWERDOWN         6
   17 #define STIH415_SATA1_POWERDOWN         7
   18 #define STIH415_PCIE_POWERDOWN          8
   19 
   20 #define STIH415_ETH0_SOFTRESET          0
   21 #define STIH415_ETH1_SOFTRESET          1
   22 #define STIH415_IRB_SOFTRESET           2
   23 #define STIH415_USB0_SOFTRESET          3
   24 #define STIH415_USB1_SOFTRESET          4
   25 #define STIH415_USB2_SOFTRESET          5
   26 #define STIH415_KEYSCAN_SOFTRESET       6
   27 
   28 #endif /* _DT_BINDINGS_RESET_CONTROLLER_STIH415 */

Cache object: e89a75bfc40b0aec6ad1c80802346b2e


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