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/bt1-ccu.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-only */
    2 /*
    3  * Copyright (C) 2020 BAIKAL ELECTRONICS, JSC
    4  *
    5  * Baikal-T1 CCU reset indices
    6  */
    7 #ifndef __DT_BINDINGS_RESET_BT1_CCU_H
    8 #define __DT_BINDINGS_RESET_BT1_CCU_H
    9 
   10 #define CCU_AXI_MAIN_RST                0
   11 #define CCU_AXI_DDR_RST                 1
   12 #define CCU_AXI_SATA_RST                2
   13 #define CCU_AXI_GMAC0_RST               3
   14 #define CCU_AXI_GMAC1_RST               4
   15 #define CCU_AXI_XGMAC_RST               5
   16 #define CCU_AXI_PCIE_M_RST              6
   17 #define CCU_AXI_PCIE_S_RST              7
   18 #define CCU_AXI_USB_RST                 8
   19 #define CCU_AXI_HWA_RST                 9
   20 #define CCU_AXI_SRAM_RST                10
   21 
   22 #define CCU_SYS_SATA_REF_RST            0
   23 #define CCU_SYS_APB_RST                 1
   24 
   25 #endif /* __DT_BINDINGS_RESET_BT1_CCU_H */

Cache object: e4ad891da8f73c604536b4a10c563280


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