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 …]
726 struct arm_smmu_device { struct727 struct device *dev;728 struct device *impl_dev;729 const struct arm_smmu_impl_ops *impl_ops;731 void __iomem *base;732 void __iomem *page1;758 u32 features;765 u32 options;767 struct arm_smmu_cmdq cmdq;768 struct arm_smmu_evtq evtq;[all …]