Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwtracing/coresight/
Dcoresight-etb10.c39 #define ETB_CTL_REG 0x020 macro
130 writel_relaxed(ETB_CTL_CAPT_EN, drvdata->base + ETB_CTL_REG); in etb_enable_hw()
172 writel_relaxed(0x0, drvdata->base + ETB_CTL_REG); in etb_disable_hw()
351 etb_cr = readl_relaxed(drvdata->base + ETB_CTL_REG); in status_show()