Lines Matching refs:busno

35 static struct bus_node * __init alloc_error_bus(struct ebda_pci_rsrc *curr, u8 busno, int flag)
49 newbus->busno = busno;
51 newbus->busno = curr->bus_num;
69 rs->busno = curr->bus_num;
88 newbus->busno = curr->bus_num;
118 debug("%d resource Primary Bus inserted on bus %x [%x - %x]\n", flag, newbus->busno, newrange->start, newrange->end);
127 debug("First Memory Primary on bus %x, [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
137 debug("First IO Primary on bus %x, [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
147 debug("1st PFMemory Primary on Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
210 debug("gbuses = NULL, Memory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
225 debug("New Bus, Memory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
236 debug("gbuses = NULL, PFMemory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
250 debug("1st Bus, PFMemory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
261 debug("gbuses = NULL, IO Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
274 debug("1st Bus, IO Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
305 debug("Memory resource for device %x, bus %x, [%x - %x]\n", new_mem->devfunc, new_mem->busno, new_mem->start, new_mem->end);
323 debug("PFMemory resource for device %x, bus %x, [%x - %x]\n", new_pfmem->devfunc, new_pfmem->busno, new_pfmem->start, new_pfmem->end);
346 debug("IO resource for device %x, bus %x, [%x - %x]\n", new_io->devfunc, new_io->busno, new_io->start, new_io->end);
547 debug("%s - bus_cur->busno = %d\n", __func__, bus_cur->busno);
590 bus_cur = find_bus_wprev(res->busno, NULL, 0);
770 bus_cur = find_bus_wprev(res->busno, NULL, 0);
976 bus_cur = find_bus_wprev(res->busno, NULL, 0);
985 debug("bus_cur->busno is %d\n", bus_cur->busno);
1354 debug("In ibmphp_remove_bus... prev_bus->busno is %x\n", prev_bus->busno);
1695 mem->busno = pfmem_cur->busno;
1711 struct bus_node *bus_cur = find_bus_wprev(pfmem->busno, NULL, 0);
1746 if (bus_cur->busno == bus_number)
1768 debug_pci ("This is bus # %d. There are\n", bus_cur->busno);
1810 debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
1825 debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
1840 debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
1856 debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
1898 * Input: primary busno
1922 ibmphp_pci_bus->number = bus_cur->busno;
1925 debug("bus_cur->busno = %x\n", bus_cur->busno);
2002 io->busno = bus_cur->busno;
2050 mem->busno = bus_cur->busno;
2101 pfmem->busno = bus_cur->busno;