devfunc            35 arch/powerpc/sysdev/tsi108_pci.c #define tsi_mk_config_addr(bus, devfunc, offset) \
devfunc            36 arch/powerpc/sysdev/tsi108_pci.c 	((((bus)<<16) | ((devfunc)<<8) | (offset & 0xfc)) + tsi108_pci_cfg_base)
devfunc            48 arch/powerpc/sysdev/tsi108_pci.c tsi108_direct_write_config(struct pci_bus *bus, unsigned int devfunc,
devfunc            55 arch/powerpc/sysdev/tsi108_pci.c 		if (ppc_md.pci_exclude_device(hose, bus->number, devfunc))
devfunc            59 arch/powerpc/sysdev/tsi108_pci.c 							devfunc, offset) |
devfunc            64 arch/powerpc/sysdev/tsi108_pci.c 	printk("%d:0x%x:0x%x ", bus->number, devfunc, offset);
devfunc           349 drivers/pci/hotplug/ibmphp.h 	u8 devfunc;
devfunc           395 drivers/pci/hotplug/ibmphp_pci.c 			io[count]->devfunc = PCI_DEVFN(func->device, func->function);
devfunc           431 drivers/pci/hotplug/ibmphp_pci.c 				pfmem[count]->devfunc = PCI_DEVFN(func->device,
devfunc           446 drivers/pci/hotplug/ibmphp_pci.c 					mem_tmp->devfunc = pfmem[count]->devfunc;
devfunc           495 drivers/pci/hotplug/ibmphp_pci.c 				mem[count]->devfunc = PCI_DEVFN(func->device,
devfunc           660 drivers/pci/hotplug/ibmphp_pci.c 			bus_io[count]->devfunc = PCI_DEVFN(func->device,
devfunc           691 drivers/pci/hotplug/ibmphp_pci.c 				bus_pfmem[count]->devfunc = PCI_DEVFN(func->device,
devfunc           706 drivers/pci/hotplug/ibmphp_pci.c 					mem_tmp->devfunc = bus_pfmem[count]->devfunc;
devfunc           746 drivers/pci/hotplug/ibmphp_pci.c 				bus_mem[count]->devfunc = PCI_DEVFN(func->device,
devfunc           816 drivers/pci/hotplug/ibmphp_pci.c 		io->devfunc = PCI_DEVFN(func->device, func->function);
devfunc           837 drivers/pci/hotplug/ibmphp_pci.c 		mem->devfunc = PCI_DEVFN(func->device, func->function);
devfunc           858 drivers/pci/hotplug/ibmphp_pci.c 		pfmem->devfunc = PCI_DEVFN(func->device, func->function);
devfunc           872 drivers/pci/hotplug/ibmphp_pci.c 			mem_tmp->devfunc = pfmem->devfunc;
devfunc            70 drivers/pci/hotplug/ibmphp_res.c 	rs->devfunc = curr->dev_fun;
devfunc           305 drivers/pci/hotplug/ibmphp_res.c 				debug("Memory resource for device %x, bus %x, [%x - %x]\n", new_mem->devfunc, new_mem->busno, new_mem->start, new_mem->end);
devfunc           323 drivers/pci/hotplug/ibmphp_res.c 				debug("PFMemory resource for device %x, bus %x, [%x - %x]\n", new_pfmem->devfunc, new_pfmem->busno, new_pfmem->start, new_pfmem->end);
devfunc           346 drivers/pci/hotplug/ibmphp_res.c 				debug("IO resource for device %x, bus %x, [%x - %x]\n", new_io->devfunc, new_io->busno, new_io->start, new_io->end);
devfunc          1696 drivers/pci/hotplug/ibmphp_res.c 				mem->devfunc = pfmem_cur->devfunc;
devfunc          1810 drivers/pci/hotplug/ibmphp_res.c 				debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
devfunc          1825 drivers/pci/hotplug/ibmphp_res.c 				debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
devfunc          1840 drivers/pci/hotplug/ibmphp_res.c 				debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
devfunc          1856 drivers/pci/hotplug/ibmphp_res.c 				debug_pci("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
devfunc          2003 drivers/pci/hotplug/ibmphp_res.c 								io->devfunc = ((device << 3) | (function & 0x7));
devfunc          2051 drivers/pci/hotplug/ibmphp_res.c 								mem->devfunc = ((device << 3) | (function & 0x7));
devfunc          2102 drivers/pci/hotplug/ibmphp_res.c 								pfmem->devfunc = ((device << 3) | (function & 0x7));