Searched refs:BYTE_MASK (Results 1 – 2 of 2) sorted by relevance
75 #define BYTE_MASK ((1U << BITS_PER_BYTE) - 1) macro77 ((BYTE_MASK << ((start) & (BITS_PER_BYTE - 1))) & BYTE_MASK)79 (BYTE_MASK >> (-(nbits) & (BITS_PER_BYTE - 1)))
174 #define BYTE_MASK 0xff macro1304 return ms_lib_overwrite_extra(us, phyblk, 0, (u8)(~MS_REG_OVR_BKST & BYTE_MASK)); in ms_lib_error_phyblock()