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