Searched full:catu (Results 1 – 3 of 3) sorted by relevance
4 $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 an24 AXI master and system memory. The CATU is normally used along with the TMC to25 implement scattering of virtual trace buffers in physical memory. The CATU34 const: arm,coresight-catu44 - const: arm,coresight-catu88 catu@207e0000 {89 compatible = "arm,coresight-catu", "arm,primecell";
23 * Source -> ETF -> ETR -> CATU in test_default_sink()31 *catu = coresight_test_device(dev); in test_default_sink() local44 catu->type = CORESIGHT_DEV_TYPE_HELPER; in test_default_sink()55 conn.dest_dev = catu; in test_default_sink()
17 #include "coresight-catu.h"847 * TMC ETR could be connected to a CATU device, which can provide address849 * (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() argument879 etr_buf_ops[ETR_MODE_CATU] = catu; in tmc_etr_set_catu_ops()1989 [ETR_MODE_CATU] = "catu",