Home
last modified time | relevance | path

Searched refs:pScript (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/
D53c700.c289 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()
[all …]
D53c700.h217 __u32 pScript; /* physical mem addr of script */ member