Searched defs:omap_iommu (Results 1 – 1 of 1) sorted by relevance
28 struct omap_iommu { struct29 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;[all …]