Searched refs:TRCSTATR (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
D | coresight-etm4x-core.c | 124 if (coresight_timeout(drvdata->base, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) in etm4_enable_hw() 215 if (coresight_timeout(drvdata->base, TRCSTATR, TRCSTATR_IDLE_BIT, 0)) in etm4_enable_hw() 506 if (coresight_timeout(drvdata->base, TRCSTATR, in etm4_disable_hw() 1173 if (coresight_timeout(drvdata->base, TRCSTATR, in etm4_cpu_save() 1263 if (coresight_timeout(drvdata->base, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) { in etm4_cpu_save()
|
D | coresight-etm4x.h | 26 #define TRCSTATR 0x00C macro
|