Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm4x.h183 #define TRCCONFIGR_COND_MASK GENMASK(10, 8) macro
Dcoresight-etm4x-sysfs.c349 config->cfg &= ~TRCCONFIGR_COND_MASK; in mode_store()
350 config->cfg |= mode << __bf_shf(TRCCONFIGR_COND_MASK); in mode_store()