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

  /external/syslinux/gpxe/src/arch/x86/include/gpxe/
pcibios.h 32 extern int pcibios_write ( struct pci_device *pci, uint32_t command,
102 return pcibios_write ( pci, PCIBIOS_WRITE_CONFIG_BYTE | where, value );
117 return pcibios_write ( pci, PCIBIOS_WRITE_CONFIG_WORD | where, value );
132 return pcibios_write ( pci, PCIBIOS_WRITE_CONFIG_DWORD | where, value);
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
pcibios.c 90 int pcibios_write ( struct pci_device *pci, uint32_t command, uint32_t value ){ function

Completed in 82 milliseconds