Home
last modified time | relevance | path

Searched refs:etm4x_relaxed_write32 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c166 etm4x_relaxed_write32(csa, val, TRCOSLAR); in etm_write_os_lock()
389 etm4x_relaxed_write32(csa, 0, TRCPRGCTLR); in etm4_enable_hw()
405 etm4x_relaxed_write32(csa, config->pe_sel, TRCPROCSELR); in etm4_enable_hw()
406 etm4x_relaxed_write32(csa, config->cfg, TRCCONFIGR); in etm4_enable_hw()
408 etm4x_relaxed_write32(csa, 0x0, TRCAUXCTLR); in etm4_enable_hw()
409 etm4x_relaxed_write32(csa, config->eventctrl0, TRCEVENTCTL0R); in etm4_enable_hw()
410 etm4x_relaxed_write32(csa, config->eventctrl1, TRCEVENTCTL1R); in etm4_enable_hw()
412 etm4x_relaxed_write32(csa, config->stall_ctrl, TRCSTALLCTLR); in etm4_enable_hw()
413 etm4x_relaxed_write32(csa, config->ts_ctrl, TRCTSCTLR); in etm4_enable_hw()
414 etm4x_relaxed_write32(csa, config->syncfreq, TRCSYNCPR); in etm4_enable_hw()
[all …]
H A Dcoresight-etm4x.h462 #define etm4x_relaxed_write32(csa, val, offset) \ macro
483 etm4x_relaxed_write32((csa), (val), (offset)); \