tag | line | file | source code |
pcibios_write_config_word | 225 | arch/alpha/kernel/bios32.c | pcibios_write_config_word(bus->number, dev->devfn, PCI_COMMAND, |
pcibios_write_config_word | 2900 | drivers/block/ide.c | || (rc = pcibios_write_config_word(bus, fn, 0x40, reg & 0xdfff))) |
pcibios_write_config_word | 322 | drivers/block/triton.c | (void) pcibios_write_config_word(bus, fn, 0x42, 0x8037); /* for my MC2112A */ |
pcibios_write_config_word | 1607 | drivers/net/de4x5.c | pcibios_write_config_word(pb, PCI_DEVICE, PCI_COMMAND, status); |
pcibios_write_config_word | 271 | drivers/net/hp100.c | pcibios_write_config_word( pci_bus, pci_device_fn, |
pcibios_write_config_word | 307 | drivers/net/lance.c | pcibios_write_config_word(pci_bus, pci_device_fn, |
pcibios_write_config_word | 802 | drivers/pci/pci.c | pcibios_write_config_word(bus->number, devfn, |
pcibios_write_config_word | 804 | drivers/pci/pci.c | pcibios_write_config_word(bus->number, devfn, |
pcibios_write_config_word | 830 | drivers/pci/pci.c | pcibios_write_config_word(bus->number, devfn, |
pcibios_write_config_word | 55 | include/linux/bios32.h | extern int pcibios_write_config_word (unsigned char bus, unsigned char dev_fn, |
pcibios_write_config_word | 185 | kernel/ksyms.c | X(pcibios_write_config_word), |