Searched refs:pcibios_read_config_dword (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | pci.c | 301 pcibios_read_config_dword(bus, devfn, PCI_VENDOR_ID, &l); in scan_pci_bus() 309 pcibios_read_config_dword(bus, devfn, PCI_REVISION, &l); in scan_pci_bus() 351 pcibios_read_config_dword(bus, devfn, in scan_pci_bus() 357 pcibios_read_config_dword(bus, devfn, in scan_pci_bus() 363 pcibios_read_config_dword(bus, devfn, reg, &ioaddr); in scan_pci_bus()
|
H A D | pci.h | 290 extern int pcibios_read_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, … 319 return pcibios_read_config_dword(dev->bus, dev->devfn, where, value); in pci_read_config_dword()
|
H A D | pci_io.c | 44 int pcibios_read_config_dword (unsigned int bus, unsigned int device_fn, in pcibios_read_config_dword() function 198 int pcibios_read_config_dword(unsigned int bus, in pcibios_read_config_dword() function
|
H A D | natsemi.c | 269 pcibios_read_config_dword(pci->bus, pci->devfn, PCIPM, &tmp); in natsemi_probe()
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 4562 (pcibios_read_config_dword) [!ABSOLUTE_WITHOUT_ASTERISK]:
|