Searched refs:TRCSTATR (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/hwtracing/coresight/ |
| D | coresight-etm4x-core.c | 363 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) in etm4_enable_hw() 453 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 0)) in etm4_enable_hw() 785 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_PMSTABLE_BIT, 1)) in etm4_disable_hw() 1583 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_PMSTABLE_BIT, 1)) { in etm4_cpu_save() 1673 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) { in etm4_cpu_save()
|
| D | coresight-etm4x.h | 27 #define TRCSTATR 0x00C macro 183 CASE_##op((val), TRCSTATR) \
|