Searched refs:SHIFT (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/ |
D | scsi_logging.h | 43 #define SCSI_LOG_LEVEL(SHIFT, BITS) \ argument 44 ((scsi_logging_level >> (SHIFT)) & ((1 << (BITS)) - 1)) 46 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) \ argument 48 if (unlikely((SCSI_LOG_LEVEL(SHIFT, BITS)) > (LEVEL))) \ 54 #define SCSI_CHECK_LOGGING(SHIFT, BITS, LEVEL, CMD) argument
|
/drivers/isdn/hardware/eicon/ |
D | pc.h | 272 #define SHIFT 0x90 /* codeset shift */ macro
|
D | message.c | 5926 add_p(tplci,SHIFT|6,NULL); in sig_ind() 8900 add_p(plci,SHIFT|6,NULL); in listen_check() 8956 if((w&0xf0)==SHIFT) { in IndParse() 9407 add_p(plci,SHIFT|6,NULL); in CapiRelease() 14884 add_p(plci,SHIFT|6,NULL); in CapiRegister()
|