Searched refs:pcibios_write_config_byte (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | pci.h | 287 extern int pcibios_write_config_byte (unsigned int bus, unsigned int device_fn, unsigned int where,… 304 return pcibios_write_config_byte(dev->bus, dev->devfn, where, value); in pci_write_config_byte()
|
H A D | pci_io.c | 52 int pcibios_write_config_byte (unsigned int bus, unsigned int device_fn, in pcibios_write_config_byte() function 225 int pcibios_write_config_byte (unsigned int bus, in pcibios_write_config_byte() function
|
H A D | pci.c | 415 pcibios_write_config_byte(p->bus, p->devfn, PCI_LATENCY_TIMER, 32); in adjust_pci_device()
|
H A D | sis900.c | 254 pcibios_write_config_byte(p->bus,p->devfn, 0x48, reg | 0x40); in sis630e_get_mac_addr() 261 pcibios_write_config_byte(p->bus,p->devfn, 0x48, reg & ~0x40); in sis630e_get_mac_addr()
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 4564 (pcibios_write_config_byte) [!ABSOLUTE_WITHOUT_ASTERISK]:
|