Searched refs:coresight_timeout (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tpiu.c94 coresight_timeout(csa, TPIU_FFCR, FFCR_FON_MAN_BIT, 0);
96 coresight_timeout(csa, TPIU_FFSR, FFSR_FT_STOPPED_BIT, 1);
H A Dcoresight-tmc-core.c41 if (coresight_timeout(csa, TMC_STS, TMC_STS_TMCREADY_BIT, 1)) {
61 if (coresight_timeout(csa, TMC_FFCR, TMC_FFCR_FLUSHMAN_BIT, 0)) {
H A Dcoresight-etm4x-core.c433 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 1))
526 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 0))
909 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_PMSTABLE_BIT, 1))
1711 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_PMSTABLE_BIT, 1)) {
1803 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) {
H A Dcoresight-catu.c395 return coresight_timeout(csa, CATU_STATUS, CATU_STATUS_READY, 1);
H A Dcoresight-core.c1017 * coresight_timeout - loop until a bit has changed to a specific register
1027 int coresight_timeout(struct csdev_access *csa, u32 offset, function
1056 EXPORT_SYMBOL_GPL(coresight_timeout); variable
H A Dcoresight-etb10.c266 if (coresight_timeout(csa, ETB_FFCR, ETB_FFCR_BIT, 0)) {
274 if (coresight_timeout(csa, ETB_FFSR, ETB_FFSR_BIT, 1)) {
H A Dcoresight-stm.c271 coresight_timeout(csa, STMTCSR, STMTCSR_BUSY_BIT, 0);
/linux-master/include/linux/
H A Dcoresight.h620 extern int coresight_timeout(struct csdev_access *csa, u32 offset,

Completed in 117 milliseconds