Home
last modified time | relevance | path

Searched refs:TRCPRGCTLR (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.c66 WRITE_IMM_OP(CS_ETM_BASE_ADDR + TRCPRGCTLR, 0x00000000),
96 WRITE_IMM_OP(CS_ETM_BASE_ADDR + TRCPRGCTLR, 0x1),
109 WRITE_IMM_OP(CS_ETM_BASE_ADDR + TRCPRGCTLR, 0x00000000),
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c389 etm4x_relaxed_write32(csa, 0, TRCPRGCTLR); in etm4_enable_hw()
485 etm4x_relaxed_write32(csa, 1, TRCPRGCTLR); in etm4_enable_hw()
784 control = etm4x_relaxed_read32(csa, TRCPRGCTLR); in etm4_disable_hw()
803 etm4x_relaxed_write32(csa, control, TRCPRGCTLR); in etm4_disable_hw()
1599 state->trcprgctlr = etm4x_read32(csa, TRCPRGCTLR); in __etm4_cpu_save()
1728 etm4x_relaxed_write32(csa, state->trcprgctlr, TRCPRGCTLR); in __etm4_cpu_restore()
H A Dcoresight-etm4x.h25 #define TRCPRGCTLR 0x004 macro
182 CASE_##op((val), TRCPRGCTLR) \