config_access      78 arch/mips/pci/ops-rc32434.c 	ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data);
config_access      89 arch/mips/pci/ops-rc32434.c 	ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data);
config_access     108 arch/mips/pci/ops-rc32434.c 	ret = config_access(PCI_ACCESS_READ, bus, devfn, where, val);
config_access     134 arch/mips/pci/ops-rc32434.c 	if (config_access(PCI_ACCESS_READ, bus, devfn, where, &data))
config_access     140 arch/mips/pci/ops-rc32434.c 	if (config_access(PCI_ACCESS_WRITE, bus, devfn, where, &data))
config_access     153 arch/mips/pci/ops-rc32434.c 	if (config_access(PCI_ACCESS_READ, bus, devfn, where, &data))
config_access     159 arch/mips/pci/ops-rc32434.c 	if (config_access(PCI_ACCESS_WRITE, bus, devfn, where, &data))
config_access     171 arch/mips/pci/ops-rc32434.c 	if (config_access(PCI_ACCESS_WRITE, bus, devfn, where, &val))
config_access     192 arch/mips/pci/pci-alchemy.c 	int ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data);
config_access     206 arch/mips/pci/pci-alchemy.c 	int ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data);
config_access     217 arch/mips/pci/pci-alchemy.c 	return config_access(PCI_ACCESS_READ, bus, devfn, where, val);
config_access     225 arch/mips/pci/pci-alchemy.c 	if (config_access(PCI_ACCESS_READ, bus, devfn, where, &data))
config_access     231 arch/mips/pci/pci-alchemy.c 	if (config_access(PCI_ACCESS_WRITE, bus, devfn, where, &data))
config_access     242 arch/mips/pci/pci-alchemy.c 	if (config_access(PCI_ACCESS_READ, bus, devfn, where, &data))
config_access     248 arch/mips/pci/pci-alchemy.c 	if (config_access(PCI_ACCESS_WRITE, bus, devfn, where, &data))
config_access     257 arch/mips/pci/pci-alchemy.c 	return config_access(PCI_ACCESS_WRITE, bus, devfn, where, &val);