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()
355 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect()
358 pScript + MSGOUT_OFFSET); in NCR_700_detect()
360 pScript + STATUS_OFFSET); in NCR_700_detect()
362 pScript + MSGIN_OFFSET); in NCR_700_detect()
365 hostdata->pScript = pScript; in NCR_700_detect()
366 dma_sync_single_for_device(hostdata->dev, pScript, sizeof(SCRIPT), DMA_TO_DEVICE); in NCR_700_detect()
414 hostdata->script, hostdata->pScript); in NCR_700_release()
827 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
838 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
855 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
940 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_message()
1025 slot->resume_offset = hostdata->pScript; in process_script_interrupt()
1192 …host->host_no, reselection_id, lun, dsp, dsp - hostdata->pScript, hostdata->state, hostdata->comma… in process_script_interrupt()
1235 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_script_interrupt()
1237 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_script_interrupt()
1251 NCR_700_phase[j], dsp - hostdata->pScript); in process_script_interrupt()
1263 host->host_no, pun, lun, dsps & 0xfff, dsp, dsp - hostdata->pScript); in process_script_interrupt()
1267 host->host_no, pun, lun, dsps, dsp - hostdata->pScript); in process_script_interrupt()
1314 …r %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScript, resume_offset)); in process_selection()
1316 switch(dsp - hostdata->pScript) { in process_selection()
1319 save_for_reselection(hostdata, SCp, Ent_Disconnect2 + hostdata->pScript); in process_selection()
1323 save_for_reselection(hostdata, SCp, Ent_Disconnect4 + hostdata->pScript); in process_selection()
1327 save_for_reselection(hostdata, SCp, Ent_Disconnect6 + hostdata->pScript); in process_selection()
1331 save_for_reselection(hostdata, SCp, Ent_Disconnect8 + hostdata->pScript); in process_selection()
1352 resume_offset = hostdata->pScript + Ent_SelectedAsTarget; in process_selection()
1354 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_selection()
1356 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_selection()
1462 slot->resume_offset = hostdata->pScript; in NCR_700_start_command()
1526 (dsp - (__u32)(hostdata->pScript))/4, in NCR_700_intr()
1541 … host->host_no, SCp, SCp == NULL ? NULL : SCp->host_scribble, dsp, dsp - hostdata->pScript); in NCR_700_intr()
1590 if(dsp == Ent_SendMessage + 8 + hostdata->pScript) { in NCR_700_intr()
1596 …se %s\n", host->host_no, pun, lun, count, (void *)temp, temp - hostdata->pScript, sbcl_to_string(N… in NCR_700_intr()
1598 resume_offset = hostdata->pScript + Ent_SendMessagePhaseMismatch; in NCR_700_intr()
1647 resume_offset = hostdata->pScript + Ent_MsgInDuringData; in NCR_700_intr()
1653 host->host_no, pun, lun, dsp - hostdata->pScript, sbcl_to_string(sbcl)); in NCR_700_intr()
1673 dsp, dsp - hostdata->pScript); in NCR_700_intr()
1712 host->host_no, resume_offset, resume_offset - hostdata->pScript); in NCR_700_intr()