Lines Matching refs:pScript

288 	dma_addr_t pScript, pSlots;  in NCR_700_detect()  local
298 memory = dma_alloc_attrs(hostdata->dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect()
312 pSlots = pScript + SLOTS_OFFSET; in NCR_700_detect()
353 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect()
356 pScript + MSGOUT_OFFSET); in NCR_700_detect()
358 pScript + STATUS_OFFSET); in NCR_700_detect()
360 pScript + MSGIN_OFFSET); in NCR_700_detect()
363 hostdata->pScript = pScript; in NCR_700_detect()
364 dma_sync_single_for_device(hostdata->dev, pScript, sizeof(SCRIPT), DMA_TO_DEVICE); in NCR_700_detect()
412 hostdata->pScript, DMA_ATTR_NON_CONSISTENT); in NCR_700_release()
825 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
836 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
853 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
938 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_message()
1023 slot->resume_offset = hostdata->pScript; in process_script_interrupt()
1190 …host->host_no, reselection_id, lun, dsp, dsp - hostdata->pScript, hostdata->state, hostdata->comma… in process_script_interrupt()
1233 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_script_interrupt()
1235 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_script_interrupt()
1249 NCR_700_phase[j], dsp - hostdata->pScript); in process_script_interrupt()
1261 host->host_no, pun, lun, dsps & 0xfff, dsp, dsp - hostdata->pScript); in process_script_interrupt()
1265 host->host_no, pun, lun, dsps, dsp - hostdata->pScript); in process_script_interrupt()
1312 …r %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScript, resume_offset)); in process_selection()
1314 switch(dsp - hostdata->pScript) { in process_selection()
1317 save_for_reselection(hostdata, SCp, Ent_Disconnect2 + hostdata->pScript); in process_selection()
1321 save_for_reselection(hostdata, SCp, Ent_Disconnect4 + hostdata->pScript); in process_selection()
1325 save_for_reselection(hostdata, SCp, Ent_Disconnect6 + hostdata->pScript); in process_selection()
1329 save_for_reselection(hostdata, SCp, Ent_Disconnect8 + hostdata->pScript); in process_selection()
1350 resume_offset = hostdata->pScript + Ent_SelectedAsTarget; in process_selection()
1352 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_selection()
1354 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_selection()
1460 slot->resume_offset = hostdata->pScript; in NCR_700_start_command()
1524 (dsp - (__u32)(hostdata->pScript))/4, in NCR_700_intr()
1539 … host->host_no, SCp, SCp == NULL ? NULL : SCp->host_scribble, dsp, dsp - hostdata->pScript); in NCR_700_intr()
1588 if(dsp == Ent_SendMessage + 8 + hostdata->pScript) { in NCR_700_intr()
1594 …se %s\n", host->host_no, pun, lun, count, (void *)temp, temp - hostdata->pScript, sbcl_to_string(N… in NCR_700_intr()
1596 resume_offset = hostdata->pScript + Ent_SendMessagePhaseMismatch; in NCR_700_intr()
1645 resume_offset = hostdata->pScript + Ent_MsgInDuringData; in NCR_700_intr()
1651 host->host_no, pun, lun, dsp - hostdata->pScript, sbcl_to_string(sbcl)); in NCR_700_intr()
1671 dsp, dsp - hostdata->pScript); in NCR_700_intr()
1710 host->host_no, resume_offset, resume_offset - hostdata->pScript); in NCR_700_intr()