Home
last modified time | relevance | path

Searched refs:HPC_DMA_SIZE (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/scsi/
Dsgiwd93.c49 #define HPC_DMA_SIZE PAGE_SIZE macro
183 end = start + HPC_DMA_SIZE; in init_hpc_chain()
237 hdata->cpu = dma_alloc_noncoherent(&pdev->dev, HPC_DMA_SIZE, in sgiwd93_probe()
277 dma_free_noncoherent(&pdev->dev, HPC_DMA_SIZE, hdata->cpu, hdata->dma, in sgiwd93_probe()
294 dma_free_noncoherent(&pdev->dev, HPC_DMA_SIZE, hdata->cpu, hdata->dma, in sgiwd93_remove()