Searched refs:coresight_timeout (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-core.c | 433 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) in etm4_enable_hw() 526 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 0)) in etm4_enable_hw() 910 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_PMSTABLE_BIT, 1)) in etm4_disable_hw() 1714 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_PMSTABLE_BIT, 1)) { in __etm4_cpu_save() 1805 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) { in __etm4_cpu_save()
|
H A D | coresight-core.c | 1030 int coresight_timeout(struct csdev_access *csa, u32 offset, in coresight_timeout() function 1059 EXPORT_SYMBOL_GPL(coresight_timeout);
|
H A D | coresight-stm.c | 275 coresight_timeout(csa, STMTCSR, STMTCSR_BUSY_BIT, 0); in stm_disable()
|
/linux/include/linux/ |
H A D | coresight.h | 640 extern int coresight_timeout(struct csdev_access *csa, u32 offset,
|