Home
last modified time | relevance | path

Searched defs:BITS (Results 1 – 19 of 19) sorted by relevance

/linux-3.3/arch/x86/um/
DMakefile6 BITS := 32 macro
8 BITS := 64 macro
/linux-3.3/arch/tile/
DMakefile43 BITS := 64 macro
45 BITS := 32 macro
/linux-3.3/arch/sparc/
DMakefile29 export BITS := 32 macro
49 export BITS := 64 macro
DKconfig70 config BITS config
/linux-3.3/drivers/scsi/
Dscsi_logging.h43 #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
Daha152x.h290 #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/
DMakefile16 BITS := 32 macro
45 BITS := 64 macro
/linux-3.3/arch/sh/
DMakefile97 BITS := 32 macro
102 BITS := 64 macro
/linux-3.3/arch/s390/boot/compressed/
DMakefile7 BITS := $(if $(CONFIG_64BIT),64,31) macro
/linux-3.3/drivers/scsi/mpt2sas/
Dmpt2sas_debug.h76 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
82 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) argument
/linux-3.3/drivers/staging/comedi/drivers/
Dpcmda12.c65 #define BITS 12 macro
/linux-3.3/drivers/message/fusion/
Dmptdebug.h68 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
74 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) argument
/linux-3.3/lib/zlib_inflate/
Dinflate.c228 #define BITS(n) \ macro
/linux-3.3/sound/core/oss/
Drate.c28 #define BITS (1<<SHIFT) macro
/linux-3.3/drivers/input/keyboard/
Dtnetv107x-keypad.c29 #define BITS(x) (BIT(x) - 1) macro
Dlkkbd.c267 #define CHECK_LED(LK, VAR_ON, VAR_OFF, LED, BITS) do { \ argument
/linux-3.3/drivers/mfd/
Ddbx500-prcmu-regs.h18 #define BITS(_start, _end) ((BIT(_end) - BIT(_start)) + BIT(_end)) macro
/linux-3.3/fs/
Dselect.c338 #define BITS(fds, n) (*FDS_IN(fds, n)|*FDS_OUT(fds, n)|*FDS_EX(fds, n)) macro
/linux-3.3/drivers/net/ethernet/sun/
Dniu.c130 #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