Lines Matching defs:BIT
464 #ifndef BIT
465 #define BIT(N) (1UL << (N))
480 if (config_opts & BIT(ETM_OPT_CYCACC))
481 config |= BIT(ETM4_CFG_BIT_CYCACC);
482 if (config_opts & BIT(ETM_OPT_CTXTID))
483 config |= BIT(ETM4_CFG_BIT_CTXTID);
484 if (config_opts & BIT(ETM_OPT_TS))
485 config |= BIT(ETM4_CFG_BIT_TS);
486 if (config_opts & BIT(ETM_OPT_RETSTK))
487 config |= BIT(ETM4_CFG_BIT_RETSTK);