Home
last modified time | relevance | path

Searched refs:TRCVICTLR_EXLEVEL_S_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-sysfs.c761 val = FIELD_GET(TRCVICTLR_EXLEVEL_S_MASK, config->vinst_ctrl); in s_exlevel_vinst_show()
778 config->vinst_ctrl &= ~TRCVICTLR_EXLEVEL_S_MASK; in s_exlevel_vinst_store()
781 config->vinst_ctrl |= val << __bf_shf(TRCVICTLR_EXLEVEL_S_MASK); in s_exlevel_vinst_store()
H A Dcoresight-etm4x.h205 #define TRCVICTLR_EXLEVEL_S_MASK GENMASK(19, 16) macro