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.c1142 struct device_node *smicomm_node, *smi_subcomm_node; in mtk_iommu_mm_dts_parse() local
1194 smicomm_node = of_parse_phandle(smi_subcomm_node, "mediatek,smi", 0); in mtk_iommu_mm_dts_parse()
1195 if (smicomm_node) in mtk_iommu_mm_dts_parse()
1198 smicomm_node = smi_subcomm_node; in mtk_iommu_mm_dts_parse()
1205 frst_avail_smicomm_node = smicomm_node; in mtk_iommu_mm_dts_parse()
1206 } else if (frst_avail_smicomm_node != smicomm_node) { in mtk_iommu_mm_dts_parse()
1208 of_node_put(smicomm_node); in mtk_iommu_mm_dts_parse()
1212 of_node_put(smicomm_node); in mtk_iommu_mm_dts_parse()