Home
last modified time | relevance | path

Searched defs:BITMAP_FIRST_WORD_MASK (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dbitmap.h22 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dbitmap.h232 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c33 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro