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/clock/rk3188-cru.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 */
    2 /*
    3  * Copyright (c) 2014 MundoReader S.L.
    4  * Author: Heiko Stuebner <heiko@sntech.de>
    5  */
    6 
    7 #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3188_H
    8 #define _DT_BINDINGS_CLK_ROCKCHIP_RK3188_H
    9 
   10 #include <dt-bindings/clock/rk3188-cru-common.h>
   11 
   12 /* soft-reset indices */
   13 #define SRST_PTM_CORE2          0
   14 #define SRST_PTM_CORE3          1
   15 #define SRST_CORE2              5
   16 #define SRST_CORE3              6
   17 #define SRST_CORE2_DBG          10
   18 #define SRST_CORE3_DBG          11
   19 
   20 #define SRST_TIMER2             16
   21 #define SRST_TIMER4             23
   22 #define SRST_I2S0               24
   23 #define SRST_TIMER5             25
   24 #define SRST_TIMER3             29
   25 #define SRST_TIMER6             31
   26 
   27 #define SRST_PTM3               36
   28 #define SRST_PTM3_ATB           37
   29 
   30 #define SRST_GPS                67
   31 #define SRST_HSICPHY            75
   32 #define SRST_TIMER              78
   33 
   34 #define SRST_PTM2               92
   35 #define SRST_CORE2_WDT          94
   36 #define SRST_CORE3_WDT          95
   37 
   38 #define SRST_PTM2_ATB           111
   39 
   40 #define SRST_HSIC               117
   41 #define SRST_CTI2               118
   42 #define SRST_CTI2_APB           119
   43 #define SRST_GPU_BRIDGE         121
   44 #define SRST_CTI3               123
   45 #define SRST_CTI3_APB           124
   46 
   47 #endif

Cache object: abcd514370307598a3de00b297dab64a


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