Searched refs:STMTCSR (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-stm.c | 55 #define STMTCSR 0xe80 macro 189 drvdata->base + STMTCSR); in stm_enable_hw() 246 val = readl_relaxed(drvdata->base + STMTCSR); in stm_disable_hw() 248 writel_relaxed(val, drvdata->base + STMTCSR); in stm_disable_hw() 273 coresight_timeout(drvdata->base, STMTCSR, STMTCSR_BUSY_BIT, 0); in stm_disable() 639 coresight_stm_reg(tcsr, STMTCSR);
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-stm.c | 56 #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),
|
Completed in 4 milliseconds