Home
last modified time | relevance | path

Searched refs:BYTE_MASK (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dextent_io.h74 #define BYTE_MASK ((1U << BITS_PER_BYTE) - 1)
76 ((BYTE_MASK << ((start) & (BITS_PER_BYTE - 1))) & BYTE_MASK)
78 (BYTE_MASK >> (-(nbits) & (BITS_PER_BYTE - 1)))
75 #define BYTE_MASK global() macro
/linux/drivers/usb/storage/
H A Dene_ub6250.c174 #define BYTE_MASK 0xff macro
1304 return ms_lib_overwrite_extra(us, phyblk, 0, (u8)(~MS_REG_OVR_BKST & BYTE_MASK)); in ms_lib_error_phyblock()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c5544 #define BYTE_MASK( global() macro