Lines Matching refs:nodeoff
63 int nodeoff; in fdt_pcie_set_msi_map_entry_ls_gen4() local
66 nodeoff = fdt_node_offset_by_compat_reg(blob, CONFIG_FSL_PCIE_COMPAT, in fdt_pcie_set_msi_map_entry_ls_gen4()
71 if (nodeoff < 0) { in fdt_pcie_set_msi_map_entry_ls_gen4()
77 prop = (u32 *)fdt_getprop(blob, nodeoff, "msi-parent", 0); in fdt_pcie_set_msi_map_entry_ls_gen4()
86 fdt_appendprop_u32(blob, nodeoff, "msi-map", devid); in fdt_pcie_set_msi_map_entry_ls_gen4()
87 fdt_appendprop_u32(blob, nodeoff, "msi-map", phandle); in fdt_pcie_set_msi_map_entry_ls_gen4()
88 fdt_appendprop_u32(blob, nodeoff, "msi-map", streamid); in fdt_pcie_set_msi_map_entry_ls_gen4()
89 fdt_appendprop_u32(blob, nodeoff, "msi-map", 1); in fdt_pcie_set_msi_map_entry_ls_gen4()
106 int nodeoff; in fdt_pcie_set_iommu_map_entry_ls_gen4() local
110 nodeoff = fdt_node_offset_by_compat_reg(blob, CONFIG_FSL_PCIE_COMPAT, in fdt_pcie_set_iommu_map_entry_ls_gen4()
115 if (nodeoff < 0) { in fdt_pcie_set_iommu_map_entry_ls_gen4()
121 prop = fdt_getprop_w(blob, nodeoff, "iommu-map", &lenp); in fdt_pcie_set_iommu_map_entry_ls_gen4()
135 fdt_setprop_inplace(blob, nodeoff, "iommu-map", iommu_map, 16); in fdt_pcie_set_iommu_map_entry_ls_gen4()
137 fdt_appendprop(blob, nodeoff, "iommu-map", iommu_map, 16); in fdt_pcie_set_iommu_map_entry_ls_gen4()