Searched +full:trig +full:- +full:in +full:- +full:sigs (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause4 ---5 $id: http://devicetree.org/schemas/arm/coresight-cti.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#12 to one or more CoreSight components and/or a CPU, with CTIs interconnected in15 not part of the CoreSight graph described in the general CoreSight bindings22 number is defined at design time, the maximum of each defined in the DEVID25 CTIs are interconnected in a star topology via the CTM, using a number of27 described in the DEVID register. The star topology is not required to be28 described in the bindings as the actual connections are software[all …]
1 // SPDX-License-Identifier: GPL-2.012 #include <dt-bindings/arm/coresight-cti-dt.h>14 #include "coresight-cti.h"15 #include "coresight-priv.h"17 /* Number of CTI signals in the v8 architecturally defined connection */23 #define CTI_DT_CONNS "trig-conns"26 #define CTI_DT_V8ARCH_COMPAT "arm,coresight-cti-v8-arch"27 #define CTI_DT_CSDEV_ASSOC "arm,cs-dev-assoc"28 #define CTI_DT_TRIGIN_SIGS "arm,trig-in-sigs"29 #define CTI_DT_TRIGOUT_SIGS "arm,trig-out-sigs"[all …]