Searched defs:arm_smmu_device (Results 1 – 2 of 2) sorted by relevance
289 struct arm_smmu_device { struct290 struct device *dev;292 void __iomem *base;293 phys_addr_t ioaddr;294 unsigned int numpage;295 unsigned int pgshift;310 u32 features;312 enum arm_smmu_arch_version version;313 enum arm_smmu_implementation model;314 const struct arm_smmu_impl *impl;[all …]
725 struct arm_smmu_device { struct726 struct device *dev;727 struct device *impl_dev;728 const struct arm_smmu_impl_ops *impl_ops;730 void __iomem *base;731 void __iomem *page1;757 u32 features;764 u32 options;766 struct arm_smmu_cmdq cmdq;767 struct arm_smmu_evtq evtq;[all …]