NCR_700_SLOT_MAGIC  528 drivers/scsi/53c700.c 	if((slot->state & NCR_700_SLOT_MASK) != NCR_700_SLOT_MAGIC) {
NCR_700_SLOT_MAGIC  176 drivers/scsi/53c700.h 	#define	NCR_700_SLOT_FREE (0|NCR_700_SLOT_MAGIC) /* slot may be used */
NCR_700_SLOT_MAGIC  177 drivers/scsi/53c700.h 	#define NCR_700_SLOT_BUSY (1|NCR_700_SLOT_MAGIC) /* slot has command active on HA */
NCR_700_SLOT_MAGIC  178 drivers/scsi/53c700.h 	#define NCR_700_SLOT_QUEUED (2|NCR_700_SLOT_MAGIC) /* slot has command to be made active on HA */