Searched refs:pcibios_write_config_byte (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci_io.c52 int pcibios_write_config_byte (unsigned int bus, unsigned int device_fn, function
225 int pcibios_write_config_byte (unsigned int bus, function
H A Dpci.h287 extern int pcibios_write_config_byte (unsigned int bus, unsigned int device_fn, unsigned int where, uint8_t value);
304 return pcibios_write_config_byte(dev->bus, dev->devfn, where, value);
H A Dpci.c415 pcibios_write_config_byte(p->bus, p->devfn, PCI_LATENCY_TIMER, 32);
H A Dsis900.c254 pcibios_write_config_byte(p->bus,p->devfn, 0x48, reg | 0x40);
261 pcibios_write_config_byte(p->bus,p->devfn, 0x48, reg & ~0x40);

Completed in 65 milliseconds