Searched refs:pcibios_read_config_byte (Results 1 – 5 of 5) sorted by relevance
/external/grub/netboot/ |
D | pci.c | 36 int pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, in pcibios_read_config_byte() function 135 int pcibios_read_config_byte(unsigned int bus, in pcibios_read_config_byte() function 418 pcibios_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type); in scan_bus() 496 pcibios_read_config_byte(p->bus, p->devfn, PCI_LATENCY_TIMER, &pci_latency); in adjust_pci_device()
|
D | pci.h | 185 extern int pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, u…
|
D | sis900.c | 192 pcibios_read_config_byte(p->bus,p->devfn, 0x48, ®); in sis630e_get_mac_addr() 242 pcibios_read_config_byte(pci->bus,pci->devfn, PCI_REVISION, &revision); in sis900_probe()
|
D | tulip.c | 1267 pcibios_read_config_byte(pci->bus, pci->devfn, PCI_REVISION, &chip_rev); in tulip_probe()
|
/external/grub/ |
D | ChangeLog | 4399 (pcibios_read_config_byte) [!ABSOLUTE_WITHOUT_ASTERISK]:
|