Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c174 etm4x_relaxed_write32(csa, val, TRCOSLAR); in etm_write_os_lock()
446 etm4x_relaxed_write32(csa, TRCRSR_TA, TRCRSR); in etm4_enable_trace_unit()
459 etm4x_relaxed_write32(csa, 1, TRCPRGCTLR); in etm4_enable_trace_unit()
512 etm4x_relaxed_write32(csa, 0, TRCPRGCTLR); in etm4_enable_hw()
528 etm4x_relaxed_write32(csa, config->pe_sel, TRCPROCSELR); in etm4_enable_hw()
529 etm4x_relaxed_write32(csa, config->cfg, TRCCONFIGR); in etm4_enable_hw()
531 etm4x_relaxed_write32(csa, 0x0, TRCAUXCTLR); in etm4_enable_hw()
532 etm4x_relaxed_write32(csa, config->eventctrl0, TRCEVENTCTL0R); in etm4_enable_hw()
533 etm4x_relaxed_write32(csa, config->eventctrl1, TRCEVENTCTL1R); in etm4_enable_hw()
535 etm4x_relaxed_write32(csa, config->stall_ctrl, TRCSTALLCTLR); in etm4_enable_hw()
[all …]
H A Dcoresight-etm4x.h538 #define etm4x_relaxed_write32(csa, val, offset) \ macro
559 etm4x_relaxed_write32((csa), (val), (offset)); \