Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-cfg.c59 CHECKREG(TRCSTALLCTLR, stall_ctrl); in etm4_cfg_map_reg_offset()
H A 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()
H A Dcoresight-etm4x-core.c444 etm4x_relaxed_write32(csa, config->stall_ctrl, TRCSTALLCTLR); in etm4_enable_hw()
1324 config->stall_ctrl = 0x0; in etm4_set_default_config()
H A Dcoresight-etm4x.h825 u32 stall_ctrl; member