Searched defs:arm_smmu_device (Results 1 – 2 of 2) sorted by relevance
287 struct arm_smmu_device { struct288 struct device *dev;290 void __iomem *base;291 phys_addr_t ioaddr;292 unsigned int numpage;293 unsigned int pgshift;308 u32 features;310 enum arm_smmu_arch_version version;311 enum arm_smmu_implementation model;312 const struct arm_smmu_impl *impl;[all …]
698 struct arm_smmu_device { struct699 struct device *dev;700 struct device *impl_dev;701 const struct arm_smmu_impl_ops *impl_ops;703 void __iomem *base;704 void __iomem *page1;729 u32 features;736 u32 options;738 struct arm_smmu_cmdq cmdq;739 struct arm_smmu_evtq evtq;[all …]