Home
last modified time | relevance | path

Searched refs:TRCSSPCICRn (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h82 #define TRCSSPCICRn(n) (0x2C0 + (n * 4)) macro
285 CASE_##op((val), TRCSSPCICRn(0)) \
286 CASE_##op((val), TRCSSPCICRn(1)) \
287 CASE_##op((val), TRCSSPCICRn(2)) \
288 CASE_##op((val), TRCSSPCICRn(3)) \
289 CASE_##op((val), TRCSSPCICRn(4)) \
290 CASE_##op((val), TRCSSPCICRn(5)) \
291 CASE_##op((val), TRCSSPCICRn(6)) \
292 CASE_##op((val), TRCSSPCICRn(7)) \
H A Dcoresight-etm4x-core.c448 etm4x_relaxed_write32(csa, config->ss_pe_cmp[i], TRCSSPCICRn(i)); in etm4_enable_hw()
1644 state->trcsspcicr[i] = etm4x_read32(csa, TRCSSPCICRn(i)); in __etm4_cpu_save()
1773 etm4x_relaxed_write32(csa, state->trcsspcicr[i], TRCSSPCICRn(i)); in __etm4_cpu_restore()