to32bit          1138 drivers/scsi/53c700.c 					    to32bit(&slot->pSG[0].ins));
to32bit          1185 drivers/scsi/53c700.c 				if(SG >= to32bit(&hostdata->slots[i].pSG[0])
to32bit          1186 drivers/scsi/53c700.c 				   && SG <= to32bit(&hostdata->slots[i].pSG[NCR_700_SG_SEGMENTS]))
to32bit          1443 drivers/scsi/53c700.c 	                    SGScriptStartAddress, to32bit(&slot->pSG[0].ins));
to32bit          1584 drivers/scsi/53c700.c 			} else if(dsp >= to32bit(&slot->pSG[0].ins) &&
to32bit          1585 drivers/scsi/53c700.c 				  dsp <= to32bit(&slot->pSG[NCR_700_SG_SEGMENTS].ins)) {
to32bit          1587 drivers/scsi/53c700.c 				int SGcount = (dsp - to32bit(&slot->pSG[0].ins))/sizeof(struct NCR_700_SG_List);