Searched refs:read_config_byte (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/mips/pci/ |
D | ops-rc32434.c | 73 static int read_config_byte(struct pci_bus *bus, unsigned int devfn, in read_config_byte() function 183 return read_config_byte(bus, devfn, where, (u8 *) val); in pci_config_read()
|
D | ops-pnx8550.c | 113 read_config_byte(struct pci_bus *bus, unsigned int devfn, int where, u8 * val) in read_config_byte() function 252 int rc = read_config_byte(bus, devfn, where, &_val); in config_read()
|
D | ops-au1000.c | 189 static int read_config_byte(struct pci_bus *bus, unsigned int devfn, in read_config_byte() function 275 int rc = read_config_byte(bus, devfn, where, &_val); in config_read()
|