Lines Matching defs:BIT
481 #ifndef BIT
482 #define BIT(N) (1UL << (N))
497 if (config_opts & BIT(ETM_OPT_CYCACC))
498 config |= BIT(ETM4_CFG_BIT_CYCACC);
499 if (config_opts & BIT(ETM_OPT_CTXTID))
500 config |= BIT(ETM4_CFG_BIT_CTXTID);
501 if (config_opts & BIT(ETM_OPT_TS))
502 config |= BIT(ETM4_CFG_BIT_TS);
503 if (config_opts & BIT(ETM_OPT_RETSTK))
504 config |= BIT(ETM4_CFG_BIT_RETSTK);
505 if (config_opts & BIT(ETM_OPT_CTXTID2))
506 config |= BIT(ETM4_CFG_BIT_VMID) |
507 BIT(ETM4_CFG_BIT_VMID_OPT);
508 if (config_opts & BIT(ETM_OPT_BRANCH_BROADCAST))
509 config |= BIT(ETM4_CFG_BIT_BB);