Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-etm4x.c166 writel_relaxed(readl_relaxed(drvdata->base + TRCPDCR) | TRCPDCR_PU, in etm4_enable_hw()
167 drvdata->base + TRCPDCR); in etm4_enable_hw()
317 control = readl_relaxed(drvdata->base + TRCPDCR); in etm4_disable_hw()
319 writel_relaxed(control, drvdata->base + TRCPDCR); in etm4_disable_hw()
Dcoresight-etm4x.h80 #define TRCPDCR 0x310 macro
Dcoresight-etm4x-sysfs.c2094 coresight_etm4x_reg(trcpdcr, TRCPDCR);