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