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

  /external/grub/netboot/
pci.h 35 #define PCIBIOS_READ_CONFIG_WORD 0xb109
187 extern int pcibios_read_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned short *value);
pci.c 44 int pcibios_read_config_word (unsigned int bus, function
162 int pcibios_read_config_word(unsigned int bus, function
181 : "1" (PCIBIOS_READ_CONFIG_WORD),
489 pcibios_read_config_word(p->bus, p->devfn, PCI_COMMAND, &pci_command);

Completed in 29 milliseconds