Searched refs:mkaddr (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/mips/pci/ |
D | ops-mace.c | 32 static inline int mkaddr(struct pci_bus *bus, unsigned int devfn, in mkaddr() function 49 mace->pci.config_addr = mkaddr(bus, devfn, reg); in mace_pci_read_config() 81 mace->pci.config_addr = mkaddr(bus, devfn, reg); in mace_pci_write_config()
|
D | ops-tx3927.c | 48 static int mkaddr(struct pci_bus *bus, unsigned char devfn, unsigned char where) in mkaddr() function 79 if (mkaddr(bus, devfn, where)) { in tx3927_pci_read_config() 104 if (mkaddr(bus, devfn, where)) in tx3927_pci_write_config()
|
D | ops-tx4927.c | 62 static int mkaddr(struct pci_bus *bus, unsigned int devfn, int where, in mkaddr() function 148 if (mkaddr(bus, devfn, where, pcicptr)) { in tx4927_pci_config_read() 170 if (mkaddr(bus, devfn, where, pcicptr)) in tx4927_pci_config_write()
|