Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h600 #define ETM_MODE_COND(val) BMVAL(val, 8, 10) macro
H A Dcoresight-etm4x-sysfs.c348 mode = ETM_MODE_COND(config->mode); in mode_store()