Searched refs:coresight_timeout (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-tpiu.c | 98 coresight_timeout(csa, TPIU_FFCR, FFCR_FON_MAN_BIT, 0); in tpiu_disable_hw() 100 coresight_timeout(csa, TPIU_FFSR, FFSR_FT_STOPPED_BIT, 1); in tpiu_disable_hw()
|
H A D | coresight-tmc-core.c | 43 if (coresight_timeout(csa, TMC_STS, TMC_STS_TMCREADY_BIT, 1)) { in tmc_wait_for_tmcready() 63 if (coresight_timeout(csa, TMC_FFCR, TMC_FFCR_FLUSHMAN_BIT, 0)) { in tmc_flush_and_stop()
|
H A D | coresight-etb10.c | 266 if (coresight_timeout(csa, ETB_FFCR, ETB_FFCR_BIT, 0)) { in __etb_disable_hw() 274 if (coresight_timeout(csa, ETB_FFSR, ETB_FFSR_BIT, 1)) { in __etb_disable_hw()
|
H A D | coresight-etm4x-core.c | 462 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) in etm4_enable_hw() 555 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 0)) in etm4_enable_hw() 945 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_PMSTABLE_BIT, 1)) in etm4_disable_hw() 1749 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_PMSTABLE_BIT, 1)) { in __etm4_cpu_save() 1840 if (coresight_timeout(csa, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) { in __etm4_cpu_save()
|
H A D | coresight-core.c | 1095 * coresight_timeout - loop until a bit has changed to a specific register in coresight_relaxed_write64() 1105 int coresight_timeout(struct csdev_access *csa, u32 offset, 1134 EXPORT_SYMBOL_GPL(coresight_timeout); in coresight_register() 1030 int coresight_timeout(struct csdev_access *csa, u32 offset, coresight_timeout() function
|
H A D | coresight-catu.c | 397 return coresight_timeout(csa, CATU_STATUS, CATU_STATUS_READY, 1); in catu_wait_for_ready()
|
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 | 650 extern int coresight_timeout(struct csdev_access *csa, u32 offset,
|