Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c154 u32 oslsr = etm4x_relaxed_read32(csa, TRCOSLSR); in etm_detect_os_lock()
467 u32 trcpdcr = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_enable_hw()
779 control = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_disable_hw()
784 control = etm4x_relaxed_read32(csa, TRCPRGCTLR); in etm4_disable_hw()
812 etm4x_relaxed_read32(csa, TRCSSCSRn(i)); in etm4_disable_hw()
818 etm4x_relaxed_read32(csa, TRCCNTVRn(i)); in etm4_disable_hw()
846 control = etm4x_relaxed_read32(&csdev->access, TRCVICTLR); in etm4_disable_perf()
1061 etmidr0 = etm4x_relaxed_read32(csa, TRCIDR0); in etm4_init_arch_data()
1101 etmidr2 = etm4x_relaxed_read32(csa, TRCIDR2); in etm4_init_arch_data()
1109 etmidr3 = etm4x_relaxed_read32(csa, TRCIDR3); in etm4_init_arch_data()
[all …]
H A Dcoresight-etm4x.h438 #define etm4x_relaxed_read32(csa, offset) \ macro
450 u32 __val = etm4x_relaxed_read32((csa), (offset)); \
H A Dcoresight-etm4x-sysfs.c2335 reg->data = etm4x_relaxed_read32(&reg->csdev->access, reg->offset); in do_smp_cross_read()