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 …]
738 struct arm_smmu_device { struct739 struct device *dev;740 struct device *impl_dev;741 const struct arm_smmu_impl_ops *impl_ops;743 void __iomem *base;744 void __iomem *page1;771 u32 features;778 u32 options;780 struct arm_smmu_cmdq cmdq;781 struct arm_smmu_evtq evtq;[all …]