Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwtracing/coresight/
Dcoresight-etm4x.h30 #define TRCPRGCTLR 0x004 macro
Dcoresight-etm4x.c99 writel_relaxed(0, drvdata->base + TRCPRGCTLR); in etm4_enable_hw()
172 writel_relaxed(1, drvdata->base + TRCPRGCTLR); in etm4_enable_hw()
221 control = readl_relaxed(drvdata->base + TRCPRGCTLR); in etm4_disable_hw()
229 writel_relaxed(control, drvdata->base + TRCPRGCTLR); in etm4_disable_hw()