Searched refs:config_access (Results 1 – 1 of 1) sorted by relevance
/linux/arch/mips/pci/ |
H A D | pci-alchemy.c | 99 static int config_access(unsigned char access_type, struct pci_bus *bus, in config_access() function 192 int ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data); in read_config_byte() 206 int ret = config_access(PCI_ACCESS_READ, bus, devfn, where, &data); in read_config_word() 217 return config_access(PCI_ACCESS_READ, bus, devfn, where, val); in read_config_dword() 225 if (config_access(PCI_ACCESS_READ, bus, devfn, where, &data)) in write_config_byte() 231 if (config_access(PCI_ACCESS_WRITE, bus, devfn, where, &data)) in write_config_byte() 242 if (config_access(PCI_ACCESS_READ, bus, devfn, where, &data)) in write_config_word() 248 if (config_access(PCI_ACCESS_WRITE, bus, devfn, where, &data)) in write_config_word() 257 return config_access(PCI_ACCESS_WRITE, bus, devfn, where, &val); in write_config_dword()
|