HomeSort by relevance Sort by last modified time
    Searched refs:PCIBIOS_READ_CONFIG_DWORD (Results 1 - 2 of 2) sorted by null

  /external/grub/netboot/
pci.h 36 #define PCIBIOS_READ_CONFIG_DWORD 0xb10a
189 extern int pcibios_read_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned int *value);
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);

Completed in 29 milliseconds