Searched refs:TRCSTATR (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/hwtracing/coresight/ |
D | coresight-etm4x-core.c | 403 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) in etm4_enable_hw() 494 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 0)) in etm4_enable_hw() 847 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_PMSTABLE_BIT, 1)) in etm4_disable_hw() 1596 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_PMSTABLE_BIT, 1)) { in __etm4_cpu_save() 1686 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) { in __etm4_cpu_save()
|
D | coresight-etm4x.h | 28 #define TRCSTATR 0x00C macro 282 CASE_##op((val), TRCSTATR) \
|