resume_offset     535 drivers/scsi/53c700.c 	slot->resume_offset = 0;
resume_offset     555 drivers/scsi/53c700.c 		slot->resume_offset = dsp;
resume_offset     768 drivers/scsi/53c700.c 	__u32 resume_offset = dsp, temp = dsp + 8;
resume_offset     812 drivers/scsi/53c700.c 			resume_offset = hostdata->pScript + Ent_SendMessageWithATN;
resume_offset     823 drivers/scsi/53c700.c 		resume_offset = hostdata->pScript + Ent_SendMessageWithATN;
resume_offset     840 drivers/scsi/53c700.c 		resume_offset = hostdata->pScript + Ent_SendMessageWithATN;
resume_offset     843 drivers/scsi/53c700.c 	return resume_offset;
resume_offset     851 drivers/scsi/53c700.c 	__u32 temp = dsp + 8, resume_offset = dsp;
resume_offset     869 drivers/scsi/53c700.c 		resume_offset =  process_extended_message(host, hostdata, SCp,
resume_offset     925 drivers/scsi/53c700.c 		resume_offset = hostdata->pScript + Ent_SendMessageWithATN;
resume_offset     932 drivers/scsi/53c700.c 	return resume_offset;
resume_offset     940 drivers/scsi/53c700.c 	__u32 resume_offset = 0;
resume_offset    1010 drivers/scsi/53c700.c 				slot->resume_offset = hostdata->pScript;
resume_offset    1128 drivers/scsi/53c700.c 			resume_offset = slot->resume_offset;
resume_offset    1189 drivers/scsi/53c700.c 			printk(KERN_INFO "IDENTIFIED SG segment as being %08x in slot %p, cmd %p, slot->resume_offset=%08x\n", SG, &hostdata->slots[i], hostdata->slots[i].cmnd, hostdata->slots[i].resume_offset);
resume_offset    1220 drivers/scsi/53c700.c 			resume_offset = hostdata->pScript + Ent_GetReselectionWithTag;
resume_offset    1222 drivers/scsi/53c700.c 			resume_offset = hostdata->pScript + Ent_GetReselectionData;
resume_offset    1230 drivers/scsi/53c700.c 		resume_offset = process_message(host, hostdata, SCp,
resume_offset    1249 drivers/scsi/53c700.c 		resume_offset = dsp;
resume_offset    1255 drivers/scsi/53c700.c 	return resume_offset;
resume_offset    1270 drivers/scsi/53c700.c 	__u32 resume_offset = 0;
resume_offset    1299 drivers/scsi/53c700.c 		DEBUG(("  ID %d WARNING: RESELECTION OF BUSY HOST, saving cmd %p, slot %p, addr %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScript, resume_offset));
resume_offset    1337 drivers/scsi/53c700.c 		resume_offset = hostdata->pScript + Ent_SelectedAsTarget;
resume_offset    1339 drivers/scsi/53c700.c 		resume_offset = hostdata->pScript + Ent_GetReselectionWithTag;
resume_offset    1341 drivers/scsi/53c700.c 		resume_offset = hostdata->pScript + Ent_GetReselectionData;
resume_offset    1343 drivers/scsi/53c700.c 	return resume_offset;
resume_offset    1446 drivers/scsi/53c700.c 	if(slot->resume_offset == 0)
resume_offset    1447 drivers/scsi/53c700.c 		slot->resume_offset = hostdata->pScript;
resume_offset    1459 drivers/scsi/53c700.c 	NCR_700_writel(slot->resume_offset, SCp->device->host, DSP_REG);
resume_offset    1471 drivers/scsi/53c700.c 	__u32 resume_offset = 0;
resume_offset    1583 drivers/scsi/53c700.c 				resume_offset = hostdata->pScript + Ent_SendMessagePhaseMismatch;
resume_offset    1632 drivers/scsi/53c700.c 				resume_offset = hostdata->pScript + Ent_MsgInDuringData;
resume_offset    1653 drivers/scsi/53c700.c 			resume_offset = process_script_interrupt(dsps, dsp, SCp, host, hostdata);
resume_offset    1688 drivers/scsi/53c700.c 			resume_offset = process_selection(host, dsp);
resume_offset    1694 drivers/scsi/53c700.c 	if(resume_offset) {
resume_offset    1697 drivers/scsi/53c700.c 			       host->host_no, resume_offset, resume_offset - hostdata->pScript);
resume_offset    1701 drivers/scsi/53c700.c 		DEBUG(("Attempting to resume at %x\n", resume_offset));
resume_offset    1703 drivers/scsi/53c700.c 		NCR_700_writel(resume_offset, host, DSP_REG);
resume_offset    1886 drivers/scsi/53c700.c 	slot->resume_offset = 0;
resume_offset     184 drivers/scsi/53c700.h 	__u32	resume_offset;
resume_offset     339 drivers/soc/ti/pm33xx.c 			 *pm_sram->resume_offset + 0x4;
resume_offset      42 include/linux/platform_data/pm33xx.h 	unsigned long *resume_offset;
resume_offset    1107 kernel/power/hibernate.c power_attr(resume_offset);