Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwtracing/coresight/
Dcoresight-tmc.c39 #define TMC_CTL 0x020 macro
169 writel_relaxed(TMC_CTL_CAPT_EN, drvdata->base + TMC_CTL); in tmc_enable_hw()
174 writel_relaxed(0x0, drvdata->base + TMC_CTL); in tmc_disable_hw()
590 tmc_ctl = readl_relaxed(drvdata->base + TMC_CTL); in status_show()