Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/um/
DMakefile7 BITS := 32 macro
9 BITS := 64 macro
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_logging.h44 #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
Daha152x.h291 #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
/kernel/linux/linux-5.10/arch/sparc/
DMakefile25 export BITS := 32 macro
44 export BITS := 64 macro
/kernel/linux/linux-5.10/arch/riscv/
DMakefile23 BITS := 64 macro
31 BITS := 32 macro
/kernel/linux/linux-5.10/arch/x86/
DMakefile65 BITS := 32 macro
91 BITS := 64 macro
/kernel/linux/linux-5.10/arch/powerpc/
DMakefile37 BITS := 64 macro
39 BITS := 32 macro
/kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/
Dmtk_mdp_regs.c14 #define MDP_COLORFMT_PACK(VIDEO, PLANE, COPLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
/kernel/linux/linux-5.10/drivers/message/fusion/
Dmptdebug.h69 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
75 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) argument
/kernel/linux/linux-5.10/lib/zlib_inflate/
Dinflate.c232 #define BITS(n) \ macro
/kernel/linux/linux-5.10/sound/core/oss/
Drate.c28 #define BITS (1<<SHIFT) macro
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_debug.h71 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dcoex.h70 #define BITS(nb) (BIT(nb) - 1) macro
/kernel/linux/linux-5.10/drivers/input/keyboard/
Dlkkbd.c254 #define CHECK_LED(LK, VAR_ON, VAR_OFF, LED, BITS) do { \ argument
/kernel/linux/linux-5.10/arch/arc/include/asm/
Ddisasm.h32 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) macro
/kernel/linux/linux-5.10/drivers/mfd/
Ddbx500-prcmu-regs.h15 #define BITS(_start, _end) ((BIT(_end) - BIT(_start)) + BIT(_end)) macro
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
Dniu.c131 #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
/kernel/linux/linux-5.10/fs/
Dselect.c417 #define BITS(fds, n) (*FDS_IN(fds, n)|*FDS_OUT(fds, n)|*FDS_EX(fds, n)) macro