/linux-3.3/arch/x86/um/ |
D | Makefile | 6 BITS := 32 macro 8 BITS := 64 macro
|
/linux-3.3/arch/tile/ |
D | Makefile | 43 BITS := 64 macro 45 BITS := 32 macro
|
/linux-3.3/arch/sparc/ |
D | Makefile | 29 export BITS := 32 macro 49 export BITS := 64 macro
|
D | Kconfig | 70 config BITS config
|
/linux-3.3/drivers/scsi/ |
D | scsi_logging.h | 43 #define SCSI_LOG_LEVEL(SHIFT, BITS) \ argument 46 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) \ argument 54 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) argument
|
D | aha152x.h | 290 #define SETBITS(PORT, BITS) outb( (inb(PORT) | (BITS)), (PORT) ) argument 291 #define CLRBITS(PORT, BITS) outb( (inb(PORT) & ~(BITS)), (PORT) ) argument 292 #define TESTHI(PORT, BITS) ((inb(PORT) & (BITS)) == (BITS)) argument 293 #define TESTLO(PORT, BITS) ((inb(PORT) & (BITS)) == 0) argument
|
/linux-3.3/arch/x86/ |
D | Makefile | 16 BITS := 32 macro 45 BITS := 64 macro
|
/linux-3.3/arch/sh/ |
D | Makefile | 97 BITS := 32 macro 102 BITS := 64 macro
|
/linux-3.3/arch/s390/boot/compressed/ |
D | Makefile | 7 BITS := $(if $(CONFIG_64BIT),64,31) macro
|
/linux-3.3/drivers/scsi/mpt2sas/ |
D | mpt2sas_debug.h | 76 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument 82 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) argument
|
/linux-3.3/drivers/staging/comedi/drivers/ |
D | pcmda12.c | 65 #define BITS 12 macro
|
/linux-3.3/drivers/message/fusion/ |
D | mptdebug.h | 68 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument 74 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) argument
|
/linux-3.3/lib/zlib_inflate/ |
D | inflate.c | 228 #define BITS(n) \ macro
|
/linux-3.3/sound/core/oss/ |
D | rate.c | 28 #define BITS (1<<SHIFT) macro
|
/linux-3.3/drivers/input/keyboard/ |
D | tnetv107x-keypad.c | 29 #define BITS(x) (BIT(x) - 1) macro
|
D | lkkbd.c | 267 #define CHECK_LED(LK, VAR_ON, VAR_OFF, LED, BITS) do { \ argument
|
/linux-3.3/drivers/mfd/ |
D | dbx500-prcmu-regs.h | 18 #define BITS(_start, _end) ((BIT(_end) - BIT(_start)) + BIT(_end)) macro
|
/linux-3.3/fs/ |
D | select.c | 338 #define BITS(fds, n) (*FDS_IN(fds, n)|*FDS_OUT(fds, n)|*FDS_EX(fds, n)) macro
|
/linux-3.3/drivers/net/ethernet/sun/ |
D | niu.c | 130 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument 169 #define niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument 189 #define niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY) \ argument 209 #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument
|