Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dedid.c34 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) macro
2706 mask_to_set &= BITMAP_LAST_WORD_MASK(size); in bitmap_set()