Home
last modified time | relevance | path

Searched refs:coresight_timeout (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c433 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 Dcoresight-core.c1030 int coresight_timeout(struct csdev_access *csa, u32 offset, in coresight_timeout() function
1059 EXPORT_SYMBOL_GPL(coresight_timeout);
H A Dcoresight-stm.c275 coresight_timeout(csa, STMTCSR, STMTCSR_BUSY_BIT, 0); in stm_disable()
/linux/include/linux/
H A Dcoresight.h640 extern int coresight_timeout(struct csdev_access *csa, u32 offset,