/linux-6.6.21/drivers/scsi/ |
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
|
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-6.6.21/arch/x86/um/ |
D | Makefile | 7 BITS := 32 macro 9 BITS := 64 macro
|
/linux-6.6.21/arch/sparc/ |
D | Makefile | 25 export BITS := 32 macro 44 export BITS := 64 macro
|
/linux-6.6.21/arch/riscv/ |
D | Makefile | 30 BITS := 64 macro 38 BITS := 32 macro
|
/linux-6.6.21/arch/x86/ |
D | Makefile | 89 BITS := 32 macro 122 BITS := 64 macro
|
/linux-6.6.21/arch/powerpc/ |
D | Makefile | 35 BITS := 64 macro 37 BITS := 32 macro
|
/linux-6.6.21/drivers/message/fusion/ |
D | mptdebug.h | 69 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument 75 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
|
/linux-6.6.21/drivers/media/platform/mediatek/mdp/ |
D | mtk_mdp_regs.c | 14 #define MDP_COLORFMT_PACK(VIDEO, PLANE, COPLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
|
/linux-6.6.21/tools/perf/dlfilters/ |
D | dlfilter-show-cycles.c | 22 #define BITS 16 macro
|
/linux-6.6.21/lib/zlib_inflate/ |
D | inflate.c | 232 #define BITS(n) \ macro
|
/linux-6.6.21/drivers/scsi/mpt3sas/ |
D | mpt3sas_debug.h | 71 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
|
/linux-6.6.21/sound/core/oss/ |
D | rate.c | 28 #define BITS (1<<SHIFT) macro
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | coex.h | 13 #define BITS(nb) (BIT(nb) - 1) macro
|
/linux-6.6.21/drivers/input/keyboard/ |
D | lkkbd.c | 251 #define CHECK_LED(LK, VAR_ON, VAR_OFF, LED, BITS) do { \ argument
|
/linux-6.6.21/arch/arc/include/asm/ |
D | disasm.h | 32 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) macro
|
/linux-6.6.21/drivers/mfd/ |
D | db8500-prcmu-regs.h | 15 #define BITS(_start, _end) ((BIT(_end) - BIT(_start)) + BIT(_end)) macro
|
/linux-6.6.21/drivers/media/platform/mediatek/mdp3/ |
D | mtk-mdp3-regs.h | 21 #define MDP_COLOR(COMPRESS, PACKED, LOOSE, VIDEO, PLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
|
/linux-6.6.21/drivers/net/ethernet/sun/ |
D | niu.c | 150 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument 189 #define niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument 209 #define niu_wait_bits_clear(NP, REG, BITS, LIMIT, DELAY) \ argument 229 #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument
|
/linux-6.6.21/fs/ |
D | select.c | 418 #define BITS(fds, n) (*FDS_IN(fds, n)|*FDS_OUT(fds, n)|*FDS_EX(fds, n)) macro
|
/linux-6.6.21/include/linux/ |
D | scmi_protocol.h | 424 BITS = 0x3C, enumerator
|