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

  /external/grub/netboot/
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);
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);
natsemi.c 272 pcibios_read_config_dword(pci->bus, pci->devfn, PCIPM, &tmp);

Completed in 169 milliseconds