Lines Matching refs:omap_iommu
30 struct omap_iommu { struct
69 static inline struct omap_iommu *dev_to_omap_iommu(struct device *dev) in dev_to_omap_iommu() argument
198 struct cr_regs __iotlb_read_cr(struct omap_iommu *obj, int n);
199 void iotlb_lock_get(struct omap_iommu *obj, struct iotlb_lock *l);
200 void iotlb_lock_set(struct omap_iommu *obj, struct iotlb_lock *l);
206 void omap_iommu_debugfs_add(struct omap_iommu *obj);
207 void omap_iommu_debugfs_remove(struct omap_iommu *obj);
212 static inline void omap_iommu_debugfs_add(struct omap_iommu *obj) { } in omap_iommu_debugfs_add()
213 static inline void omap_iommu_debugfs_remove(struct omap_iommu *obj) { } in omap_iommu_debugfs_remove()
219 static inline u32 iommu_read_reg(struct omap_iommu *obj, size_t offs) in iommu_read_reg()
224 static inline void iommu_write_reg(struct omap_iommu *obj, u32 val, size_t offs) in iommu_write_reg()