Searched refs:pci_config_word (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dquirks.c1653 u16 pci_config_word; local
1658 pci_read_config_word(dev, INTEL_6300_IOAPIC_ABAR, &pci_config_word);
1659 pci_config_word |= INTEL_6300_DISABLE_BOOT_IRQ;
1660 pci_write_config_word(dev, INTEL_6300_IOAPIC_ABAR, pci_config_word);
1740 u16 pci_config_word; local
1745 pci_read_config_word(dev, AMD_8111_PCI_IRQ_ROUTING, &pci_config_word);
1746 if (!pci_config_word) {

Completed in 100 milliseconds