Lines Matching full:devid
57 static void ls_pcie_lut_set_mapping(struct ls_pcie *pcie, int index, u32 devid, in ls_pcie_lut_set_mapping() argument
61 lut_writel(pcie, devid << 16, PCIE_LUT_UDR(index)); in ls_pcie_lut_set_mapping()
70 * msi-map = <[devid] [phandle-to-msi-ctrl] [stream-id] [count]
71 * [devid] [phandle-to-msi-ctrl] [stream-id] [count]>;
74 u32 devid, u32 streamid) in fdt_pcie_set_msi_map_entry() argument
112 fdt_appendprop_u32(blob, nodeoffset, "msi-map", devid); in fdt_pcie_set_msi_map_entry()
123 * iommu-map = <[devid] [phandle-to-iommu-ctrl] [stream-id] [count]
124 * [devid] [phandle-to-iommu-ctrl] [stream-id] [count]>;
127 u32 devid, u32 streamid) in fdt_pcie_set_iommu_map_entry() argument
157 iommu_map[0] = cpu_to_fdt32(devid); in fdt_pcie_set_iommu_map_entry()
162 if (devid == 0) { in fdt_pcie_set_iommu_map_entry()