Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-stm.c56 #define STMTCSR 0xe80 macro
190 drvdata->base + STMTCSR); in stm_enable_hw()
247 val = readl_relaxed(drvdata->base + STMTCSR); in stm_disable_hw()
249 writel_relaxed(val, drvdata->base + STMTCSR); in stm_disable_hw()
275 coresight_timeout(csa, STMTCSR, STMTCSR_BUSY_BIT, 0); in stm_disable()
623 coresight_simple_reg32(tcsr, STMTCSR),