/linux/drivers/scsi/ |
A D | scsi_logging.h | 44 #define SCSI_LOG_LEVEL(SHIFT, BITS) \ argument 47 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) \ argument 55 #define SCSI_LOG_LEVEL(SHIFT, BITS) 0 argument 56 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) do { } while (0) argument
|
A D | aha152x.h | 291 #define SETBITS(PORT, BITS) outb( (inb(PORT) | (BITS)), (PORT) ) argument 292 #define CLRBITS(PORT, BITS) outb( (inb(PORT) & ~(BITS)), (PORT) ) argument 293 #define TESTHI(PORT, BITS) ((inb(PORT) & (BITS)) == (BITS)) argument 294 #define TESTLO(PORT, BITS) ((inb(PORT) & (BITS)) == 0) argument
|
/linux/arch/x86/um/ |
A D | Makefile | 7 BITS := 32 macro 9 BITS := 64 macro
|
/linux/arch/sparc/ |
A D | Makefile | 25 export BITS := 32 macro 44 export BITS := 64 macro
|
/linux/arch/x86/ |
A D | Makefile | 57 BITS := 32 macro 90 BITS := 64 macro
|
/linux/arch/riscv/ |
A D | Makefile | 23 BITS := 64 macro 31 BITS := 32 macro
|
/linux/arch/powerpc/ |
A D | Makefile | 52 BITS := 64 macro 54 BITS := 32 macro
|
/linux/drivers/message/fusion/ |
A D | mptdebug.h | 69 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument 75 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
|
/linux/drivers/media/platform/mtk-mdp/ |
A D | mtk_mdp_regs.c | 14 #define MDP_COLORFMT_PACK(VIDEO, PLANE, COPLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
|
/linux/tools/perf/dlfilters/ |
A D | dlfilter-show-cycles.c | 22 #define BITS 16 macro
|
/linux/lib/zlib_inflate/ |
A D | inflate.c | 232 #define BITS(n) \ macro
|
/linux/drivers/scsi/mpt3sas/ |
A D | mpt3sas_debug.h | 71 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
|
/linux/sound/core/oss/ |
A D | rate.c | 28 #define BITS (1<<SHIFT) macro
|
/linux/drivers/input/keyboard/ |
A D | lkkbd.c | 254 #define CHECK_LED(LK, VAR_ON, VAR_OFF, LED, BITS) do { \ argument
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
A D | coex.h | 13 #define BITS(nb) (BIT(nb) - 1) macro
|
/linux/arch/arc/include/asm/ |
A D | disasm.h | 32 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) macro
|
/linux/drivers/mfd/ |
A D | db8500-prcmu-regs.h | 15 #define BITS(_start, _end) ((BIT(_end) - BIT(_start)) + BIT(_end)) macro
|
/linux/drivers/net/ethernet/sun/ |
A D | niu.c | 131 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument 170 #define niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument 190 #define niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY) \ argument 210 #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument
|
/linux/fs/ |
A D | select.c | 417 #define BITS(fds, n) (*FDS_IN(fds, n)|*FDS_OUT(fds, n)|*FDS_EX(fds, n)) macro
|
/linux/include/linux/ |
A D | scmi_protocol.h | 400 BITS = 0x3C, enumerator
|