Home
last modified time | relevance | path

Searched refs:smicomm_node (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iommu/
H A Dmtk_iommu.c1185 struct device_node *smicomm_node, *smi_subcomm_node; in mtk_iommu_mm_dts_parse() local
1237 smicomm_node = of_parse_phandle(smi_subcomm_node, "mediatek,smi", 0); in mtk_iommu_mm_dts_parse()
1238 if (smicomm_node) in mtk_iommu_mm_dts_parse()
1241 smicomm_node = smi_subcomm_node; in mtk_iommu_mm_dts_parse()
1248 frst_avail_smicomm_node = smicomm_node; in mtk_iommu_mm_dts_parse()
1249 } else if (frst_avail_smicomm_node != smicomm_node) { in mtk_iommu_mm_dts_parse()
1251 of_node_put(smicomm_node); in mtk_iommu_mm_dts_parse()
1255 of_node_put(smicomm_node); in mtk_iommu_mm_dts_parse()