Searched defs:iommu_functions (Results 1 – 1 of 1) sorted by relevance
80 struct iommu_functions { struct81 unsigned long version;83 int (*enable)(struct omap_iommu *obj);84 void (*disable)(struct omap_iommu *obj);85 void (*set_twl)(struct omap_iommu *obj, bool on);86 u32 (*fault_isr)(struct omap_iommu *obj, u32 *ra);88 void (*tlb_read_cr)(struct omap_iommu *obj, struct cr_regs *cr);89 void (*tlb_load_cr)(struct omap_iommu *obj, struct cr_regs *cr);91 struct cr_regs *(*alloc_cr)(struct omap_iommu *obj,93 int (*cr_valid)(struct cr_regs *cr);[all …]