Searched refs:pciep (Results 1 - 1 of 1) sorted by path

/linux-master/arch/powerpc/platforms/cell/
H A Diommu.c1026 struct device_node *pciep; local
1036 pciep = of_find_node_by_type(NULL, "pcie-endpoint");
1038 if (strcmp(str, "weak") == 0 || (pciep && strcmp(str, "strong") != 0))
1041 of_node_put(pciep);

Completed in 188 milliseconds