Searched refs:pScript (Results 1 – 2 of 2) sorted by relevance
274 return h->pScript + ((uintptr_t)p - (uintptr_t)h->script); in virt_to_dma()297 dma_addr_t pScript, pSlots; in NCR_700_detect() local307 memory = dma_alloc_coherent(dev, TOTAL_MEM_SIZE, &pScript, GFP_KERNEL); in NCR_700_detect()310 memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript, in NCR_700_detect()325 pSlots = pScript + SLOTS_OFFSET; in NCR_700_detect()365 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect()368 pScript + MSGOUT_OFFSET); in NCR_700_detect()370 pScript + STATUS_OFFSET); in NCR_700_detect()372 pScript + MSGIN_OFFSET); in NCR_700_detect()375 hostdata->pScript = pScript; in NCR_700_detect()[all …]
219 __u32 pScript; /* physical mem addr of script */ member