Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/trace/coresight/
Dcoresight-cpu-debug.rst38 sampling registers: EDPCSR, EDVIDSR and EDCIDSR: from EDPCSR we can get
40 bit width, etc; EDCIDSR is context ID value which contains the sampled value
187 coresight-cpu-debug 850000.debug: EDCIDSR: 00000000
192 coresight-cpu-debug 852000.debug: EDCIDSR: 00000000
/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-cpu-debug.c30 #define EDCIDSR 0x0A4 macro
233 drvdata->edcidsr = readl_relaxed(drvdata->base + EDCIDSR); in debug_read_regs()