Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwreg.h59 #define LOWEST_SET_BIT(x) ((((x) - 1) & (x)) ^ (x)) macro
67 #define MASK_TO_SHIFT2(m) (GTEQ_POWER(LOWEST_SET_BIT((m)), 1) ? 1 : 0)
70 (GTEQ_POWER(LOWEST_SET_BIT((m)), 2) \
75 (GTEQ_POWER(LOWEST_SET_BIT((m)), 4) \
80 (GTEQ_POWER(LOWEST_SET_BIT((m)), 8) \
85 (GTEQ_POWER(LOWEST_SET_BIT((m)), 16) \