Searched refs:pcibios_read_config_word (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci_io.c36 int pcibios_read_config_word (unsigned int bus, function
171 int pcibios_read_config_word(unsigned int bus, function
H A Dpci.h288 extern int pcibios_read_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, uint16_t *value);
309 return pcibios_read_config_word(dev->bus, dev->devfn, where, value);
H A Dpci.c398 pcibios_read_config_word(p->bus, p->devfn, PCI_COMMAND, &pci_command);

Completed in 59 milliseconds