Searched refs:START_MASK16 (Results 1 – 1 of 1) sorted by relevance
277 #define START_MASK16(s) (((s) == 15) ? ~((uint16_t)0) : \ macro286 #define BIT_MASK16(s, e) (uint16_t)(START_MASK16(s) & ~END_MASK(e))297 (((*(rp)) & (START_MASK16(BITPOS_START(b)))) >> BITPOS_END(b))