TOTAL_MEM_SIZE
memory = dma_alloc_coherent(dev, TOTAL_MEM_SIZE, &pScript, GFP_KERNEL);
memory = dma_alloc_noncoherent(dev, TOTAL_MEM_SIZE, &pScript,
dma_free_noncoherent(hostdata->dev, TOTAL_MEM_SIZE,
dma_free_coherent(hostdata->dev, TOTAL_MEM_SIZE,