Home
last modified time | relevance | path

Searched refs:TMC_STS_FULL (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-tmc-etf.c40 lost = readl_relaxed(drvdata->base + TMC_STS) & TMC_STS_FULL; in tmc_etb_dump_hw()
414 if (status & TMC_STS_FULL) { in tmc_update_etf_buffer()
Dcoresight-tmc.h45 #define TMC_STS_FULL BIT(0) macro
Dcoresight-tmc-etr.c887 etr_buf->full = status & TMC_STS_FULL; in tmc_sync_etr_buf()
943 sts = readl_relaxed(drvdata->base + TMC_STS) & ~TMC_STS_FULL; in tmc_etr_enable_hw()