Home
last modified time | relevance | path

Searched refs:etm4x_relaxed_read32 (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c156 u32 oslsr = etm4x_relaxed_read32(csa, TRCOSLSR); in etm_detect_os_lock()
469 u32 trcpdcr = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_enable_hw()
820 control = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_disable_hw()
825 control = etm4x_relaxed_read32(csa, TRCPRGCTLR); in etm4_disable_hw()
853 etm4x_relaxed_read32(csa, TRCSSCSRn(i)); in etm4_disable_hw()
859 etm4x_relaxed_read32(csa, TRCCNTVRn(i)); in etm4_disable_hw()
894 control = etm4x_relaxed_read32(&csdev->access, TRCVICTLR); in etm4_disable_perf()
1109 etmidr0 = etm4x_relaxed_read32(csa, TRCIDR0); in etm4_init_arch_data()
1129 etmidr2 = etm4x_relaxed_read32(csa, TRCIDR2); in etm4_init_arch_data()
1137 etmidr3 = etm4x_relaxed_read32(csa, TRCIDR3); in etm4_init_arch_data()
[all …]
Dcoresight-etm4x.h537 #define etm4x_relaxed_read32(csa, offset) \ macro
549 u32 __val = etm4x_relaxed_read32((csa), (offset)); \
Dcoresight-etm4x-sysfs.c2405 reg->data = etm4x_relaxed_read32(&reg->csdev->access, reg->offset); in do_smp_cross_read()