Lines Matching refs:pScript

289 	dma_addr_t pScript, pSlots;  in NCR_700_detect()  local
300 &pScript, GFP_KERNEL); in NCR_700_detect()
313 pSlots = pScript + SLOTS_OFFSET; in NCR_700_detect()
356 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect()
359 pScript + MSGOUT_OFFSET); in NCR_700_detect()
361 pScript + STATUS_OFFSET); in NCR_700_detect()
363 pScript + MSGIN_OFFSET); in NCR_700_detect()
366 hostdata->pScript = pScript; in NCR_700_detect()
367 dma_sync_single_for_device(hostdata->dev, pScript, sizeof(SCRIPT), DMA_TO_DEVICE); in NCR_700_detect()
415 hostdata->script, hostdata->pScript); in NCR_700_release()
828 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
839 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
856 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
941 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_message()
1026 slot->resume_offset = hostdata->pScript; in process_script_interrupt()
1189 …host->host_no, reselection_id, lun, dsp, dsp - hostdata->pScript, hostdata->state, hostdata->comma… in process_script_interrupt()
1232 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_script_interrupt()
1234 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_script_interrupt()
1248 NCR_700_phase[j], dsp - hostdata->pScript); in process_script_interrupt()
1260 host->host_no, pun, lun, dsps & 0xfff, dsp, dsp - hostdata->pScript); in process_script_interrupt()
1264 host->host_no, pun, lun, dsps, dsp - hostdata->pScript); in process_script_interrupt()
1311 …r %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScript, resume_offset)); in process_selection()
1313 switch(dsp - hostdata->pScript) { in process_selection()
1316 save_for_reselection(hostdata, SCp, Ent_Disconnect2 + hostdata->pScript); in process_selection()
1320 save_for_reselection(hostdata, SCp, Ent_Disconnect4 + hostdata->pScript); in process_selection()
1324 save_for_reselection(hostdata, SCp, Ent_Disconnect6 + hostdata->pScript); in process_selection()
1328 save_for_reselection(hostdata, SCp, Ent_Disconnect8 + hostdata->pScript); in process_selection()
1349 resume_offset = hostdata->pScript + Ent_SelectedAsTarget; in process_selection()
1351 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_selection()
1353 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_selection()
1459 slot->resume_offset = hostdata->pScript; in NCR_700_start_command()
1523 (dsp - (__u32)(hostdata->pScript))/4, in NCR_700_intr()
1538 … host->host_no, SCp, SCp == NULL ? NULL : SCp->host_scribble, dsp, dsp - hostdata->pScript); in NCR_700_intr()
1587 if(dsp == Ent_SendMessage + 8 + hostdata->pScript) { in NCR_700_intr()
1593 …se %s\n", host->host_no, pun, lun, count, (void *)temp, temp - hostdata->pScript, sbcl_to_string(N… in NCR_700_intr()
1595 resume_offset = hostdata->pScript + Ent_SendMessagePhaseMismatch; in NCR_700_intr()
1644 resume_offset = hostdata->pScript + Ent_MsgInDuringData; in NCR_700_intr()
1650 host->host_no, pun, lun, dsp - hostdata->pScript, sbcl_to_string(sbcl)); in NCR_700_intr()
1670 dsp, dsp - hostdata->pScript); in NCR_700_intr()
1709 host->host_no, resume_offset, resume_offset - hostdata->pScript); in NCR_700_intr()