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