Searched defs:omap_iommu (Results 1 – 1 of 1) sorted by relevance
54 struct omap_iommu { struct55 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 argument99 struct omap_iommu *iommu_dev; argument