Searched refs:TMC_STS (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-tmc-core.c | 38 TMC_STS, TMC_STS_TMCREADY_BIT, 1)) { in tmc_wait_for_tmcready() 257 coresight_tmc_reg(sts, TMC_STS);
|
H A D | coresight-tmc-etf.c | 55 lost = readl_relaxed(drvdata->base + TMC_STS) & TMC_STS_FULL; in tmc_etb_dump_hw() 480 status = readl_relaxed(drvdata->base + TMC_STS); in tmc_update_etf_buffer()
|
H A D | coresight-tmc.h | 17 #define TMC_STS 0x00c macro 47 /* TMC_STS - 0x00C */
|
H A D | coresight-tmc-etr.c | 950 status = readl_relaxed(drvdata->base + TMC_STS); in tmc_sync_etr_buf() 1007 sts = readl_relaxed(drvdata->base + TMC_STS) & ~TMC_STS_FULL; in __tmc_etr_enable_hw() 1008 writel_relaxed(sts, drvdata->base + TMC_STS); in __tmc_etr_enable_hw()
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-tmc-core.c | 40 if (coresight_timeout(csa, TMC_STS, TMC_STS_TMCREADY_BIT, 1)) { in tmc_wait_for_tmcready() 258 coresight_simple_reg32(sts, TMC_STS),
|
H A D | coresight-tmc-etf.c | 66 lost = readl_relaxed(drvdata->base + TMC_STS) & TMC_STS_FULL; in tmc_etb_dump_hw() 506 status = readl_relaxed(drvdata->base + TMC_STS); in tmc_update_etf_buffer()
|
H A D | coresight-tmc.h | 17 #define TMC_STS 0x00c macro 47 /* TMC_STS - 0x00C */
|
H A D | coresight-tmc-etr.c | 946 status = readl_relaxed(drvdata->base + TMC_STS); in tmc_sync_etr_buf() 1011 sts = readl_relaxed(drvdata->base + TMC_STS) & ~TMC_STS_FULL; in __tmc_etr_enable_hw() 1012 writel_relaxed(sts, drvdata->base + TMC_STS); in __tmc_etr_enable_hw()
|
Completed in 10 milliseconds