Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/sysdev/
Dppc4xx_msi.c148 void *msi_virt; in ppc4xx_setup_pcieh_hw() local
169 msi_virt = dma_alloc_coherent(&dev->dev, 64, &msi_phys, GFP_KERNEL); in ppc4xx_setup_pcieh_hw()
170 if (!msi_virt) in ppc4xx_setup_pcieh_hw()
191 dma_free_coherent(&dev->dev, 64, msi_virt, msi_phys); in ppc4xx_setup_pcieh_hw()