Searched refs:devfunc (Results 1 – 3 of 3) sorted by relevance
/drivers/pci/hotplug/ |
D | ibmphp_pci.c | 412 io[count]->devfunc = PCI_DEVFN(func->device, func->function); in configure_device() 449 pfmem[count]->devfunc = PCI_DEVFN(func->device, in configure_device() 465 mem_tmp->devfunc = pfmem[count]->devfunc; in configure_device() 515 mem[count]->devfunc = PCI_DEVFN(func->device, in configure_device() 681 bus_io[count]->devfunc = PCI_DEVFN(func->device, in configure_bridge() 713 bus_pfmem[count]->devfunc = PCI_DEVFN(func->device, in configure_bridge() 729 mem_tmp->devfunc = bus_pfmem[count]->devfunc; in configure_bridge() 770 bus_mem[count]->devfunc = PCI_DEVFN(func->device, in configure_bridge() 841 io->devfunc = PCI_DEVFN(func->device, func->function); in configure_bridge() 863 mem->devfunc = PCI_DEVFN(func->device, func->function); in configure_bridge() [all …]
|
D | ibmphp_res.c | 87 rs->devfunc = curr->dev_fun; in alloc_resources() 320 …debug ("Memory resource for device %x, bus %x, [%x - %x]\n", new_mem->devfunc, new_mem->busno, new… in ibmphp_rsrc_init() 338 …debug ("PFMemory resource for device %x, bus %x, [%x - %x]\n", new_pfmem->devfunc, new_pfmem->busn… in ibmphp_rsrc_init() 361 …debug ("IO resource for device %x, bus %x, [%x - %x]\n", new_io->devfunc, new_io->busno, new_io->s… in ibmphp_rsrc_init() 1711 mem->devfunc = pfmem_cur->devfunc; in once_over() 1831 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test() 1846 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test() 1861 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test() 1877 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test() 2025 io->devfunc = ((device << 3) | (function & 0x7)); in update_bridge_ranges() [all …]
|
D | ibmphp.h | 363 u8 devfunc; member
|