/linux-4.4.14/arch/x86/um/ |
D | Makefile | 6 BITS := 32 macro 8 BITS := 64 macro
|
/linux-4.4.14/arch/tile/ |
D | Makefile | 49 BITS := 64 macro 51 BITS := 32 macro
|
/linux-4.4.14/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_LOG_LEVEL(SHIFT, BITS) 0 argument 55 #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-4.4.14/arch/sparc/ |
D | Makefile | 24 export BITS := 32 macro 37 export BITS := 64 macro
|
/linux-4.4.14/arch/x86/ |
D | Makefile | 53 BITS := 32 macro 82 BITS := 64 macro
|
/linux-4.4.14/arch/sh/ |
D | Makefile | 104 BITS := 32 macro 109 BITS := 64 macro
|
/linux-4.4.14/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-4.4.14/lib/zlib_inflate/ |
D | inflate.c | 213 #define BITS(n) \ macro
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_debug.h | 71 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
|
/linux-4.4.14/sound/core/oss/ |
D | rate.c | 28 #define BITS (1<<SHIFT) macro
|
/linux-4.4.14/drivers/input/keyboard/ |
D | lkkbd.c | 266 #define CHECK_LED(LK, VAR_ON, VAR_OFF, LED, BITS) do { \ argument
|
/linux-4.4.14/arch/arc/include/asm/ |
D | disasm.h | 35 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) macro
|
/linux-4.4.14/drivers/mfd/ |
D | dbx500-prcmu-regs.h | 16 #define BITS(_start, _end) ((BIT(_end) - BIT(_start)) + BIT(_end)) macro
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | fw-api-coex.h | 71 #define BITS(nb) (BIT(nb) - 1) macro
|
/linux-4.4.14/fs/ |
D | select.c | 340 #define BITS(fds, n) (*FDS_IN(fds, n)|*FDS_OUT(fds, n)|*FDS_EX(fds, n)) macro
|
/linux-4.4.14/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
|