Lines Matching refs:pScript

276 	dma_addr_t pScript, pSlots;  in NCR_700_detect()  local
286 memory = dma_alloc_attrs(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect()
300 pSlots = pScript + SLOTS_OFFSET; in NCR_700_detect()
340 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect()
343 pScript + MSGOUT_OFFSET); in NCR_700_detect()
345 pScript + STATUS_OFFSET); in NCR_700_detect()
347 pScript + MSGIN_OFFSET); in NCR_700_detect()
350 hostdata->pScript = pScript; in NCR_700_detect()
351 dma_sync_single_for_device(hostdata->dev, pScript, sizeof(SCRIPT), DMA_TO_DEVICE); in NCR_700_detect()
399 hostdata->pScript, DMA_ATTR_NON_CONSISTENT); in NCR_700_release()
812 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
823 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
840 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_extended_message()
925 resume_offset = hostdata->pScript + Ent_SendMessageWithATN; in process_message()
1010 slot->resume_offset = hostdata->pScript; in process_script_interrupt()
1177 …host->host_no, reselection_id, lun, dsp, dsp - hostdata->pScript, hostdata->state, hostdata->comma… in process_script_interrupt()
1220 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_script_interrupt()
1222 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_script_interrupt()
1236 NCR_700_phase[j], dsp - hostdata->pScript); in process_script_interrupt()
1248 host->host_no, pun, lun, dsps & 0xfff, dsp, dsp - hostdata->pScript); in process_script_interrupt()
1252 host->host_no, pun, lun, dsps, dsp - hostdata->pScript); in process_script_interrupt()
1299 …r %x [%04x], resume %x!\n", id, hostdata->cmd, slot, dsp, dsp - hostdata->pScript, resume_offset)); in process_selection()
1301 switch(dsp - hostdata->pScript) { in process_selection()
1304 save_for_reselection(hostdata, SCp, Ent_Disconnect2 + hostdata->pScript); in process_selection()
1308 save_for_reselection(hostdata, SCp, Ent_Disconnect4 + hostdata->pScript); in process_selection()
1312 save_for_reselection(hostdata, SCp, Ent_Disconnect6 + hostdata->pScript); in process_selection()
1316 save_for_reselection(hostdata, SCp, Ent_Disconnect8 + hostdata->pScript); in process_selection()
1337 resume_offset = hostdata->pScript + Ent_SelectedAsTarget; in process_selection()
1339 resume_offset = hostdata->pScript + Ent_GetReselectionWithTag; in process_selection()
1341 resume_offset = hostdata->pScript + Ent_GetReselectionData; in process_selection()
1447 slot->resume_offset = hostdata->pScript; in NCR_700_start_command()
1511 (dsp - (__u32)(hostdata->pScript))/4, in NCR_700_intr()
1526 … host->host_no, SCp, SCp == NULL ? NULL : SCp->host_scribble, dsp, dsp - hostdata->pScript); in NCR_700_intr()
1575 if(dsp == Ent_SendMessage + 8 + hostdata->pScript) { in NCR_700_intr()
1581 …se %s\n", host->host_no, pun, lun, count, (void *)temp, temp - hostdata->pScript, sbcl_to_string(N… in NCR_700_intr()
1583 resume_offset = hostdata->pScript + Ent_SendMessagePhaseMismatch; in NCR_700_intr()
1632 resume_offset = hostdata->pScript + Ent_MsgInDuringData; in NCR_700_intr()
1638 host->host_no, pun, lun, dsp - hostdata->pScript, sbcl_to_string(sbcl)); in NCR_700_intr()
1658 dsp, dsp - hostdata->pScript); in NCR_700_intr()
1697 host->host_no, resume_offset, resume_offset - hostdata->pScript); in NCR_700_intr()