Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dmisc.h18 #define RT_BITS_PER_LONG 64 macro
20 #define RT_BITS_PER_LONG 32 macro
48 #define RT_BIT_MASK(nr) (1UL << ((nr) % RT_BITS_PER_LONG))
49 #define RT_BIT_WORD(nr) ((nr) / RT_BITS_PER_LONG)
56 #define RT_GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (RT_BITS_PER_LONG - 1 - (h))))

Completed in 3 milliseconds