Home
last modified time | relevance | path

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

/linux-6.6.21/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
/linux-6.6.21/arch/x86/um/
DMakefile7 BITS := 32 macro
9 BITS := 64 macro
/linux-6.6.21/arch/sparc/
DMakefile25 export BITS := 32 macro
44 export BITS := 64 macro
/linux-6.6.21/arch/riscv/
DMakefile30 BITS := 64 macro
38 BITS := 32 macro
/linux-6.6.21/arch/x86/
DMakefile89 BITS := 32 macro
122 BITS := 64 macro
/linux-6.6.21/arch/powerpc/
DMakefile35 BITS := 64 macro
37 BITS := 32 macro
/linux-6.6.21/drivers/message/fusion/
Dmptdebug.h69 #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/
Dmtk_mdp_regs.c14 #define MDP_COLORFMT_PACK(VIDEO, PLANE, COPLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
/linux-6.6.21/tools/perf/dlfilters/
Ddlfilter-show-cycles.c22 #define BITS 16 macro
/linux-6.6.21/lib/zlib_inflate/
Dinflate.c232 #define BITS(n) \ macro
/linux-6.6.21/drivers/scsi/mpt3sas/
Dmpt3sas_debug.h71 #define MPT_CHECK_LOGGING(IOC, CMD, BITS) \ argument
/linux-6.6.21/sound/core/oss/
Drate.c28 #define BITS (1<<SHIFT) macro
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/fw/api/
Dcoex.h13 #define BITS(nb) (BIT(nb) - 1) macro
/linux-6.6.21/drivers/input/keyboard/
Dlkkbd.c251 #define CHECK_LED(LK, VAR_ON, VAR_OFF, LED, BITS) do { \ argument
/linux-6.6.21/arch/arc/include/asm/
Ddisasm.h32 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) macro
/linux-6.6.21/drivers/mfd/
Ddb8500-prcmu-regs.h15 #define BITS(_start, _end) ((BIT(_end) - BIT(_start)) + BIT(_end)) macro
/linux-6.6.21/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-regs.h21 #define MDP_COLOR(COMPRESS, PACKED, LOOSE, VIDEO, PLANE, HF, VF, BITS, GROUP, SWAP, ID)\ argument
/linux-6.6.21/drivers/net/ethernet/sun/
Dniu.c150 #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/
Dselect.c418 #define BITS(fds, n) (*FDS_IN(fds, n)|*FDS_OUT(fds, n)|*FDS_EX(fds, n)) macro
/linux-6.6.21/include/linux/
Dscmi_protocol.h424 BITS = 0x3C, enumerator