Searched full:trcpdcr (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | arm,coresight-etm.yaml | 98 TRCPDCR.PU does not have to be set on Qualcomm Technologies Inc. systems 101 watchdog counter is stopped when TRCPDCR.PU is set.
|
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | coresight-etm4x-core.c | 501 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() 883 control = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_disable_hw() 885 etm4x_relaxed_write32(csa, control, TRCPDCR); in etm4_disable_hw() 1802 state->trcpdcr = etm4x_read32(csa, TRCPDCR); in __etm4_cpu_save() 1821 etm4x_relaxed_write32(csa, (state->trcpdcr & ~TRCPDCR_PU), in __etm4_cpu_save() 1822 TRCPDCR); in __etm4_cpu_save() 1927 etm4x_relaxed_write32(csa, state->trcpdcr, TRCPDCR); in __etm4_cpu_restore()
|
D | coresight-etm4x.h | 84 #define TRCPDCR 0x310 macro 446 CASE_##op((val), TRCPDCR) \ 917 u32 trcpdcr; member
|
D | coresight-etm4x-sysfs.c | 2549 coresight_etm4x_reg(trcpdcr, TRCPDCR),
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-etm4x | 339 What: /sys/bus/coresight/devices/etm<N>/mgmt/trcpdcr
|