Searched refs:devfunc (Results 1 – 3 of 3) sorted by relevance
/drivers/pci/hotplug/ |
D | ibmphp_pci.c | 394 io[count]->devfunc = PCI_DEVFN(func->device, func->function); in configure_device() 430 pfmem[count]->devfunc = PCI_DEVFN(func->device, in configure_device() 445 mem_tmp->devfunc = pfmem[count]->devfunc; in configure_device() 494 mem[count]->devfunc = PCI_DEVFN(func->device, in configure_device() 659 bus_io[count]->devfunc = PCI_DEVFN(func->device, in configure_bridge() 690 bus_pfmem[count]->devfunc = PCI_DEVFN(func->device, in configure_bridge() 705 mem_tmp->devfunc = bus_pfmem[count]->devfunc; in configure_bridge() 745 bus_mem[count]->devfunc = PCI_DEVFN(func->device, in configure_bridge() 815 io->devfunc = PCI_DEVFN(func->device, func->function); in configure_bridge() 836 mem->devfunc = PCI_DEVFN(func->device, func->function); in configure_bridge() [all …]
|
D | ibmphp_res.c | 70 rs->devfunc = curr->dev_fun; in alloc_resources() 305 …debug("Memory resource for device %x, bus %x, [%x - %x]\n", new_mem->devfunc, new_mem->busno, new_… in ibmphp_rsrc_init() 323 …debug("PFMemory resource for device %x, bus %x, [%x - %x]\n", new_pfmem->devfunc, new_pfmem->busno… in ibmphp_rsrc_init() 346 …debug("IO resource for device %x, bus %x, [%x - %x]\n", new_io->devfunc, new_io->busno, new_io->st… in ibmphp_rsrc_init() 1696 mem->devfunc = pfmem_cur->devfunc; in once_over() 1810 debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test() 1825 debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test() 1840 debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test() 1856 debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc); in ibmphp_print_test() 2003 io->devfunc = ((device << 3) | (function & 0x7)); in update_bridge_ranges() [all …]
|
D | ibmphp.h | 349 u8 devfunc; member
|