Home
last modified time | relevance | path

Searched defs:omap_iommu (Results 1 – 1 of 1) sorted by relevance

/drivers/iommu/
Domap-iommu.h54 struct omap_iommu { struct
55 const char *name;
56 void __iomem *regbase;
57 struct regmap *syscfg;
58 struct device *dev;
59 struct iommu_domain *domain;
60 struct dentry *debug_dir;
62 spinlock_t iommu_lock; /* global for this whole object */
89 * struct omap_iommu_arch_data - omap iommu private data argument
99 struct omap_iommu *iommu_dev; argument