Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/asm/
H A Dbitsperlong.h11 #define BITS_PER_LONG_LONG 64 macro
/openbsd/sys/dev/pci/drm/include/linux/
H A Dbitops.h34 #define GENMASK_ULL(h, l) (((~0ULL) >> (BITS_PER_LONG_LONG - (h) - 1)) & ((~0ULL) << (l)))