Home
last modified time | relevance | path

Searched refs:pcibios_read_config_dword (Results 1 – 4 of 4) sorted by relevance

/external/grub/netboot/
Dpci.c52 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()
Dpci.h189 extern int pcibios_read_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, …
Dnatsemi.c271 pcibios_read_config_dword(pci->bus, pci->devfn, PCIPM, &tmp); in natsemi_probe()
/external/grub/
DChangeLog4403 (pcibios_read_config_dword) [!ABSOLUTE_WITHOUT_ASTERISK]: