Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c167 etm4x_relaxed_write32(csa, val, TRCOSLAR); in etm_write_os_lock()
351 etm4x_relaxed_write32(csa, 0, TRCPRGCTLR); in etm4_enable_hw()
367 etm4x_relaxed_write32(csa, config->pe_sel, TRCPROCSELR); in etm4_enable_hw()
368 etm4x_relaxed_write32(csa, config->cfg, TRCCONFIGR); in etm4_enable_hw()
370 etm4x_relaxed_write32(csa, 0x0, TRCAUXCTLR); in etm4_enable_hw()
371 etm4x_relaxed_write32(csa, config->eventctrl0, TRCEVENTCTL0R); in etm4_enable_hw()
372 etm4x_relaxed_write32(csa, config->eventctrl1, TRCEVENTCTL1R); in etm4_enable_hw()
374 etm4x_relaxed_write32(csa, config->stall_ctrl, TRCSTALLCTLR); in etm4_enable_hw()
375 etm4x_relaxed_write32(csa, config->ts_ctrl, TRCTSCTLR); in etm4_enable_hw()
376 etm4x_relaxed_write32(csa, config->syncfreq, TRCSYNCPR); in etm4_enable_hw()
[all …]
Dcoresight-etm4x.h462 #define etm4x_relaxed_write32(csa, val, offset) \ macro
483 etm4x_relaxed_write32((csa), (val), (offset)); \