pci.c | 52 int pcibios_read_config_dword (unsigned int bus, unsigned int device_fn, function 189 int pcibios_read_config_dword(unsigned int bus, function 208 : "1" (PCIBIOS_READ_CONFIG_DWORD), 421 pcibios_read_config_dword(bus, devfn, PCI_VENDOR_ID, &l); 441 pcibios_read_config_dword(bus, devfn, reg, &ioaddr); 448 pcibios_read_config_dword(bus, devfn, 451 pcibios_read_config_dword(bus, devfn, PCI_ROM_ADDRESS, &romaddr);
|