Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-etm4x-core.c173 etm4x_relaxed_write32(csa, val, TRCOSLAR); in etm_write_os_lock()
421 etm4x_relaxed_write32(csa, 0, TRCPRGCTLR); in etm4_enable_hw()
437 etm4x_relaxed_write32(csa, config->pe_sel, TRCPROCSELR); in etm4_enable_hw()
438 etm4x_relaxed_write32(csa, config->cfg, TRCCONFIGR); in etm4_enable_hw()
440 etm4x_relaxed_write32(csa, 0x0, TRCAUXCTLR); in etm4_enable_hw()
441 etm4x_relaxed_write32(csa, config->eventctrl0, TRCEVENTCTL0R); in etm4_enable_hw()
442 etm4x_relaxed_write32(csa, config->eventctrl1, TRCEVENTCTL1R); in etm4_enable_hw()
444 etm4x_relaxed_write32(csa, config->stall_ctrl, TRCSTALLCTLR); in etm4_enable_hw()
445 etm4x_relaxed_write32(csa, config->ts_ctrl, TRCTSCTLR); in etm4_enable_hw()
446 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)); \