pci_find_conf
conf = pci_find_conf(segment, bus, 0, idx);
conf = pci_find_conf(segment, bus, idx >> 3, idx & 7);