Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Diommu.c919 unsigned int nio_pages, io_order; in iommu_alloc_coherent() local
948 nio_pages = IOMMU_PAGE_ALIGN(size, tbl) >> tbl->it_page_shift; in iommu_alloc_coherent()
951 mapping = iommu_alloc(dev, tbl, ret, nio_pages, DMA_BIDIRECTIONAL, in iommu_alloc_coherent()
966 unsigned int nio_pages; in iommu_free_coherent() local
969 nio_pages = IOMMU_PAGE_ALIGN(size, tbl) >> tbl->it_page_shift; in iommu_free_coherent()
970 iommu_free(tbl, dma_handle, nio_pages); in iommu_free_coherent()