Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-etm4x.c181 writel_relaxed(readl_relaxed(drvdata->base + TRCPDCR) | TRCPDCR_PU, in etm4_enable_hw()
182 drvdata->base + TRCPDCR); in etm4_enable_hw()
455 control = readl_relaxed(drvdata->base + TRCPDCR); in etm4_disable_hw()
457 writel_relaxed(control, drvdata->base + TRCPDCR); in etm4_disable_hw()
Dcoresight-etm4x.h80 #define TRCPDCR 0x310 macro
Dcoresight-etm4x-sysfs.c2089 coresight_etm4x_reg(trcpdcr, TRCPDCR);