Lines Matching refs:bus
278 unsigned char bus; member
286 extern int pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, u…
287 extern int pcibios_write_config_byte (unsigned int bus, unsigned int device_fn, unsigned int where,…
288 extern int pcibios_read_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, u…
289 extern int pcibios_write_config_word (unsigned int bus, unsigned int device_fn, unsigned int where,…
290 extern int pcibios_read_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, …
291 extern int pcibios_write_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where,…
292 extern unsigned long pcibios_bus_base(unsigned int bus);
299 return pcibios_read_config_byte(dev->bus, dev->devfn, where, value); in pci_read_config_byte()
304 return pcibios_write_config_byte(dev->bus, dev->devfn, where, value); in pci_write_config_byte()
309 return pcibios_read_config_word(dev->bus, dev->devfn, where, value); in pci_read_config_word()
314 return pcibios_write_config_word(dev->bus, dev->devfn, where, value); in pci_write_config_word()
319 return pcibios_read_config_dword(dev->bus, dev->devfn, where, value); in pci_read_config_dword()
324 return pcibios_write_config_dword(dev->bus, dev->devfn, where, value); in pci_write_config_dword()