Home
last modified time | relevance | path

Searched full:trcpdcr (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/
Darm,coresight-etm.yaml98 TRCPDCR.PU does not have to be set on Qualcomm Technologies Inc. systems
101 watchdog counter is stopped when TRCPDCR.PU is set.
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c207 writel_relaxed(readl_relaxed(drvdata->base + TRCPDCR) | in etm4_enable_hw()
208 TRCPDCR_PU, drvdata->base + TRCPDCR); in etm4_enable_hw()
486 control = readl_relaxed(drvdata->base + TRCPDCR); in etm4_disable_hw()
488 writel_relaxed(control, drvdata->base + TRCPDCR); in etm4_disable_hw()
1260 state->trcpdcr = readl(drvdata->base + TRCPDCR); in etm4_cpu_save()
1279 writel_relaxed((state->trcpdcr & ~TRCPDCR_PU), in etm4_cpu_save()
1280 drvdata->base + TRCPDCR); in etm4_cpu_save()
1376 writel_relaxed(state->trcpdcr, drvdata->base + TRCPDCR); in etm4_cpu_restore()
Dcoresight-etm4x.h80 #define TRCPDCR 0x310 macro
356 u32 trcpdcr; member
Dcoresight-etm4x-sysfs.c2358 coresight_etm4x_reg(trcpdcr, TRCPDCR);
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c501 u32 trcpdcr = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_enable_hw() local
507 etm4x_relaxed_write32(csa, trcpdcr | TRCPDCR_PU, TRCPDCR); in etm4_enable_hw()
880 control = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_disable_hw()
882 etm4x_relaxed_write32(csa, control, TRCPDCR); in etm4_disable_hw()
1757 state->trcpdcr = etm4x_read32(csa, TRCPDCR); in __etm4_cpu_save()
1776 etm4x_relaxed_write32(csa, (state->trcpdcr & ~TRCPDCR_PU), in __etm4_cpu_save()
1777 TRCPDCR); in __etm4_cpu_save()
1881 etm4x_relaxed_write32(csa, state->trcpdcr, TRCPDCR); in __etm4_cpu_restore()
2001 /* TRCPDCR is not accessible with system instructions. */ in etm4_add_coresight_dev()
Dcoresight-etm4x.h87 #define TRCPDCR 0x310 macro
470 CASE_##op((val), TRCPDCR) \
944 u32 trcpdcr; member
Dcoresight-etm4x-sysfs.c2549 coresight_etm4x_reg(trcpdcr, TRCPDCR),
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dcoresight.txt112 skip powering up the trace unit. TRCPDCR.PU does not have to be set
116 when TRCPDCR.PU is set.
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-etm4x339 What: /sys/bus/coresight/devices/etm<N>/mgmt/trcpdcr
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-etm4x339 What: /sys/bus/coresight/devices/etm<N>/mgmt/trcpdcr