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.c1143 struct device_node *smicomm_node, *smi_subcomm_node; in mtk_iommu_mm_dts_parse() local
1195 smicomm_node = of_parse_phandle(smi_subcomm_node, "mediatek,smi", 0); in mtk_iommu_mm_dts_parse()
1196 if (smicomm_node) in mtk_iommu_mm_dts_parse()
1199 smicomm_node = smi_subcomm_node; in mtk_iommu_mm_dts_parse()
1206 frst_avail_smicomm_node = smicomm_node; in mtk_iommu_mm_dts_parse()
1207 } else if (frst_avail_smicomm_node != smicomm_node) { in mtk_iommu_mm_dts_parse()
1209 of_node_put(smicomm_node); in mtk_iommu_mm_dts_parse()
1213 of_node_put(smicomm_node); in mtk_iommu_mm_dts_parse()