Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etf.c69 lost = readl_relaxed(drvdata->base + TMC_STS) & TMC_STS_FULL; in tmc_etb_dump_hw()
511 if (status & TMC_STS_FULL) { in tmc_update_etf_buffer()
H A Dcoresight-tmc.h50 #define TMC_STS_FULL BIT(0) macro
H A Dcoresight-tmc-core.c202 if (status & TMC_STS_FULL) in tmc_prepare_crashdata()
215 if (status & TMC_STS_FULL) { in tmc_prepare_crashdata()
H A Dcoresight-tmc-etr.c1054 etr_buf->full = !!(status & TMC_STS_FULL); in tmc_sync_etr_buf()
1105 sts = readl_relaxed(drvdata->base + TMC_STS) & ~TMC_STS_FULL; in __tmc_etr_enable_hw()