Searched refs:mkaddr (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/mips/pci/ |
D | ops-mace.c | 30 static inline int mkaddr(struct pci_bus *bus, unsigned int devfn, in mkaddr() function 47 mace->pci.config_addr = mkaddr(bus, devfn, reg); in mace_pci_read_config() 79 mace->pci.config_addr = mkaddr(bus, devfn, reg); in mace_pci_write_config()
|
D | ops-tx4927.c | 58 static int mkaddr(struct pci_bus *bus, unsigned int devfn, int where, in mkaddr() function 144 if (mkaddr(bus, devfn, where, pcicptr)) { in tx4927_pci_config_read() 166 if (mkaddr(bus, devfn, where, pcicptr)) in tx4927_pci_config_write()
|