Home
last modified time | relevance | path

Searched refs:pcibios_read_config_byte (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dpci.c281 pcibios_read_config_byte(first_bus, first_devfn & ~0x7, in scan_pci_bus()
298 pcibios_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type); in scan_pci_bus()
323 pcibios_read_config_byte(bus, devfn, i, &byte); in scan_pci_bus()
409 pcibios_read_config_byte(p->bus, p->devfn, PCI_LATENCY_TIMER, &pci_latency); in adjust_pci_device()
H A Dpci.h286 extern int pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, u…
299 return pcibios_read_config_byte(dev->bus, dev->devfn, where, value); in pci_read_config_byte()
H A Dpci_io.c28 int pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, in pcibios_read_config_byte() function
144 int pcibios_read_config_byte(unsigned int bus, in pcibios_read_config_byte() function
H A Dsis900.c253 pcibios_read_config_byte(p->bus,p->devfn, 0x48, &reg); in sis630e_get_mac_addr()
341 pcibios_read_config_byte(pci->bus,pci->devfn, PCI_REVISION, &revision); in sis900_probe()
H A Dtulip.c1299 pcibios_read_config_byte(pci->bus, pci->devfn, PCI_REVISION, &chip_rev); in tulip_probe()
/titanic_50/usr/src/grub/grub-0.97/
H A DChangeLog4558 (pcibios_read_config_byte) [!ABSOLUTE_WITHOUT_ASTERISK]: