Lines Matching defs:omap_iommu
28 struct omap_iommu { struct
29 const char *name;
30 void __iomem *regbase;
31 struct device *dev;
32 struct iommu_domain *domain;
33 struct dentry *debug_dir;
35 spinlock_t iommu_lock; /* global for this whole object */
41 u32 *iopgd;
42 spinlock_t page_table_lock; /* protect iopgd */
44 int nr_tlb_entries;
69 * dev_to_omap_iommu() - retrieves an omap iommu object from a user device argument