• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/

Lines Matching refs:busno

49 static struct bus_node * __init alloc_error_bus (struct ebda_pci_rsrc * curr, u8 busno, int flag)
65 newbus->busno = busno;
67 newbus->busno = curr->bus_num;
86 rs->busno = curr->bus_num;
106 newbus->busno = curr->bus_num;
137 debug ("%d resource Primary Bus inserted on bus %x [%x - %x]\n", flag, newbus->busno, newrange->start, newrange->end);
146 debug ("First Memory Primary on bus %x, [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
156 debug ("First IO Primary on bus %x, [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
166 debug ("1st PFMemory Primary on Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
230 debug ("gbuses = NULL, Memory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
244 debug ("New Bus, Memory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
254 debug ("gbuses = NULL, PFMemory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
267 debug ("1st Bus, PFMemory Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
277 debug ("gbuses = NULL, IO Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
289 debug ("1st Bus, IO Primary Bus %x [%x - %x]\n", newbus->busno, newrange->start, newrange->end);
320 debug ("Memory resource for device %x, bus %x, [%x - %x]\n", new_mem->devfunc, new_mem->busno, new_mem->start, new_mem->end);
338 debug ("PFMemory resource for device %x, bus %x, [%x - %x]\n", new_pfmem->devfunc, new_pfmem->busno, new_pfmem->start, new_pfmem->end);
361 debug ("IO resource for device %x, bus %x, [%x - %x]\n", new_io->devfunc, new_io->busno, new_io->start, new_io->end);
566 debug ("%s - bus_cur->busno = %d\n", __FUNCTION__, bus_cur->busno);
609 bus_cur = find_bus_wprev (res->busno, NULL, 0);
789 bus_cur = find_bus_wprev (res->busno, NULL, 0);
996 bus_cur = find_bus_wprev (res->busno, NULL, 0);
1005 debug ("bus_cur->busno is %d\n", bus_cur->busno);
1363 debug ("In ibmphp_remove_bus... prev_bus->busno is %x\n", prev_bus->busno);
1710 mem->busno = pfmem_cur->busno;
1726 struct bus_node *bus_cur = find_bus_wprev (pfmem->busno, NULL, 0);
1765 if (bus_cur->busno == bus_number)
1789 debug_pci ("This is bus # %d. There are\n", bus_cur->busno);
1831 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
1846 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
1861 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
1877 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
1919 * Input: primary busno
1943 ibmphp_pci_bus->number = bus_cur->busno;
1946 debug ("bus_cur->busno = %x\n", bus_cur->busno);
2024 io->busno = bus_cur->busno;
2074 mem->busno = bus_cur->busno;
2127 pfmem->busno = bus_cur->busno;