Searched defs:mtk_iommu_data (Results 1 – 1 of 1) sorted by relevance
213 struct mtk_iommu_data { struct214 struct device *dev;215 struct clk *bclk;216 phys_addr_t protect_base; /* protect memory base */217 struct mtk_iommu_suspend_reg reg;218 struct iommu_group *m4u_group[MTK_IOMMU_GROUP_MAX];219 bool enable_4GB;221 struct iommu_device iommu;222 const struct mtk_iommu_plat_data *plat_data;223 struct device *smicomm_dev;[all …]