Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/4xx/
Dmsi.c148 void *msi_virt; in ppc4xx_setup_pcieh_hw() local
176 msi_virt = dma_alloc_coherent(&dev->dev, 64, &msi_phys, GFP_KERNEL); in ppc4xx_setup_pcieh_hw()
177 if (!msi_virt) { in ppc4xx_setup_pcieh_hw()
197 dma_free_coherent(&dev->dev, 64, msi_virt, msi_phys); in ppc4xx_setup_pcieh_hw()