Home
last modified time | relevance | path

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

/drivers/iommu/
Diommu.c884 int iommu_domain_window_enable(struct iommu_domain *domain, u32 wnd_nr, in iommu_domain_window_enable() argument
890 return domain->ops->domain_window_enable(domain, wnd_nr, paddr, size, in iommu_domain_window_enable()
895 void iommu_domain_window_disable(struct iommu_domain *domain, u32 wnd_nr) in iommu_domain_window_disable() argument
900 return domain->ops->domain_window_disable(domain, wnd_nr); in iommu_domain_window_disable()