Searched refs:m4updev (Results 1 – 2 of 2) sorted by relevance
369 struct platform_device *m4updev; in mtk_iommu_create_mapping() local390 m4updev = of_find_device_by_node(args->np); in mtk_iommu_create_mapping()391 if (WARN_ON(!m4updev)) in mtk_iommu_create_mapping()394 dev_iommu_priv_set(dev, platform_get_drvdata(m4updev)); in mtk_iommu_create_mapping()
608 struct platform_device *m4updev; in mtk_iommu_of_xlate() local618 m4updev = of_find_device_by_node(args->np); in mtk_iommu_of_xlate()619 if (WARN_ON(!m4updev)) in mtk_iommu_of_xlate()622 dev_iommu_priv_set(dev, platform_get_drvdata(m4updev)); in mtk_iommu_of_xlate()