Searched refs:nrofpcidevs (Results 1 – 2 of 2) sorted by relevance
198 int i, reclen, nrofpcidevs=0; in genofw_setup_pciintr_map() local221 nrofpcidevs = len / (reclen * sizeof(int)); in genofw_setup_pciintr_map()223 dict = prop_dictionary_create_with_capacity(nrofpcidevs*2); in genofw_setup_pciintr_map()228 for (i = 0; i < nrofpcidevs; i++) { in genofw_setup_pciintr_map()263 for (node = OF_child(pcinode), nrofpcidevs=0; node; in genofw_setup_pciintr_map()265 nrofpcidevs++; in genofw_setup_pciintr_map()266 dict = prop_dictionary_create_with_capacity(nrofpcidevs*2); in genofw_setup_pciintr_map()
288 int devfunc, nbus, size, i, found = 0, nrofpcidevs = 0; in setup_pciintr_map() local327 size = count_pnp_pci_devices(p, &nrofpcidevs); in setup_pciintr_map()329 dict = prop_dictionary_create_with_capacity(nrofpcidevs*2); in setup_pciintr_map()