Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/um/
DMakefile6 BITS := 32 macro
8 BITS := 64 macro
/linux-4.4.14/arch/tile/
DMakefile49 BITS := 64 macro
51 BITS := 32 macro
/linux-4.4.14/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_LOG_LEVEL(SHIFT, BITS) 0 argument
55 #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-4.4.14/arch/sparc/
DMakefile24 export BITS := 32 macro
37 export BITS := 64 macro
/linux-4.4.14/arch/x86/
DMakefile53 BITS := 32 macro
82 BITS := 64 macro
/linux-4.4.14/arch/sh/
DMakefile104 BITS := 32 macro
109 BITS := 64 macro
/linux-4.4.14/drivers/message/fusion/
Dmptdebug.h68 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
74 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) argument
/linux-4.4.14/lib/zlib_inflate/
Dinflate.c213 #define BITS(n) \ macro
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_debug.h71 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
/linux-4.4.14/sound/core/oss/
Drate.c28 #define BITS (1<<SHIFT) macro
/linux-4.4.14/drivers/input/keyboard/
Dlkkbd.c266 #define CHECK_LED(LK, VAR_ON, VAR_OFF, LED, BITS) do { \ argument
/linux-4.4.14/arch/arc/include/asm/
Ddisasm.h35 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) macro
/linux-4.4.14/drivers/mfd/
Ddbx500-prcmu-regs.h16 #define BITS(_start, _end) ((BIT(_end) - BIT(_start)) + BIT(_end)) macro
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dfw-api-coex.h71 #define BITS(nb) (BIT(nb) - 1) macro
/linux-4.4.14/fs/
Dselect.c340 #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/
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