LOWEST_SET_BIT 62 dev/ic/atwreg.h #define LOWEST_SET_BIT(x) ((((x) - 1) & (x)) ^ (x)) LOWEST_SET_BIT 45 dev/ic/rtwreg.h #define LOWEST_SET_BIT(x) ((((x) - 1) & (x)) ^ (x))