Searched refs:busrange (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci.c647 const u32 *busrange, *ranges; local
657 busrange = of_get_property(node, "bus-range", &len);
658 if (busrange == NULL || len != 8) {
671 bus = pci_add_new_bus(dev->bus, dev, busrange[0]);
679 bus->subordinate = busrange[1];
H A Dprom.c643 const u32 *busrange; local
653 busrange = of_get_property(dp, "bus-range", NULL);
654 irq_data->pci_first_busno = busrange[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpci_64.c435 const u32 *busrange, *ranges; local
444 busrange = of_get_property(node, "bus-range", &len);
445 if (busrange == NULL || len != 8) {
457 bus = pci_add_new_bus(dev->bus, dev, busrange[0]);
465 bus->subordinate = busrange[1];

Completed in 33 milliseconds