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

  /external/grub/netboot/
pci.h 39 #define PCIBIOS_WRITE_CONFIG_DWORD 0xb10d
190 extern int pcibios_write_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, unsigned int value);
pci.c 76 int pcibios_write_config_dword (unsigned int bus, unsigned int device_fn, unsigned int where, unsigned int value) function
270 int pcibios_write_config_dword (unsigned int bus, function
288 : "0" (PCIBIOS_WRITE_CONFIG_DWORD),
otulip.c 353 pcibios_write_config_dword(pci->bus,pci->devfn,0x40,0x00000000);
davicom.c 674 pcibios_write_config_dword(pci->bus, pci->devfn, 0x40, 0x00000000);
natsemi.c 276 pcibios_write_config_dword(pci->bus, pci->devfn, PCIPM, newtmp);
sis900.c 239 pcibios_write_config_dword(pci->bus, pci->devfn, 0x40, 0x00000000);
tulip.c     [all...]

Completed in 101 milliseconds