Searched refs:m4updev (Results 1 – 2 of 2) sorted by relevance
370 struct platform_device *m4updev; in mtk_iommu_create_mapping() local392 m4updev = of_find_device_by_node(args->np); in mtk_iommu_create_mapping()393 if (WARN_ON(!m4updev)) in mtk_iommu_create_mapping()396 fwspec->iommu_priv = platform_get_drvdata(m4updev); in mtk_iommu_create_mapping()
533 struct platform_device *m4updev; in mtk_iommu_of_xlate() local543 m4updev = of_find_device_by_node(args->np); in mtk_iommu_of_xlate()544 if (WARN_ON(!m4updev)) in mtk_iommu_of_xlate()547 fwspec->iommu_priv = platform_get_drvdata(m4updev); in mtk_iommu_of_xlate()