Searched refs:devfunc (Results 1 – 3 of 3) sorted by relevance
/drivers/pci/hotplug/ |
D | ibmphp_pci.c | 414 io[count]->devfunc = PCI_DEVFN(func->device, func->function); in configure_device() 451 pfmem[count]->devfunc = PCI_DEVFN(func->device, in configure_device() 467 mem_tmp->devfunc = pfmem[count]->devfunc; in configure_device() 517 mem[count]->devfunc = PCI_DEVFN(func->device, in configure_device() 683 bus_io[count]->devfunc = PCI_DEVFN(func->device, in configure_bridge() 715 bus_pfmem[count]->devfunc = PCI_DEVFN(func->device, in configure_bridge() 731 mem_tmp->devfunc = bus_pfmem[count]->devfunc; in configure_bridge() 772 bus_mem[count]->devfunc = PCI_DEVFN(func->device, in configure_bridge() 843 io->devfunc = PCI_DEVFN(func->device, func->function); in configure_bridge() 865 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() 326 …debug ("Memory resource for device %x, bus %x, [%x - %x]\n", new_mem->devfunc, new_mem->busno, new… in ibmphp_rsrc_init() 344 …debug ("PFMemory resource for device %x, bus %x, [%x - %x]\n", new_pfmem->devfunc, new_pfmem->busn… in ibmphp_rsrc_init() 367 …debug ("IO resource for device %x, bus %x, [%x - %x]\n", new_io->devfunc, new_io->busno, new_io->s… in ibmphp_rsrc_init() 1727 mem->devfunc = pfmem_cur->devfunc; in once_over() 1847 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test() 1862 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() 1893 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test() 2041 io->devfunc = ((device << 3) | (function & 0x7)); in update_bridge_ranges() [all …]
|
D | ibmphp.h | 363 u8 devfunc; member
|