Searched refs:etm4x_relaxed_write32 (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/hwtracing/coresight/ |
A D | coresight-etm4x-core.c | 172 etm4x_relaxed_write32(csa, val, TRCOSLAR); in etm_write_os_lock() 412 etm4x_relaxed_write32(csa, 0, TRCPRGCTLR); in etm4_enable_hw() 429 etm4x_relaxed_write32(csa, config->cfg, TRCCONFIGR); in etm4_enable_hw() 431 etm4x_relaxed_write32(csa, 0x0, TRCAUXCTLR); in etm4_enable_hw() 436 etm4x_relaxed_write32(csa, config->ts_ctrl, TRCTSCTLR); in etm4_enable_hw() 438 etm4x_relaxed_write32(csa, config->ccctlr, TRCCCCTLR); in etm4_enable_hw() 439 etm4x_relaxed_write32(csa, config->bb_ctrl, TRCBBCTLR); in etm4_enable_hw() 506 etm4x_relaxed_write32(csa, TRCRSR_TA, TRCRSR); in etm4_enable_hw() 510 etm4x_relaxed_write32(csa, 1, TRCPRGCTLR); in etm4_enable_hw() 873 etm4x_relaxed_write32(csa, control, TRCPDCR); in etm4_disable_hw() [all …]
|
A D | coresight-etm4x.h | 561 #define etm4x_relaxed_write32(csa, val, offset) \ macro 582 etm4x_relaxed_write32((csa), (val), (offset)); \
|
Completed in 10 milliseconds