Home
last modified time | relevance | path

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

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