Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c162 u32 oslsr = etm4x_relaxed_read32(csa, TRCOSLSR); in etm_detect_os_lock()
553 u32 trcpdcr = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_enable_hw()
941 control = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_disable_hw()
946 control = etm4x_relaxed_read32(csa, TRCPRGCTLR); in etm4_disable_hw()
989 etm4x_relaxed_read32(csa, TRCSSCSRn(i)); in etm4_disable_hw()
995 etm4x_relaxed_read32(csa, TRCCNTVRn(i)); in etm4_disable_hw()
1030 control = etm4x_relaxed_read32(&csdev->access, TRCVICTLR); in etm4_disable_perf()
1301 etmidr0 = etm4x_relaxed_read32(csa, TRCIDR0); in etm4_init_arch_data()
1323 etmidr2 = etm4x_relaxed_read32(csa, TRCIDR2); in etm4_init_arch_data()
1331 etmidr3 = etm4x_relaxed_read32(csa, TRCIDR3); in etm4_init_arch_data()
[all …]
Dcoresight-etm4x.h513 #define etm4x_relaxed_read32(csa, offset) \ macro
525 u32 __val = etm4x_relaxed_read32((csa), (offset)); \
Dcoresight-etm4x-sysfs.c2425 reg->data = etm4x_relaxed_read32(&reg->csdev->access, reg->offset); in do_smp_cross_read()