Searched defs:pcibios_read_config_dword (Results 1 - 1 of 1) sorted by relevance

/external/grub/netboot/
H A Dpci.c52 int pcibios_read_config_dword (unsigned int bus, unsigned int device_fn, function
189 int pcibios_read_config_dword(unsigned int bus, function
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);

Completed in 46 milliseconds