Searched refs:SLOT_SHIFT (Results 1 – 2 of 2) sorted by relevance
75 #define SLOT_SHIFT(i) (TMPL_BITS+((i)<<3)+(i)) macro
408 tmp &= ~(SLOT_MASK << SLOT_SHIFT(slot)); in db_bkpt_set()409 tmp |= (0x84000 << 6) << SLOT_SHIFT(slot); in db_bkpt_set()