Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-etm4x-sysfs.c208 config->vinst_ctrl |= BIT(0); in reset_store()
212 config->vinst_ctrl |= BIT(9); in reset_store()
415 config->vinst_ctrl |= BIT(9); in mode_store()
417 config->vinst_ctrl &= ~BIT(9); in mode_store()
421 config->vinst_ctrl |= BIT(10); in mode_store()
423 config->vinst_ctrl &= ~BIT(10); in mode_store()
428 config->vinst_ctrl |= BIT(11); in mode_store()
430 config->vinst_ctrl &= ~BIT(11); in mode_store()
712 val = config->vinst_ctrl & ETMv4_EVENT_MASK; in event_vinst_show()
729 config->vinst_ctrl &= ~ETMv4_EVENT_MASK; in event_vinst_store()
[all …]
Dcoresight-etm4x.c110 writel_relaxed(config->vinst_ctrl, drvdata->base + TRCVICTLR); in etm4_enable_hw()
605 config->vinst_ctrl |= BIT(0); in etm4_set_default_config()
713 config->vinst_ctrl |= BIT(9); in etm4_set_default_filter()
818 config->vinst_ctrl |= BIT(9); in etm4_set_event_filters()
846 config->vinst_ctrl |= BIT(9); in etm4_set_event_filters()
Dcoresight-etm4x.h252 u32 vinst_ctrl; member