Lines Matching refs:where
165 static int pci_read(struct pci_bus *bus, unsigned int devfn, int where, in pci_read() argument
168 if (type1_access_ok(bus->number, devfn, where)) in pci_read()
170 devfn, where, size, value); in pci_read()
172 devfn, where, size, value); in pci_read()
175 static int pci_write(struct pci_bus *bus, unsigned int devfn, int where, in pci_write() argument
184 if (where == PCI_ROM_ADDRESS) in pci_write()
195 (where >= PCI_BASE_ADDRESS_0 && where <= PCI_BASE_ADDRESS_5)) { in pci_write()
196 return pci_device_update_fixed(bus, devfn, where, size, value, in pci_write()
205 if (type1_access_ok(bus->number, devfn, where)) in pci_write()
207 devfn, where, size, value); in pci_write()
209 where, size, value); in pci_write()