Searched refs:rk_iommu_is_paging_enabled (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/iommu/
H A Drockchip-iommu.c306 static bool rk_iommu_is_paging_enabled(struct rk_iommu *iommu) rk_iommu_is_paging_enabled() function
320 if (!rk_iommu_is_paging_enabled(iommu)) rk_iommu_enable_stall()
354 if (rk_iommu_is_paging_enabled(iommu)) rk_iommu_enable_paging()
359 ret = rk_wait_for(rk_iommu_is_paging_enabled(iommu), 1); rk_iommu_enable_paging()
371 if (!rk_iommu_is_paging_enabled(iommu)) rk_iommu_disable_paging()
376 ret = rk_wait_for(!rk_iommu_is_paging_enabled(iommu), 1); rk_iommu_disable_paging()

Completed in 43 milliseconds