Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c124 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()
Dcoresight-etm4x.h26 #define TRCSTATR 0x00C macro