Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwtracing/coresight/
Dcoresight-tpiu.c89 coresight_timeout(csa, TPIU_FFCR, FFCR_FON_MAN_BIT, 0); in tpiu_disable_hw()
91 coresight_timeout(csa, TPIU_FFSR, FFSR_FT_STOPPED_BIT, 1); in tpiu_disable_hw()
Dcoresight-tmc-core.c40 if (coresight_timeout(csa, TMC_STS, TMC_STS_TMCREADY_BIT, 1)) { in tmc_wait_for_tmcready()
58 if (coresight_timeout(csa, TMC_FFCR, TMC_FFCR_FLUSHMAN_BIT, 0)) { in tmc_flush_and_stop()
Dcoresight-etm4x-core.c403 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()
833 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_PMSTABLE_BIT, 1)) in etm4_disable_hw()
1582 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_PMSTABLE_BIT, 1)) { in __etm4_cpu_save()
1672 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) { in __etm4_cpu_save()
Dcoresight-etb10.c267 if (coresight_timeout(csa, ETB_FFCR, ETB_FFCR_BIT, 0)) { in __etb_disable_hw()
275 if (coresight_timeout(csa, ETB_FFSR, ETB_FFSR_BIT, 1)) { in __etb_disable_hw()
Dcoresight-catu.c406 return coresight_timeout(csa, CATU_STATUS, CATU_STATUS_READY, 1); in catu_wait_for_ready()
Dcoresight-core.c1468 int coresight_timeout(struct csdev_access *csa, u32 offset, in coresight_timeout() function
1497 EXPORT_SYMBOL_GPL(coresight_timeout);
Dcoresight-stm.c274 coresight_timeout(csa, STMTCSR, STMTCSR_BUSY_BIT, 0); in stm_disable()
/linux-5.19.10/include/linux/
Dcoresight.h480 extern int coresight_timeout(struct csdev_access *csa, u32 offset,
512 static inline int coresight_timeout(struct csdev_access *csa, u32 offset, in coresight_timeout() function