• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/

Lines Matching defs:busno

95 	debug ("inside configure_card, func->busno = %x\n", func->busno);
101 * func->busno is correct, and func->device contains only device (at the 5
108 ibmphp_pci_bus->number = cur_func->busno;
112 debug ("inside the loop, cur_func->busno = %x, cur_func->device = %x, cur_func->funcion = %x\n",
113 cur_func->busno, cur_func->device, cur_func->function);
151 cur_func->device, cur_func->busno);
163 cur_func->device, cur_func->busno);
172 newfunc->busno = cur_func->busno;
190 err ("Bus %x, devfunc %x\n", cur_func->busno, cur_func->device);
210 newfunc->busno = sec_number;
238 newfunc->busno = cur_func->busno;
257 debug ("cur_func->busno b4 configure_bridge is %x\n", cur_func->busno);
261 err ("Bus %x, devfunc %x\n", cur_func->busno, cur_func->device);
271 debug ("cur_func->busno = %x, device = %x, function = %x\n",
272 cur_func->busno, device, function);
284 newfunc->busno = sec_number;
370 ibmphp_pci_bus->number = func->busno;
378 pcibios_read_config_byte(cur_func->busno, cur_func->device,
381 pcibios_write_config_dword(cur_func->busno, cur_func->device,
384 pcibios_write_config_dword(cur_func->busno, cur_func->device,
411 io[count]->busno = func->busno;
419 func->busno, func->device, func->function, len[count]);
448 pfmem[count]->busno = func->busno;
464 mem_tmp->busno = pfmem[count]->busno;
478 func->busno, func->device, len[count]);
514 mem[count]->busno = func->busno;
523 func->busno, func->device, len[count]);
601 ibmphp_pci_bus->number = func->busno;
607 pci_bus_write_config_byte (ibmphp_pci_bus, devfn, PCI_PRIMARY_BUS, func->busno);
615 sec_number = find_sec_number (func->busno, slotno);
622 debug ("AFTER FIND_SEC_NUMBER, func->busno IS %x\n", func->busno);
642 debug ("func->busno is %x\n", func->busno);
680 bus_io[count]->busno = func->busno;
689 func->busno, func->device, len[count]);
712 bus_pfmem[count]->busno = func->busno;
728 mem_tmp->busno = bus_pfmem[count]->busno;
739 func->busno, func->device, len[count]);
769 bus_mem[count]->busno = func->busno;
778 func->busno, func->device, len[count]);
801 ibmphp_pci_bus->number = func->busno;
840 io->busno = func->busno;
862 mem->busno = func->busno;
884 pfmem->busno = func->busno;
899 mem_tmp->busno = pfmem->busno;
929 bus->busno = sec_number;
931 rc = add_new_bus (bus, io, mem, pfmem, func->busno);
941 ibmphp_remove_bus (bus, func->busno);
1036 debug ("func->busno b4 returning is %x\n", func->busno);
1037 debug ("func->busno b4 returning in the other structure is %x\n", (*func_passed)->busno);
1076 static struct res_needed *scan_behind_bridge (struct pci_func * func, u8 busno)
1101 ibmphp_pci_bus->number = busno;
1103 debug ("the bus_no behind the bridge is %x\n", busno);
1214 static int unconfigure_boot_device (u8 busno, u8 device, u8 function)
1239 bus = ibmphp_find_res_bus (busno);
1246 ibmphp_pci_bus->number = busno;
1257 debug ("busno, device, function %x %x %x\n", busno, device, function);
1332 static int unconfigure_boot_bridge (u8 busno, u8 device, u8 function)
1350 ibmphp_pci_bus->number = busno;
1351 bus_no = (int) busno;
1352 debug ("busno is %x\n", busno);
1354 debug ("%s - busno = %x, primary_number = %x\n", __func__, busno, pri_number);
1378 debug("bus->busno is %x\n", bus->busno);
1381 ibmphp_remove_bus (bus, busno);
1450 u8 busno;
1459 busno = slot_cur->bus;
1465 ibmphp_pci_bus->number = busno;
1497 rc = unconfigure_boot_device (busno, device, function);
1500 device, function, busno);
1506 rc = unconfigure_boot_device (busno, device, function);
1509 device, function, busno);
1521 rc = unconfigure_boot_bridge (busno, device, function);
1537 rc = unconfigure_boot_bridge (busno, device, function);
1703 u8 busno;
1718 busno = (u8) (slotno - (u8) min);
1719 busno += primary_busno + 0x01;
1720 bus_cur = ibmphp_find_res_bus (busno);
1726 return busno;