Home
last modified time | relevance | path

Searched full:etr (Results 1 – 25 of 44) sorted by relevance

12

/Linux-v6.1/drivers/hwtracing/coresight/
Dcoresight-tmc.h116 /* TMC ETR Capability bit definitions */
118 /* ETR has separate read/write cache encodings */
130 /* Coresight SoC-600 TMC-ETR unadvertised capabilities */
136 ETR_MODE_ETR_SG, /* Uses in-built TMC ETR SG mechanism */
143 * struct etr_buf - Details of the buffer used by ETR
145 * @mode : Mode of the ETR buffer, contiguous, Scatter Gather etc.
151 * @ops : ETR buffer operations for the mode.
175 * @etr_buf: details of buffer used in TMC-ETR
179 * TMC-ETR on AXI bus.
184 * @etr_caps: Bitmask of capabilities of the TMC ETR, inferred from the
[all …]
Dcoresight-tmc-etr.c30 * etr_perf_buffer - Perf buffer used for ETR
31 * @drvdata - The ETR drvdaga this buffer has been allocated for.
32 * @etr_buf - Actual buffer used by the ETR
47 /* Convert the perf index to an offset within the ETR buffer */
50 /* Lower limit for ETR hardware buffer */
54 * The TMC ETR SG has a page size of 4K. The SG table contains pointers
99 * struct etr_sg_table : ETR SG Table
552 * tmc_init_etr_sg_table: Allocate a TMC ETR SG table, data buffer of @size and
768 * TMC ETR could be connected to a CATU device, which can provide address
770 * (ETR) connected to the input port of the CATU.
[all …]
DKconfig41 trace router - ETR) or sink (embedded trace FIFO). The driver
54 lookup. CATU helps TMC ETR to use a large physically non-contiguous trace
55 buffer by translating the addresses used by ETR to the physical address
DMakefile12 coresight-tmc-etr.o
Dcoresight-tmc-core.c363 /* Detect and initialise the capabilities of a TMC ETR */
385 * Unless specified in the device configuration, ETR uses a 40-bit in tmc_etr_setup_caps()
578 /* Coresight SoC 600 TMC-ETR/ETS */
Dcoresight-catu.c78 * The base input address (used by the ETR, programmed in INADDR_{LO,HI})
311 * ETR started off at etr_buf->hwaddr. Convert the RRP/RWP to in catu_sync_etr_buf()
531 /* Default to the 40bits as supported by TMC-ETR */ in catu_probe()
/Linux-v6.1/Documentation/devicetree/bindings/arm/
Darm,coresight-tmc.yaml24 FIFO(ETF) and Embedded Trace Router(ETR) configurations. The configuration
25 mode (ETB, ETF, ETR) is discovered at boot time when the device is probed.
68 Size of contiguous buffer space for TMC ETR (embedded trace router). The
75 Indicates that the TMC-ETR can safely use the SG mode on this system.
100 description: AXI or ATB Master output connection. Used for ETR
115 etr@20070000 {
Darm,embedded-trace-extension.yaml19 components (e.g, TMC-ETR) or other means (e.g, using a per CPU buffer
/Linux-v6.1/Documentation/devicetree/bindings/regulator/
Dmaxim,max8973.yaml74 maxim,enable-etr:
78 maxim,enable-high-etr-sensitivity:
82 sensitivity. If this property is available then etr will be enable
84 Enhanced transient response (ETR) will affect the configuration of CKADV.
137 maxim,enable-etr;
/Linux-v6.1/drivers/misc/habanalabs/gaudi/
Dgaudi_coresight.c537 "ETR buffer address shouldn't exceed 50 bits\n"); in gaudi_etr_validate_address()
543 "ETR buffer size %llu overflow\n", size); in gaudi_etr_validate_address()
567 dev_err(hdev->dev, "ETR buffer should be in SRAM/DRAM\n"); in gaudi_etr_validate_address()
590 dev_err(hdev->dev, "Failed to %s ETR on timeout, error %d\n", in gaudi_config_etr()
597 dev_err(hdev->dev, "Failed to %s ETR on timeout, error %d\n", in gaudi_config_etr()
614 "ETR buffer size should be bigger than 0\n"); in gaudi_config_etr()
621 dev_err(hdev->dev, "ETR buffer address is invalid\n"); in gaudi_config_etr()
633 /* make ETR not privileged */ in gaudi_config_etr()
636 /* make ETR non-secured (inverted logic) */ in gaudi_config_etr()
904 dev_err(hdev->dev, "halt ETR failed, %d\n", rc); in gaudi_halt_coresight()
/Linux-v6.1/drivers/misc/habanalabs/goya/
Dgoya_coresight.c370 "ETR buffer size %llu overflow\n", size); in goya_etr_validate_address()
402 dev_err(hdev->dev, "Failed to %s ETR on timeout, error %d\n", in goya_config_etr()
409 dev_err(hdev->dev, "Failed to %s ETR on timeout, error %d\n", in goya_config_etr()
424 "ETR buffer size should be bigger than 0\n"); in goya_config_etr()
438 /* make ETR not privileged */ in goya_config_etr()
440 /* make ETR non-secured (inverted logic) */ in goya_config_etr()
708 dev_err(hdev->dev, "halt ETR failed, %d\n", rc); in goya_halt_coresight()
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-tmc91 Description: (RW) Size of the trace buffer for TMC-ETR when used in SYSFS
92 mode. Writable only for TMC-ETR configurations. The value
/Linux-v6.1/include/dt-bindings/memory/
Dtegra186-mc.h191 /* ETR reads */
193 /* ETR writes */
Dtegra194-mc.h211 /* ETR read clients */
213 /* ETR write clients */
/Linux-v6.1/drivers/misc/habanalabs/include/gaudi2/asic_reg/
Dpsoc_etr_regs.h19 * (Prototype: ETR)
Dpsoc_etr_masks.h19 * (Prototype: ETR)
/Linux-v6.1/drivers/misc/habanalabs/include/goya/asic_reg/
Dpsoc_etr_regs.h18 * PSOC_ETR (Prototype: ETR)
/Linux-v6.1/drivers/misc/habanalabs/include/gaudi/asic_reg/
Dpsoc_etr_regs.h18 * PSOC_ETR (Prototype: ETR)
/Linux-v6.1/drivers/misc/habanalabs/gaudi2/
Dgaudi2_coresight.c2143 dev_err(hdev->dev, "ETR buffer size %llu overflow\n", size); in gaudi2_etr_validate_address()
2175 dev_err(hdev->dev, "ETR buffer should be in SRAM/DRAM\n"); in gaudi2_etr_validate_address()
2200 dev_err(hdev->dev, "Failed to %s ETR on timeout, error %d\n", in gaudi2_config_etr()
2207 dev_err(hdev->dev, "Failed to %s ETR on timeout, error %d\n", in gaudi2_config_etr()
2221 dev_err(hdev->dev, "ETR buffer size should be bigger than 0\n"); in gaudi2_config_etr()
2226 dev_err(hdev->dev, "ETR buffer address is invalid\n"); in gaudi2_config_etr()
2241 /* make ETR not privileged */ in gaudi2_config_etr()
2243 /* make ETR non-secured (inverted logic) */ in gaudi2_config_etr()
2578 dev_err(hdev->dev, "halt ETR failed, %d\n", rc); in gaudi2_halt_coresight()
/Linux-v6.1/Documentation/trace/coresight/
Dcoresight.rst111 TMC-ETR:
123 Funnel, replicator (intelligent or not), TMC-ETR
212 20070000.etr 20120000.replicator 220c0000.funnel
303 <file details> out:1 -> ../../../20070000.etr/tmc_etr0
326 <file details> tmc_etr0 -> ../../../20070000.etr/tmc_etr0
Dcoresight-ect.rst27 # #<-----------: : +---# ETR #
/Linux-v6.1/drivers/acpi/
Dacpi_amba.c26 {"ARMHC501", 0}, /* ARM CoreSight ETR */
/Linux-v6.1/arch/arm64/boot/dts/arm/
Djuno-scmi.dtsi14 etr@20070000 {
/Linux-v6.1/arch/arm64/boot/dts/hisilicon/
Dhi3660-coresight.dtsi424 etr@ec033000 {
/Linux-v6.1/drivers/regulator/
Dmax8973-regulator.c557 etr_enable = of_property_read_bool(np, "maxim,enable-etr"); in max8973_parse_dt()
559 "maxim,enable-high-etr-sensitivity"); in max8973_parse_dt()

12