Searched refs:TRCSTATR_IDLE_BIT (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/mali/sources/etm/ |
| H A D | coresight_mali_source_etm_core.c | 68 POLL_OP(CS_ETM_BASE_ADDR + TRCSTATR, BIT(TRCSTATR_IDLE_BIT), BIT(TRCSTATR_IDLE_BIT)), 98 POLL_OP(CS_ETM_BASE_ADDR + TRCSTATR, BIT(TRCSTATR_IDLE_BIT), 0), 111 POLL_OP(CS_ETM_BASE_ADDR + TRCSTATR, BIT(TRCSTATR_IDLE_BIT), BIT(TRCSTATR_IDLE_BIT)),
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/ |
| H A D | coresight-etm4x-core.c | 401 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) in etm4_enable_hw() 492 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 0)) in etm4_enable_hw() 1679 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) { in __etm4_cpu_save()
|
| H A D | coresight-etm4x.h | 605 #define TRCSTATR_IDLE_BIT 0 macro
|