Searched refs:devfunc (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dtsi108_pci.c48 #define tsi_mk_config_addr(bus, devfunc, offset) \
49 ((((bus)<<16) | ((devfunc)<<8) | (offset & 0xfc)) + tsi108_pci_cfg_base)
61 tsi108_direct_write_config(struct pci_bus *bus, unsigned int devfunc, argument
68 if (ppc_md.pci_exclude_device(hose, bus->number, devfunc))
72 devfunc, offset) |
77 printk("%d:0x%x:0x%x ", bus->number, devfunc, offset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dibmphp_pci.c150 err ("was not able to configure devfunc %x on bus %x.\n",
162 err ("was not able to configure devfunc %x on bus %x...bailing out\n",
190 err ("Bus %x, devfunc %x\n", cur_func->busno, cur_func->device);
261 err ("Bus %x, devfunc %x\n", cur_func->busno, cur_func->device);
412 io[count]->devfunc = PCI_DEVFN(func->device, func->function);
449 pfmem[count]->devfunc = PCI_DEVFN(func->device,
465 mem_tmp->devfunc = pfmem[count]->devfunc;
515 mem[count]->devfunc = PCI_DEVFN(func->device,
681 bus_io[count]->devfunc
[all...]
H A Dibmphp_res.c87 rs->devfunc = curr->dev_fun;
320 debug ("Memory resource for device %x, bus %x, [%x - %x]\n", new_mem->devfunc, new_mem->busno, new_mem->start, new_mem->end);
338 debug ("PFMemory resource for device %x, bus %x, [%x - %x]\n", new_pfmem->devfunc, new_pfmem->busno, new_pfmem->start, new_pfmem->end);
361 debug ("IO resource for device %x, bus %x, [%x - %x]\n", new_io->devfunc, new_io->busno, new_io->start, new_io->end);
1711 mem->devfunc = pfmem_cur->devfunc;
1831 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
1846 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
1861 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
1877 debug_pci ("The bus, devfnc is %d, %x\n", res->busno, res->devfunc);
[all...]
H A Dibmphp.h363 u8 devfunc; member in struct:resource_node

Completed in 67 milliseconds