Home
last modified time | relevance | path

Searched refs:trcpdcr (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c501 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 Dcoresight-etm4x.h944 u32 trcpdcr; member
H A Dcoresight-etm4x-sysfs.c2549 coresight_etm4x_reg(trcpdcr, TRCPDCR),
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h356 u32 trcpdcr; member
H A Dcoresight-etm4x-core.c1260 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 Dcoresight-etm4x-sysfs.c2358 coresight_etm4x_reg(trcpdcr, TRCPDCR);

Completed in 16 milliseconds