Home
last modified time | relevance | path

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

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