Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm4x-sysfs.c209 config->vinst_ctrl = FIELD_PREP(TRCVICTLR_EVENT_MASK, 0x01); in reset_store()
213 config->vinst_ctrl |= TRCVICTLR_SSSTATUS; in reset_store()
419 config->vinst_ctrl |= TRCVICTLR_SSSTATUS; in mode_store()
421 config->vinst_ctrl &= ~TRCVICTLR_SSSTATUS; in mode_store()
425 config->vinst_ctrl |= TRCVICTLR_TRCRESET; in mode_store()
427 config->vinst_ctrl &= ~TRCVICTLR_TRCRESET; in mode_store()
432 config->vinst_ctrl |= TRCVICTLR_TRCERR; in mode_store()
434 config->vinst_ctrl &= ~TRCVICTLR_TRCERR; in mode_store()
726 val = FIELD_GET(TRCVICTLR_EVENT_MASK, config->vinst_ctrl); in event_vinst_show()
743 config->vinst_ctrl &= ~TRCVICTLR_EVENT_MASK; in event_vinst_store()
[all …]
Dcoresight-etm4x-core.c420 etm4x_relaxed_write32(csa, config->vinst_ctrl, TRCVICTLR); in etm4_enable_hw()
1229 config->vinst_ctrl &= ~TRCVICTLR_EXLEVEL_MASK; in etm4_set_victlr_access()
1230 config->vinst_ctrl |= etm4_get_victlr_access_type(config); in etm4_set_victlr_access()
1249 config->vinst_ctrl = FIELD_PREP(TRCVICTLR_EVENT_MASK, 0x01); in etm4_set_default_config()
1358 config->vinst_ctrl |= TRCVICTLR_SSSTATUS; in etm4_set_default_filter()
1462 config->vinst_ctrl |= TRCVICTLR_SSSTATUS; in etm4_set_event_filters()
1490 config->vinst_ctrl |= TRCVICTLR_SSSTATUS; in etm4_set_event_filters()
Dcoresight-etm4x-cfg.c64 CHECKREG(TRCVICTLR, vinst_ctrl); in etm4_cfg_map_reg_offset()
Dcoresight-etm4x.h860 u32 vinst_ctrl; member
947 u32 vinst_ctrl; member