Searched refs:pcibios_read_config_byte (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.c281 pcibios_read_config_byte(first_bus, first_devfn & ~0x7,
298 pcibios_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type);
323 pcibios_read_config_byte(bus, devfn, i, &byte);
409 pcibios_read_config_byte(p->bus, p->devfn, PCI_LATENCY_TIMER, &pci_latency);
H A Dpci_io.c28 int pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, function
144 int pcibios_read_config_byte(unsigned int bus, function
H A Dpci.h286 extern int pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, uint8_t *value);
299 return pcibios_read_config_byte(dev->bus, dev->devfn, where, value);
H A Dsis900.c253 pcibios_read_config_byte(p->bus,p->devfn, 0x48, &reg);
341 pcibios_read_config_byte(pci->bus,pci->devfn, PCI_REVISION, &revision);
H A Dtulip.c1299 pcibios_read_config_byte(pci->bus, pci->devfn, PCI_REVISION, &chip_rev);

Completed in 72 milliseconds