Home
last modified time | relevance | path

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

/Linux-v6.6/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()
401 config->stall_ctrl |= TRCSTALLCTLR_ISTALL; in mode_store()
403 config->stall_ctrl &= ~TRCSTALLCTLR_ISTALL; in mode_store()
407 config->stall_ctrl |= TRCSTALLCTLR_INSTPRIORITY; in mode_store()
409 config->stall_ctrl &= ~TRCSTALLCTLR_INSTPRIORITY; in mode_store()
414 config->stall_ctrl |= TRCSTALLCTLR_NOOVERFLOW; in mode_store()
416 config->stall_ctrl &= ~TRCSTALLCTLR_NOOVERFLOW; in mode_store()
Dcoresight-etm4x-core.c444 etm4x_relaxed_write32(csa, config->stall_ctrl, TRCSTALLCTLR); in etm4_enable_hw()
1317 config->stall_ctrl = 0x0; in etm4_set_default_config()
Dcoresight-etm4x.h849 u32 stall_ctrl; member