Home
last modified time | relevance | path

Searched refs:pcibios_read_config_dword (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.c301 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 Dpci.h290 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 Dpci_io.c44 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 Dnatsemi.c269 pcibios_read_config_dword(pci->bus, pci->devfn, PCIPM, &tmp); in natsemi_probe()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog4562 (pcibios_read_config_dword) [!ABSOLUTE_WITHOUT_ASTERISK]: