• 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:address

349 	u32 address[] = {
372 for (count = 0; address[count]; count++) { /* for 6 BARs */
387 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], 0xFFFFFFFF);
388 pci_bus_read_config_dword (ibmphp_pci_bus, devfn, address[count], &bar[count]);
423 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], func->io[count]->start);
426 debug ("b4 writing, the IO address is %x\n", func->io[count]->start);
427 pci_bus_read_config_dword (ibmphp_pci_bus, devfn, address[count], &bar[count]);
428 debug ("after writing.... the start address is %x\n", bar[count]);
485 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], func->pfmem[count]->start);
488 debug ("b4 writing, start address is %x\n", func->pfmem[count]->start);
489 pci_bus_read_config_dword (ibmphp_pci_bus, devfn, address[count], &bar[count]);
490 debug ("after writing, start address is %x\n", bar[count]);
497 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], 0x00000000);
527 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], func->mem[count]->start);
529 debug ("b4 writing, start address is %x\n", func->mem[count]->start);
530 pci_bus_read_config_dword (ibmphp_pci_bus, devfn, address[count], &bar[count]);
531 debug ("after writing, the address is %x\n", bar[count]);
539 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], 0x00000000);
588 u32 address[] = {
652 for (count = 0; address[count]; count++) { /* for 2 BARs */
653 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], 0xFFFFFFFF);
654 pci_bus_read_config_dword (ibmphp_pci_bus, devfn, address[count], &bar[count]);
694 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], func->io[count]->start);
746 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], func->pfmem[count]->start);
752 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], 0x00000000);
783 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], func->mem[count]->start);
789 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], 0x00000000);
810 for (count = 0; address[count]; count++) {
1086 u32 address[] = {
1141 for (count = 0; address[count]; count++) {
1144 pci_bus_read_config_byte (ibmphp_pci_bus, devfn, address[count], &tmp);
1146 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], 0xFFFFFFFD);
1148 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], 0xFFFFFFFF);
1150 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], 0xFFFFFFFF);
1151 pci_bus_read_config_dword (ibmphp_pci_bus, devfn, address[count], &bar[count]);
1217 u32 address[] = {
1247 for (count = 0; address[count]; count++) { /* for 6 BARs */
1248 pci_bus_read_config_dword (ibmphp_pci_bus, devfn, address[count], &start_address);
1252 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], 0xFFFFFFFF);
1253 pci_bus_read_config_dword (ibmphp_pci_bus, devfn, address[count], &size);
1254 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], start_address);
1295 debug ("start address of pfmem is %x\n", start_address);
1309 debug ("start address of mem is %x\n", start_address);
1342 u32 address[] = {
1383 for (count = 0; address[count]; count++) {
1385 pci_bus_read_config_dword (ibmphp_pci_bus, devfn, address[count], &start_address);