taglinefilesource code
BIT101drivers/net/eth16i.c#define BIT(a)            ( (1 << (a)) )  
BIT21include/asm-ppc/bitops.h#define BIT(n) 1<<(n&0x1F)