Searched refs:START_MASK32 (Results 1 – 1 of 1) sorted by relevance
275 #define START_MASK32(s) (((s) == 31) ? ~((uint32_t)0) : \ macro285 #define BIT_MASK32(s, e) (uint32_t)(START_MASK32(s) & ~END_MASK(e))295 (((*(rp)) & (START_MASK32(BITPOS_START(b)))) >> BITPOS_END(b))