Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dbitops.h10 #define BIT_ULL(nr) (1ULL << (nr)) macro
/openbmc/qemu/include/qemu/
H A Dbitops.h25 #define BIT_ULL(nr) (1ULL << (nr)) macro