Searched refs:PCI_EXP_FLAGS (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/pci/pcie/ |
D | portdrv_core.c | 124 pci_read_config_word(dev, pos + PCI_EXP_FLAGS, ®16); in pcie_port_enable_msix() 269 pci_read_config_word(dev, pos + PCI_EXP_FLAGS, ®16); in get_port_device_capability()
|
/linux-3.4.99/include/linux/ |
D | pci_regs.h | 385 #define PCI_EXP_FLAGS 2 /* Capabilities register */ macro
|
/linux-3.4.99/drivers/pci/ |
D | probe.c | 955 pci_read_config_word(pdev, pos + PCI_EXP_FLAGS, ®16); in set_pcie_port_type() 970 pci_read_config_word(pdev, pos + PCI_EXP_FLAGS, ®16); in set_pcie_hotplug_bridge()
|
D | pci.c | 858 pci_read_config_word(dev, pos + PCI_EXP_FLAGS, &flags); in pci_save_pcie_state() 891 pci_read_config_word(dev, pos + PCI_EXP_FLAGS, &flags); in pci_restore_pcie_state() 1996 pci_read_config_word(bridge, pos + PCI_EXP_FLAGS, &flags); in pci_enable_ari()
|