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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci_io.c60 int pcibios_write_config_word (unsigned int bus, unsigned int device_fn, function
252 int pcibios_write_config_word (unsigned int bus, function
H A Dpci.h289 extern int pcibios_write_config_word (unsigned int bus, unsigned int device_fn, unsigned int where, uint16_t value);
314 return pcibios_write_config_word(dev->bus, dev->devfn, where, value);
H A Dpci.c407 pcibios_write_config_word(p->bus, p->devfn, PCI_COMMAND, new_command);

Completed in 71 milliseconds