Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h178 #define TRCCONFIGR_COND_MASK GENMASK(10, 8) macro
H A Dcoresight-etm4x-sysfs.c350 config->cfg &= ~TRCCONFIGR_COND_MASK; in mode_store()
351 config->cfg |= mode << __bf_shf(TRCCONFIGR_COND_MASK); in mode_store()