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 D | pci.c | 281 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 D | pci.h | 286 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 D | pci_io.c | 28 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 D | sis900.c | 253 pcibios_read_config_byte(p->bus,p->devfn, 0x48, ®); in sis630e_get_mac_addr() 341 pcibios_read_config_byte(pci->bus,pci->devfn, PCI_REVISION, &revision); in sis900_probe()
|
H A D | tulip.c | 1299 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 D | ChangeLog | 4558 (pcibios_read_config_byte) [!ABSOLUTE_WITHOUT_ASTERISK]:
|