Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
714 val = config->vinst_ctrl & ETMv4_EVENT_MASK; in event_vinst_show()
731 config->vinst_ctrl &= ~ETMv4_EVENT_MASK; in event_vinst_store()
[all …]
Dcoresight-etm4x.h266 u32 vinst_ctrl; member
353 u32 vinst_ctrl; member
Dcoresight-etm4x-core.c141 writel_relaxed(config->vinst_ctrl, drvdata->base + TRCVICTLR); in etm4_enable_hw()
802 config->vinst_ctrl &= ~(ETM_EXLEVEL_S_VICTLR_MASK | ETM_EXLEVEL_NS_VICTLR_MASK); in etm4_set_victlr_access()
810 config->vinst_ctrl |= (u32)access_type; in etm4_set_victlr_access()
829 config->vinst_ctrl = BIT(0); in etm4_set_default_config()
942 config->vinst_ctrl |= BIT(9); in etm4_set_default_filter()
1046 config->vinst_ctrl |= BIT(9); in etm4_set_event_filters()
1074 config->vinst_ctrl |= BIT(9); in etm4_set_event_filters()