Lines Matching refs:omap_iommu
35 struct omap_iommu *iommu_dev;
54 struct omap_iommu { struct
99 struct omap_iommu *iommu_dev; argument
235 struct cr_regs __iotlb_read_cr(struct omap_iommu *obj, int n);
236 void iotlb_lock_get(struct omap_iommu *obj, struct iotlb_lock *l);
237 void iotlb_lock_set(struct omap_iommu *obj, struct iotlb_lock *l);
243 void omap_iommu_debugfs_add(struct omap_iommu *obj);
244 void omap_iommu_debugfs_remove(struct omap_iommu *obj);
249 static inline void omap_iommu_debugfs_add(struct omap_iommu *obj) { } in omap_iommu_debugfs_add()
250 static inline void omap_iommu_debugfs_remove(struct omap_iommu *obj) { } in omap_iommu_debugfs_remove()
256 static inline u32 iommu_read_reg(struct omap_iommu *obj, size_t offs) in iommu_read_reg()
261 static inline void iommu_write_reg(struct omap_iommu *obj, u32 val, size_t offs) in iommu_write_reg()