Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwtracing/coresight/
Dcoresight-etb10.c38 #define ETB_CTL_REG 0x020 macro
132 writel_relaxed(ETB_CTL_CAPT_EN, drvdata->base + ETB_CTL_REG); in etb_enable_hw()
177 writel_relaxed(0x0, drvdata->base + ETB_CTL_REG); in etb_disable_hw()
360 etb_cr = readl_relaxed(drvdata->base + ETB_CTL_REG); in status_show()