Searched refs:rt2880_pci_get_cfgaddr (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/mips/pci/ |
H A D | pci-rt2880.c | 54 static inline u32 rt2880_pci_get_cfgaddr(unsigned int bus, unsigned int slot, in rt2880_pci_get_cfgaddr() function 67 address = rt2880_pci_get_cfgaddr(bus->number, PCI_SLOT(devfn), in rt2880_pci_config_read() 94 address = rt2880_pci_get_cfgaddr(bus->number, PCI_SLOT(devfn), in rt2880_pci_config_write() 149 address = rt2880_pci_get_cfgaddr(0, 0, 0, reg); in rt2880_pci_read_u32() 161 address = rt2880_pci_get_cfgaddr(0, 0, 0, reg); in rt2880_pci_write_u32()
|