Home
last modified time | relevance | path

Searched defs:BIT_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dbitops.h11 #define BIT_MASK(nr) (1UL << ((nr) % BITS_PER_LONG)) macro
/openbmc/qemu/include/qemu/
H A Dbitops.h59 #define BIT_MASK(nr) (1UL << ((nr) % BITS_PER_LONG)) macro