Home
last modified time | relevance | path

Searched refs:TMC_STS_FULL (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etf.c55 lost = readl_relaxed(drvdata->base + TMC_STS) & TMC_STS_FULL; in tmc_etb_dump_hw()
481 if (status & TMC_STS_FULL) { in tmc_update_etf_buffer()
H A Dcoresight-tmc.h49 #define TMC_STS_FULL BIT(0) macro
H A Dcoresight-tmc-etr.c964 etr_buf->full = status & TMC_STS_FULL; in tmc_sync_etr_buf()
1007 sts = readl_relaxed(drvdata->base + TMC_STS) & ~TMC_STS_FULL; in __tmc_etr_enable_hw()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etf.c66 lost = readl_relaxed(drvdata->base + TMC_STS) & TMC_STS_FULL; in tmc_etb_dump_hw()
507 if (status & TMC_STS_FULL) { in tmc_update_etf_buffer()
H A Dcoresight-tmc.h49 #define TMC_STS_FULL BIT(0) macro
H A Dcoresight-tmc-etr.c960 etr_buf->full = !!(status & TMC_STS_FULL); in tmc_sync_etr_buf()
1011 sts = readl_relaxed(drvdata->base + TMC_STS) & ~TMC_STS_FULL; in __tmc_etr_enable_hw()

Completed in 8 milliseconds