Home
last modified time | relevance | path

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

/linux-5.19.10/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()
806 control = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_disable_hw()
811 control = etm4x_relaxed_read32(csa, TRCPRGCTLR); in etm4_disable_hw()
839 etm4x_relaxed_read32(csa, TRCSSCSRn(i)); in etm4_disable_hw()
845 etm4x_relaxed_read32(csa, TRCCNTVRn(i)); in etm4_disable_hw()
880 control = etm4x_relaxed_read32(&csdev->access, TRCVICTLR); in etm4_disable_perf()
1095 etmidr0 = etm4x_relaxed_read32(csa, TRCIDR0); in etm4_init_arch_data()
1115 etmidr2 = etm4x_relaxed_read32(csa, TRCIDR2); in etm4_init_arch_data()
1123 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.c2376 reg->data = etm4x_relaxed_read32(&reg->csdev->access, reg->offset); in do_smp_cross_read()