Searched refs:TRCCONFIGR_COND_MASK (Results 1 – 2 of 2) sorted by relevance
183 #define TRCCONFIGR_COND_MASK GENMASK(10, 8) macro
350 config->cfg &= ~TRCCONFIGR_COND_MASK; in mode_store()351 config->cfg |= mode << __bf_shf(TRCCONFIGR_COND_MASK); in mode_store()