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/arm/coresight-cti-dt.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 defined trigger signal
    4  * types on CoreSight CTI.
    5  */
    6 
    7 #ifndef _DT_BINDINGS_ARM_CORESIGHT_CTI_DT_H
    8 #define _DT_BINDINGS_ARM_CORESIGHT_CTI_DT_H
    9 
   10 #define GEN_IO          0
   11 #define GEN_INTREQ      1
   12 #define GEN_INTACK      2
   13 #define GEN_HALTREQ     3
   14 #define GEN_RESTARTREQ  4
   15 #define PE_EDBGREQ      5
   16 #define PE_DBGRESTART   6
   17 #define PE_CTIIRQ       7
   18 #define PE_PMUIRQ       8
   19 #define PE_DBGTRIGGER   9
   20 #define ETM_EXTOUT      10
   21 #define ETM_EXTIN       11
   22 #define SNK_FULL        12
   23 #define SNK_ACQCOMP     13
   24 #define SNK_FLUSHCOMP   14
   25 #define SNK_FLUSHIN     15
   26 #define SNK_TRIGIN      16
   27 #define STM_ASYNCOUT    17
   28 #define STM_TOUT_SPTE   18
   29 #define STM_TOUT_SW     19
   30 #define STM_TOUT_HETE   20
   31 #define STM_HWEVENT     21
   32 #define ELA_TSTART      22
   33 #define ELA_TSTOP       23
   34 #define ELA_DBGREQ      24
   35 #define CTI_TRIG_MAX    25
   36 
   37 #endif /*_DT_BINDINGS_ARM_CORESIGHT_CTI_DT_H */

Cache object: d91e1eef5e369e35fba513b484876d6d


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