Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etf.c66 lost = readl_relaxed(drvdata->base + TMC_STS) & TMC_STS_FULL; in tmc_etb_dump_hw()
508 status = readl_relaxed(drvdata->base + TMC_STS); in tmc_update_etf_buffer()
H A Dcoresight-tmc.h17 #define TMC_STS 0x00c macro
H A Dcoresight-tmc-core.c43 if (coresight_timeout(csa, TMC_STS, TMC_STS_TMCREADY_BIT, 1)) { in tmc_wait_for_tmcready()
260 coresight_simple_reg32(sts, TMC_STS),
H A Dcoresight-tmc-etr.c967 status = readl_relaxed(drvdata->base + TMC_STS); in tmc_sync_etr_buf()
1032 sts = readl_relaxed(drvdata->base + TMC_STS) & ~TMC_STS_FULL; in __tmc_etr_enable_hw()
1033 writel_relaxed(sts, drvdata->base + TMC_STS); in __tmc_etr_enable_hw()