Searched refs:rt2880_pci_get_cfgaddr (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/mips/pci/ |
| D | pci-rt2880.c | 60 static inline u32 rt2880_pci_get_cfgaddr(unsigned int bus, unsigned int slot, in rt2880_pci_get_cfgaddr() function 74 address = rt2880_pci_get_cfgaddr(bus->number, PCI_SLOT(devfn), in rt2880_pci_config_read() 104 address = rt2880_pci_get_cfgaddr(bus->number, PCI_SLOT(devfn), in rt2880_pci_config_write() 162 address = rt2880_pci_get_cfgaddr(0, 0, 0, reg); in rt2880_pci_read_u32() 177 address = rt2880_pci_get_cfgaddr(0, 0, 0, reg); in rt2880_pci_write_u32()
|