Lines Matching refs:where
162 static int pci_read(struct pci_bus *bus, unsigned int devfn, int where, in pci_read() argument
165 if (type1_access_ok(bus->number, devfn, where)) in pci_read()
167 devfn, where, size, value); in pci_read()
169 devfn, where, size, value); in pci_read()
172 static int pci_write(struct pci_bus *bus, unsigned int devfn, int where, in pci_write() argument
181 if (where == PCI_ROM_ADDRESS) in pci_write()
192 (where >= PCI_BASE_ADDRESS_0 && where <= PCI_BASE_ADDRESS_5)) { in pci_write()
193 return pci_device_update_fixed(bus, devfn, where, size, value, in pci_write()
202 if (type1_access_ok(bus->number, devfn, where)) in pci_write()
204 devfn, where, size, value); in pci_write()
206 where, size, value); in pci_write()