Searched refs:pScript (Results 1 – 2 of 2) sorted by relevance
288 dma_addr_t pScript, pSlots; in NCR_700_detect() local298 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()[all …]
219 __u32 pScript; /* physical mem addr of script */ member