Lines Matching refs:start

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);
428 debug ("after writing.... the start address is %x\n", bar[count]);
472 pfmem[count]->start = mem_tmp->start;
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);
490 debug ("after writing, start address is %x\n", bar[count]);
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);
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);
783 pci_bus_write_config_dword (ibmphp_pci_bus, devfn, address[count], func->mem[count]->start);
961 pci_bus_write_config_byte (ibmphp_pci_bus, devfn, PCI_IO_BASE, 0x00 | bus->rangeIO->start >> 8);
981 pci_bus_write_config_word (ibmphp_pci_bus, devfn, PCI_MEMORY_BASE, 0x0000 | bus->rangeMem->start >> 16);
996 pci_bus_write_config_word (ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_BASE, 0x0000 | bus->rangePFMem->start >> 16);
1209 * the start addresses from pci config space and then find the corresponding entries in
1274 debug ("io->start = %x\n", io->start);
1284 debug ("io->start = %x\n", io->start);
1295 debug ("start address of pfmem is %x\n", start_address);
1303 debug ("pfmem->start = %x\n", pfmem->start);
1309 debug ("start address of mem is %x\n", start_address);
1317 debug ("mem->start = %x\n", mem->start);
1402 debug ("io->start = %x\n", io->start);
1417 debug ("pfmem->start = %x\n", pfmem->start);
1429 debug ("mem->start = %x\n", mem->start);
1662 io_range->start = io->start;
1674 mem_range->start = mem->start;
1686 pfmem_range->start = pfmem->start;