Lines Matching refs:master_np
121 static int of_iommu_configure_dev_id(struct device_node *master_np,
128 err = of_map_id(master_np, *id, "iommu-map",
139 static int of_iommu_configure_dev(struct device_node *master_np,
145 while (!of_parse_phandle_with_args(master_np, "iommus",
171 static int of_iommu_configure_device(struct device_node *master_np,
174 return (id) ? of_iommu_configure_dev_id(master_np, dev, id) :
175 of_iommu_configure_dev(master_np, dev);
179 struct device_node *master_np,
186 if (!master_np)
205 .np = master_np,
212 err = of_iommu_configure_device(master_np, dev, id);
216 of_property_read_u32(master_np, "pasid-num-bits",