Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c161 u32 oslsr = etm4x_relaxed_read32(csa, TRCOSLSR); in etm_detect_os_lock()
880 control = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_disable_hw()
885 control = etm4x_relaxed_read32(csa, TRCPRGCTLR); in etm4_disable_hw()
913 etm4x_relaxed_read32(csa, TRCSSCSRn(i)); in etm4_disable_hw()
919 etm4x_relaxed_read32(csa, TRCCNTVRn(i)); in etm4_disable_hw()
1191 etmidr0 = etm4x_relaxed_read32(csa, TRCIDR0); in etm4_init_arch_data()
1213 etmidr2 = etm4x_relaxed_read32(csa, TRCIDR2); in etm4_init_arch_data()
1221 etmidr3 = etm4x_relaxed_read32(csa, TRCIDR3); in etm4_init_arch_data()
1252 etmidr4 = etm4x_relaxed_read32(csa, TRCIDR4); in etm4_init_arch_data()
1278 etm4x_relaxed_read32(csa, TRCSSCSRn(i)); in etm4_init_arch_data()
[all …]
H A Dcoresight-etm4x.h513 #define etm4x_relaxed_read32(csa, offset) \ macro
525 u32 __val = etm4x_relaxed_read32((csa), (offset)); \
H A Dcoresight-etm4x-sysfs.c2425 reg->data = etm4x_relaxed_read32(&reg->csdev->access, reg->offset); in do_smp_cross_read()