Searched refs:TRCPDCR (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/ |
| H A D | coresight-etm4x-core.c | 467 u32 trcpdcr = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_enable_hw() 473 etm4x_relaxed_write32(csa, trcpdcr | TRCPDCR_PU, TRCPDCR); in etm4_enable_hw() 779 control = etm4x_relaxed_read32(csa, TRCPDCR); in etm4_disable_hw() 781 etm4x_relaxed_write32(csa, control, TRCPDCR); in etm4_disable_hw() 1676 state->trcpdcr = etm4x_read32(csa, TRCPDCR); in __etm4_cpu_save() 1696 TRCPDCR); in __etm4_cpu_save() 1798 etm4x_relaxed_write32(csa, state->trcpdcr, TRCPDCR); in __etm4_cpu_restore()
|
| H A D | coresight-etm4x.h | 86 #define TRCPDCR 0x310 macro 371 CASE_##op((val), TRCPDCR) \
|
| H A D | coresight-etm4x-sysfs.c | 2449 coresight_etm4x_reg(trcpdcr, TRCPDCR),
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/mali/sources/etm/ |
| H A D | coresight_mali_source_etm_core.c | 64 WRITE_IMM_OP(CS_ETM_BASE_ADDR + TRCPDCR, TRCPDCR_PU),
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | coresight.txt | 115 skip powering up the trace unit. TRCPDCR.PU does not have to be set 119 when TRCPDCR.PU is set.
|