/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...] |