Searched refs:pScript (Results 1 – 2 of 2) sorted by relevance
273 return h->pScript + ((uintptr_t)p - (uintptr_t)h->script); in virt_to_dma()296 dma_addr_t pScript, pSlots; in NCR_700_detect() local306 memory = dma_alloc_coherent(dev, TOTAL_MEM_SIZE, &pScript, GFP_KERNEL); in NCR_700_detect()309 memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect()324 pSlots = pScript + SLOTS_OFFSET; in NCR_700_detect()364 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect()367 pScript + MSGOUT_OFFSET); in NCR_700_detect()369 pScript + STATUS_OFFSET); in NCR_700_detect()371 pScript + MSGIN_OFFSET); in NCR_700_detect()374 hostdata->pScript = pScript; in NCR_700_detect()[all …]
219 __u32 pScript; /* physical mem addr of script */ member