Searched refs:read_config_byte (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/mips/pci/ |
| D | ops-rc32434.c | 72 static int read_config_byte(struct pci_bus *bus, unsigned int devfn, in read_config_byte() function 182 return read_config_byte(bus, devfn, where, (u8 *) val); in pci_config_read()
|
| D | pci-alchemy.c | 187 static int read_config_byte(struct pci_bus *bus, unsigned int devfn, in read_config_byte() function 265 int rc = read_config_byte(bus, devfn, where, &_val); in alchemy_pci_read()
|