Searched refs:devfunc (Results 1 – 1 of 1) sorted by relevance
| /arch/powerpc/sysdev/ |
| A D | tsi108_pci.c | 36 #define tsi_mk_config_addr(bus, devfunc, offset) \ argument 37 ((((bus)<<16) | ((devfunc)<<8) | (offset & 0xfc)) + tsi108_pci_cfg_base) 49 tsi108_direct_write_config(struct pci_bus *bus, unsigned int devfunc, in tsi108_direct_write_config() argument 56 if (ppc_md.pci_exclude_device(hose, bus->number, devfunc)) in tsi108_direct_write_config() 60 devfunc, offset) | in tsi108_direct_write_config() 65 printk("%d:0x%x:0x%x ", bus->number, devfunc, offset); in tsi108_direct_write_config()
|
Completed in 3 milliseconds