Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-tmc.c32 TMC_STS, TMC_STS_TMCREADY_BIT, 1)) { in tmc_wait_for_tmcready()
224 coresight_tmc_reg(sts, TMC_STS);
Dcoresight-tmc-etf.c40 lost = readl_relaxed(drvdata->base + TMC_STS) & TMC_STS_FULL; in tmc_etb_dump_hw()
413 status = readl_relaxed(drvdata->base + TMC_STS); in tmc_update_etf_buffer()
Dcoresight-tmc.h14 #define TMC_STS 0x00c macro
Dcoresight-tmc-etr.c886 status = readl_relaxed(drvdata->base + TMC_STS); in tmc_sync_etr_buf()
943 sts = readl_relaxed(drvdata->base + TMC_STS) & ~TMC_STS_FULL; in tmc_etr_enable_hw()
944 writel_relaxed(sts, drvdata->base + TMC_STS); in tmc_etr_enable_hw()