Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/mali/sources/etm/
H A Dcoresight_mali_source_etm_core.c64 WRITE_IMM_OP(CS_ETM_BASE_ADDR + TRCPDCR, TRCPDCR_PU),
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c473 etm4x_relaxed_write32(csa, trcpdcr | TRCPDCR_PU, TRCPDCR); in etm4_enable_hw()
780 control &= ~TRCPDCR_PU; in etm4_disable_hw()
1695 etm4x_relaxed_write32(csa, (state->trcpdcr & ~TRCPDCR_PU), in __etm4_cpu_save()
H A Dcoresight-etm4x.h612 #define TRCPDCR_PU BIT(3) macro