Searched defs:msm_iommu_dev (Results 1 – 1 of 1) sorted by relevance
61 struct msm_iommu_dev { struct62 void __iomem *base;63 int ncb;64 struct device *dev;65 int irq;66 struct clk *clk;67 struct clk *pclk;68 struct list_head dev_node;69 struct list_head dom_node;70 struct list_head ctx_list;[all …]