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