Searched refs:m4updev (Results 1 – 2 of 2) sorted by relevance
375 struct platform_device *m4updev; in mtk_iommu_create_mapping() local396 m4updev = of_find_device_by_node(args->np); in mtk_iommu_create_mapping()397 if (WARN_ON(!m4updev)) in mtk_iommu_create_mapping()400 dev->iommu_fwspec->iommu_priv = platform_get_drvdata(m4updev); in mtk_iommu_create_mapping()
471 struct platform_device *m4updev; in mtk_iommu_of_xlate() local481 m4updev = of_find_device_by_node(args->np); in mtk_iommu_of_xlate()482 if (WARN_ON(!m4updev)) in mtk_iommu_of_xlate()485 dev->iommu_fwspec->iommu_priv = platform_get_drvdata(m4updev); in mtk_iommu_of_xlate()