Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c168 etm4x_relaxed_write32(csa, val, TRCOSLAR); in etm_write_os_lock()
391 etm4x_relaxed_write32(csa, 0, TRCPRGCTLR); in etm4_enable_hw()
407 etm4x_relaxed_write32(csa, config->pe_sel, TRCPROCSELR); in etm4_enable_hw()
408 etm4x_relaxed_write32(csa, config->cfg, TRCCONFIGR); in etm4_enable_hw()
410 etm4x_relaxed_write32(csa, 0x0, TRCAUXCTLR); in etm4_enable_hw()
411 etm4x_relaxed_write32(csa, config->eventctrl0, TRCEVENTCTL0R); in etm4_enable_hw()
412 etm4x_relaxed_write32(csa, config->eventctrl1, TRCEVENTCTL1R); in etm4_enable_hw()
414 etm4x_relaxed_write32(csa, config->stall_ctrl, TRCSTALLCTLR); in etm4_enable_hw()
415 etm4x_relaxed_write32(csa, config->ts_ctrl, TRCTSCTLR); in etm4_enable_hw()
416 etm4x_relaxed_write32(csa, config->syncfreq, TRCSYNCPR); in etm4_enable_hw()
[all …]
Dcoresight-etm4x.h561 #define etm4x_relaxed_write32(csa, val, offset) \ macro
582 etm4x_relaxed_write32((csa), (val), (offset)); \