Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-etm4x-sysfs.c208 config->vinst_ctrl |= BIT(0); in reset_store()
212 config->vinst_ctrl |= BIT(9); in reset_store()
412 config->vinst_ctrl |= BIT(9); in mode_store()
414 config->vinst_ctrl &= ~BIT(9); in mode_store()
418 config->vinst_ctrl |= BIT(10); in mode_store()
420 config->vinst_ctrl &= ~BIT(10); in mode_store()
425 config->vinst_ctrl |= BIT(11); in mode_store()
427 config->vinst_ctrl &= ~BIT(11); in mode_store()
709 val = config->vinst_ctrl & ETMv4_EVENT_MASK; in event_vinst_show()
726 config->vinst_ctrl &= ~ETMv4_EVENT_MASK; in event_vinst_store()
[all …]
Dcoresight-etm4x.c122 writel_relaxed(config->vinst_ctrl, drvdata->base + TRCVICTLR); in etm4_enable_hw()
750 config->vinst_ctrl |= BIT(0); in etm4_set_default_config()
867 config->vinst_ctrl |= BIT(9); in etm4_set_default_filter()
972 config->vinst_ctrl |= BIT(9); in etm4_set_event_filters()
1000 config->vinst_ctrl |= BIT(9); in etm4_set_event_filters()
Dcoresight-etm4x.h252 u32 vinst_ctrl; member