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

  /external/grub/netboot/
pci.c 68 int pcibios_write_config_word (unsigned int bus, unsigned int device_fn, function
243 int pcibios_write_config_word (unsigned int bus, function
261 : "0" (PCIBIOS_WRITE_CONFIG_WORD),
494 pcibios_write_config_word(p->bus, p->devfn, PCI_COMMAND, new_command);
pci.h 38 #define PCIBIOS_WRITE_CONFIG_WORD 0xb10c
188 extern int pcibios_write_config_word (unsigned int bus, unsigned int device_fn, unsigned int where, unsigned short value);

Completed in 5578 milliseconds