Searched refs:pcibios_write_config_dword (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | pci.h | 291 extern int pcibios_write_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where,… 324 return pcibios_write_config_dword(dev->bus, dev->devfn, where, value); in pci_write_config_dword()
|
H A D | pci_io.c | 68 int pcibios_write_config_dword (unsigned int bus, unsigned int device_fn, unsigned int where, uint3… in pcibios_write_config_dword() function 279 int pcibios_write_config_dword (unsigned int bus, in pcibios_write_config_dword() function
|
H A D | davicom.c | 673 pcibios_write_config_dword(pci->bus, pci->devfn, 0x40, 0x00000000); in davicom_probe()
|
H A D | natsemi.c | 273 pcibios_write_config_dword(pci->bus, pci->devfn, PCIPM, newtmp); in natsemi_probe()
|
H A D | sis900.c | 335 pcibios_write_config_dword(pci->bus, pci->devfn, 0x40, 0x00000000); in sis900_probe()
|
H A D | tulip.c | 1291 pcibios_write_config_dword(pci->bus, pci->devfn, 0x40, 0x00000000); in tulip_probe()
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 4568 (pcibios_write_config_dword) [!ABSOLUTE_WITHOUT_ASTERISK]:
|