execph            583 drivers/scsi/nsp32.c 	unsigned short	execph;
execph            607 drivers/scsi/nsp32.c 	execph = nsp32_read2(base, SCSI_EXECUTE_PHASE);
execph           1548 drivers/scsi/nsp32.c static int nsp32_busfree_occur(struct scsi_cmnd *SCpnt, unsigned short execph)
execph           1553 drivers/scsi/nsp32.c 	nsp32_dbg(NSP32_DEBUG_BUSFREE, "enter execph=0x%x", execph);
execph           1554 drivers/scsi/nsp32.c 	show_autophase(execph);
execph           1570 drivers/scsi/nsp32.c 	if (execph & MSGIN_02_VALID) {
execph           1577 drivers/scsi/nsp32.c 		if (!(execph & MSGIN_00_VALID) && 
execph           1578 drivers/scsi/nsp32.c 		    ((execph & DATA_IN_PHASE) || (execph & DATA_OUT_PHASE))) {
execph           1621 drivers/scsi/nsp32.c 	if (execph & MSGIN_03_VALID) {
execph           1641 drivers/scsi/nsp32.c 		if (execph & (MSGIN_00_VALID | MSGIN_04_VALID)) {
execph           1664 drivers/scsi/nsp32.c 	if (execph & MSGIN_00_VALID) {
execph           1679 drivers/scsi/nsp32.c 	} else if (execph & MSGIN_04_VALID) {
execph           1923 drivers/scsi/nsp32.c 			      unsigned short execph)
execph           1998 drivers/scsi/nsp32.c 		if ((execph & DATA_IN_PHASE) || (execph & DATA_OUT_PHASE)) {
execph           2002 drivers/scsi/nsp32.c 			if ((execph & MSGIN_02_VALID) && (s_sacklen > 0)) {