Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-sysfs.c208 config->vinst_ctrl = BIT(0); in reset_store()
212 config->vinst_ctrl |= BIT(9); in reset_store()
416 config->vinst_ctrl |= BIT(9); in mode_store()
418 config->vinst_ctrl &= ~BIT(9); in mode_store()
422 config->vinst_ctrl |= BIT(10); in mode_store()
424 config->vinst_ctrl &= ~BIT(10); in mode_store()
429 config->vinst_ctrl |= BIT(11); in mode_store()
431 config->vinst_ctrl &= ~BIT(11); in mode_store()
718 val = config->vinst_ctrl & ETMv4_EVENT_MASK; in event_vinst_show()
735 config->vinst_ctrl &= ~ETMv4_EVENT_MASK; in event_vinst_store()
[all …]
H A Dcoresight-etm4x-core.c418 etm4x_relaxed_write32(csa, config->vinst_ctrl, TRCVICTLR); in etm4_enable_hw()
1222 config->vinst_ctrl &= ~TRCVICTLR_EXLEVEL_MASK; in etm4_set_victlr_access()
1223 config->vinst_ctrl |= etm4_get_victlr_access_type(config); in etm4_set_victlr_access()
1242 config->vinst_ctrl = BIT(0); in etm4_set_default_config()
1351 config->vinst_ctrl |= BIT(9); in etm4_set_default_filter()
1455 config->vinst_ctrl |= BIT(9); in etm4_set_event_filters()
1483 config->vinst_ctrl |= BIT(9); in etm4_set_event_filters()
H A Dcoresight-etm4x.h775 u32 vinst_ctrl; member
862 u32 vinst_ctrl; member