tag
line
file
source code
BIT
101
drivers/net/eth16i.c
#define BIT(a) ( (1 << (a)) )
BIT
21
include/asm-ppc/bitops.h
#define BIT(n) 1<<(n&0x1F)