Home
last modified time | relevance | path

Searched refs:TMC_RSZ (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h17 #define TMC_RSZ 0x004 macro
H A Dcoresight-tmc-core.c461 coresight_simple_reg32(rsz, TMC_RSZ),
817 drvdata->size = readl_relaxed(drvdata->base + TMC_RSZ) * 4; in __tmc_probe()
H A Dcoresight-tmc-etr.c1074 writel_relaxed(etr_buf->size / 4, drvdata->base + TMC_RSZ); in __tmc_etr_enable_hw()
1871 mdata->tmc_ram_size = readl(drvdata->base + TMC_RSZ); in tmc_panic_sync_etr()