Searched refs:trcpdcr (Results 1 - 6 of 6) sorted by relevance
/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() local 507 etm4x_relaxed_write32(csa, trcpdcr | TRCPDCR_PU, TRCPDCR); in etm4_enable_hw() 1762 state->trcpdcr = etm4x_read32(csa, TRCPDCR); in __etm4_cpu_save() 1781 etm4x_relaxed_write32(csa, (state->trcpdcr & ~TRCPDCR_PU), in __etm4_cpu_save() 1886 etm4x_relaxed_write32(csa, state->trcpdcr, TRCPDCR); in __etm4_cpu_restore()
|
H A D | coresight-etm4x.h | 944 u32 trcpdcr; member
|
H A D | coresight-etm4x-sysfs.c | 2549 coresight_etm4x_reg(trcpdcr, TRCPDCR),
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x.h | 356 u32 trcpdcr; member
|
H A D | coresight-etm4x-core.c | 1260 state->trcpdcr = readl(drvdata->base + TRCPDCR); in etm4_cpu_save() 1279 writel_relaxed((state->trcpdcr & ~TRCPDCR_PU), in etm4_cpu_save() 1376 writel_relaxed(state->trcpdcr, drvdata->base + TRCPDCR); in etm4_cpu_restore()
|
H A D | coresight-etm4x-sysfs.c | 2358 coresight_etm4x_reg(trcpdcr, TRCPDCR);
|
Completed in 16 milliseconds