Searched refs:HPC_DMA_SIZE (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | sgiwd93.c | 49 #define HPC_DMA_SIZE PAGE_SIZE macro 183 end = start + HPC_DMA_SIZE; in init_hpc_chain() 237 hdata->cpu = dma_alloc_attrs(&pdev->dev, HPC_DMA_SIZE, &hdata->dma, in sgiwd93_probe() 277 dma_free_attrs(&pdev->dev, HPC_DMA_SIZE, hdata->cpu, hdata->dma, in sgiwd93_probe() 294 dma_free_attrs(&pdev->dev, HPC_DMA_SIZE, hdata->cpu, hdata->dma, in sgiwd93_remove()
|