Home
last modified time | relevance | path

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

/drivers/hwtracing/coresight/
Dcoresight-tpiu.c96 coresight_timeout(drvdata->base, TPIU_FFCR, FFCR_FON_MAN, 0); in tpiu_disable_hw()
98 coresight_timeout(drvdata->base, TPIU_FFSR, FFSR_FT_STOPPED, 1); in tpiu_disable_hw()
Dcoresight-tmc.c38 if (coresight_timeout(drvdata->base, in tmc_wait_for_tmcready()
55 if (coresight_timeout(drvdata->base, in tmc_flush_and_stop()
Dcoresight-etb10.c185 if (coresight_timeout(drvdata->base, ETB_FFCR, ETB_FFCR_BIT, 0)) { in etb_disable_hw()
193 if (coresight_timeout(drvdata->base, ETB_FFSR, ETB_FFSR_BIT, 1)) { in etb_disable_hw()
Dcoresight-etm4x.c101 if (coresight_timeout(drvdata->base, TRCSTATR, TRCSTATR_IDLE_BIT, 1)) in etm4_enable_hw()
180 if (coresight_timeout(drvdata->base, TRCSTATR, TRCSTATR_IDLE_BIT, 0)) in etm4_enable_hw()
Dcoresight-stm.c279 coresight_timeout(drvdata, STMTCSR, STMTCSR_BUSY_BIT, 0); in stm_disable()
Dcoresight.c923 int coresight_timeout(void __iomem *addr, u32 offset, int position, int value) in coresight_timeout() function