Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Domap-iommu.h28 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;
[all …]