Searched refs:etm4x_relaxed_read32 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/hwtracing/coresight/ |
D | coresight-etm4x-core.c | 155 u32 oslsr = etm4x_relaxed_read32(csa, TRCOSLSR); in etm_detect_os_lock() 429 u32 trcpdcr = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_enable_hw() 753 control = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_disable_hw() 758 control = etm4x_relaxed_read32(csa, TRCPRGCTLR); in etm4_disable_hw() 794 etm4x_relaxed_read32(csa, TRCSSCSRn(i)); in etm4_disable_hw() 800 etm4x_relaxed_read32(csa, TRCCNTVRn(i)); in etm4_disable_hw() 835 control = etm4x_relaxed_read32(&csdev->access, TRCVICTLR); in etm4_disable_perf() 1050 etmidr0 = etm4x_relaxed_read32(csa, TRCIDR0); in etm4_init_arch_data() 1090 etmidr2 = etm4x_relaxed_read32(csa, TRCIDR2); in etm4_init_arch_data() 1098 etmidr3 = etm4x_relaxed_read32(csa, TRCIDR3); in etm4_init_arch_data() [all …]
|
D | coresight-etm4x.h | 438 #define etm4x_relaxed_read32(csa, offset) \ macro 450 u32 __val = etm4x_relaxed_read32((csa), (offset)); \
|
D | coresight-etm4x-sysfs.c | 2334 reg->data = etm4x_relaxed_read32(®->csdev->access, reg->offset); in do_smp_cross_read()
|