Searched refs:TRCPDCR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-core.c | 207 writel_relaxed(readl_relaxed(drvdata->base + TRCPDCR) | in etm4_enable_hw() 208 TRCPDCR_PU, drvdata->base + TRCPDCR); in etm4_enable_hw() 486 control = readl_relaxed(drvdata->base + TRCPDCR); in etm4_disable_hw() 488 writel_relaxed(control, drvdata->base + TRCPDCR); in etm4_disable_hw() 1260 state->trcpdcr = readl(drvdata->base + TRCPDCR); in etm4_cpu_save() 1280 drvdata->base + TRCPDCR); in etm4_cpu_save() 1376 writel_relaxed(state->trcpdcr, drvdata->base + TRCPDCR); in etm4_cpu_restore()
|
H A D | coresight-etm4x.h | 80 #define TRCPDCR 0x310 macro
|
H A D | coresight-etm4x-sysfs.c | 2358 coresight_etm4x_reg(trcpdcr, TRCPDCR);
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-core.c | 501 u32 trcpdcr = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_enable_hw() 507 etm4x_relaxed_write32(csa, trcpdcr | TRCPDCR_PU, TRCPDCR); in etm4_enable_hw() 880 control = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_disable_hw() 882 etm4x_relaxed_write32(csa, control, TRCPDCR); in etm4_disable_hw() 1762 state->trcpdcr = etm4x_read32(csa, TRCPDCR); in __etm4_cpu_save() 1782 TRCPDCR); in __etm4_cpu_save() 1886 etm4x_relaxed_write32(csa, state->trcpdcr, TRCPDCR); in __etm4_cpu_restore()
|
H A D | coresight-etm4x.h | 87 #define TRCPDCR 0x310 macro 470 CASE_##op((val), TRCPDCR) \
|
H A D | coresight-etm4x-sysfs.c | 2549 coresight_etm4x_reg(trcpdcr, TRCPDCR),
|
Completed in 17 milliseconds