Home
last modified time | relevance | path

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

/linux/Documentation/trace/coresight/
H A 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/drivers/hwtracing/coresight/
H A Dcoresight-cpu-debug.c32 #define EDCIDSR 0x0A4 macro
236 drvdata->edcidsr = readl_relaxed(drvdata->base + EDCIDSR); in debug_read_regs()