Searched defs:mtk_iommu_data (Results 1 – 1 of 1) sorted by relevance
252 struct mtk_iommu_data { struct253 struct device *dev;254 struct clk *bclk;255 phys_addr_t protect_base; /* protect memory base */256 struct mtk_iommu_suspend_reg reg;257 struct iommu_group *m4u_group[MTK_IOMMU_GROUP_MAX];258 bool enable_4GB;260 struct iommu_device iommu;261 const struct mtk_iommu_plat_data *plat_data;262 struct device *smicomm_dev;[all …]