Searched refs:pci_bus_read_config_word (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | pci_hotplug_util.c | 112 int pci_bus_read_config_word (struct pci_bus *bus, unsigned int devfn, int where, u16 *value) in pci_bus_read_config_word() function 389 result = pci_bus_read_config_word(bus, PCI_DEVFN(slot, function), in pci_read_config_word_nodev() 445 EXPORT_SYMBOL(pci_bus_read_config_word);
|
D | pciehp_pci.c | 698 pci_bus_read_config_word (pci_bus, devfn, PCI_COMMAND, &save_command); in pciehp_save_used_resources() 749 pci_bus_read_config_word (pci_bus, devfn, PCI_MEMORY_BASE, &w_base); in pciehp_save_used_resources() 750 pci_bus_read_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, &w_length); in pciehp_save_used_resources() 764 pci_bus_read_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base); in pciehp_save_used_resources() 765 pci_bus_read_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, &w_length); in pciehp_save_used_resources()
|
D | shpchp_pci.c | 690 pci_bus_read_config_word (pci_bus, devfn, PCI_COMMAND, &save_command); in shpchp_save_used_resources() 741 pci_bus_read_config_word (pci_bus, devfn, PCI_MEMORY_BASE, &w_base); in shpchp_save_used_resources() 742 pci_bus_read_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, &w_length); in shpchp_save_used_resources() 756 pci_bus_read_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base); in shpchp_save_used_resources() 757 pci_bus_read_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, &w_length); in shpchp_save_used_resources()
|
D | shpchprm_nonacpi.c | 400 rc = pci_bus_read_config_word(pci_bus, devfn, PCI_COMMAND, &command); in shpchprm_enable_card() 410 rc = pci_bus_read_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, &bcommand); in shpchprm_enable_card()
|
D | shpchprm_legacy.c | 405 rc = pci_bus_read_config_word(pci_bus, devfn, PCI_COMMAND, &command); in shpchprm_enable_card() 412 rc = pci_bus_read_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, &bcommand); in shpchprm_enable_card()
|
D | pciehprm_nonacpi.c | 467 rc = pci_bus_read_config_word(pci_bus, devfn, PCI_COMMAND, &command); in pciehprm_enable_card() 477 rc = pci_bus_read_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, &bcommand); in pciehprm_enable_card()
|
D | pci_hotplug.h | 198 int pci_bus_read_config_word (struct pci_bus *bus, unsigned int devfn, int where, u16 *val);
|
D | pciehprm_acpi.c | 1670 rc = pci_bus_read_config_word(pci_bus, devfn, PCI_COMMAND, &command); in pciehprm_enable_card() 1673 rc = pci_bus_read_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, &bcommand); in pciehprm_enable_card()
|
D | shpchprm_acpi.c | 1669 rc = pci_bus_read_config_word(pci_bus, devfn, PCI_COMMAND, &command); in shpchprm_enable_card() 1672 rc = pci_bus_read_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, &bcommand); in shpchprm_enable_card()
|