Searched refs:pcibios_read_config_dword (Results 1 – 4 of 4) sorted by relevance
/external/grub/netboot/ |
D | pci.c | 52 int pcibios_read_config_dword (unsigned int bus, unsigned int device_fn, in pcibios_read_config_dword() function 189 int pcibios_read_config_dword(unsigned int bus, in pcibios_read_config_dword() function 421 pcibios_read_config_dword(bus, devfn, PCI_VENDOR_ID, &l); in scan_bus() 441 pcibios_read_config_dword(bus, devfn, reg, &ioaddr); in scan_bus() 448 pcibios_read_config_dword(bus, devfn, in scan_bus() 451 pcibios_read_config_dword(bus, devfn, PCI_ROM_ADDRESS, &romaddr); in scan_bus()
|
D | pci.h | 189 extern int pcibios_read_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, …
|
D | natsemi.c | 271 pcibios_read_config_dword(pci->bus, pci->devfn, PCIPM, &tmp); in natsemi_probe()
|
/external/grub/ |
D | ChangeLog | 4403 (pcibios_read_config_dword) [!ABSOLUTE_WITHOUT_ASTERISK]:
|