Searched refs:etm4x_relaxed_write32 (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/hwtracing/coresight/ |
| H A D | coresight-etm4x-core.c | 173 etm4x_relaxed_write32(csa, val, TRCOSLAR); in etm_write_os_lock() 453 etm4x_relaxed_write32(csa, 0, TRCPRGCTLR); in etm4_enable_hw() 470 etm4x_relaxed_write32(csa, config->cfg, TRCCONFIGR); in etm4_enable_hw() 472 etm4x_relaxed_write32(csa, 0x0, TRCAUXCTLR); in etm4_enable_hw() 477 etm4x_relaxed_write32(csa, config->ts_ctrl, TRCTSCTLR); in etm4_enable_hw() 479 etm4x_relaxed_write32(csa, config->ccctlr, TRCCCCTLR); in etm4_enable_hw() 480 etm4x_relaxed_write32(csa, config->bb_ctrl, TRCBBCTLR); in etm4_enable_hw() 547 etm4x_relaxed_write32(csa, TRCRSR_TA, TRCRSR); in etm4_enable_hw() 551 etm4x_relaxed_write32(csa, 1, TRCPRGCTLR); in etm4_enable_hw() 904 etm4x_relaxed_write32(csa, control, TRCPDCR); in etm4_disable_hw() [all …]
|
| H A D | coresight-etm4x.h | 537 #define etm4x_relaxed_write32(csa, val, offset) \ macro 558 etm4x_relaxed_write32((csa), (val), (offset)); \
|