Home
last modified time | relevance | path

Searched refs:stall_ctrl (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm4x-cfg.c59 CHECKREG(TRCSTALLCTLR, stall_ctrl); in etm4_cfg_map_reg_offset()
Dcoresight-etm4x-sysfs.c198 config->stall_ctrl = 0x0; in reset_store()
400 config->stall_ctrl |= TRCSTALLCTLR_ISTALL; in mode_store()
402 config->stall_ctrl &= ~TRCSTALLCTLR_ISTALL; in mode_store()
406 config->stall_ctrl |= TRCSTALLCTLR_INSTPRIORITY; in mode_store()
408 config->stall_ctrl &= ~TRCSTALLCTLR_INSTPRIORITY; in mode_store()
413 config->stall_ctrl |= TRCSTALLCTLR_NOOVERFLOW; in mode_store()
415 config->stall_ctrl &= ~TRCSTALLCTLR_NOOVERFLOW; in mode_store()
Dcoresight-etm4x-core.c414 etm4x_relaxed_write32(csa, config->stall_ctrl, TRCSTALLCTLR); in etm4_enable_hw()
1240 config->stall_ctrl = 0x0; in etm4_set_default_config()
Dcoresight-etm4x.h855 u32 stall_ctrl; member