Home
last modified time | relevance | path

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

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