Home
last modified time | relevance | path

Searched full:catu (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/arm/
H A Darm,coresight-catu.yaml4 $id: http://devicetree.org/schemas/arm/arm,coresight-catu.yaml#
7 title: Arm Coresight Address Translation Unit (CATU)
23 The CoreSight Address Translation Unit (CATU) translates addresses between an
24 AXI master and system memory. The CATU is normally used along with the TMC to
25 implement scattering of virtual trace buffers in physical memory. The CATU
34 const: arm,coresight-catu
44 - const: arm,coresight-catu
88 catu@207e0000 {
89 compatible = "arm,coresight-catu", "arm,primecell";
/linux/drivers/hwtracing/coresight/
H A Dcoresight-kunit-tests.c23 * Source -> ETF -> ETR -> CATU in test_default_sink()
31 *catu = coresight_test_device(dev); in test_default_sink() local
44 catu->type = CORESIGHT_DEV_TYPE_HELPER; in test_default_sink()
55 conn.dest_dev = catu; in test_default_sink()
H A Dcoresight-tmc-etr.c17 #include "coresight-catu.h"
847 * TMC ETR could be connected to a CATU device, which can provide address
849 * (ETR) connected to the input port of the CATU.
851 * Returns : coresight_device ptr for the CATU device if a CATU is found.
877 void tmc_etr_set_catu_ops(const struct etr_buf_operations *catu) in tmc_etr_set_catu_ops() argument
879 etr_buf_ops[ETR_MODE_CATU] = catu; in tmc_etr_set_catu_ops()
1989 [ETR_MODE_CATU] = "catu",