Home
last modified time | relevance | path

Searched refs:PCI_CFG_SPACE_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/pci/
H A Dpci-bridge-emul.c487 } else if (reg >= PCI_CFG_SPACE_SIZE && bridge->has_pcie) { in pci_bridge_emul_conf_read()
489 reg -= PCI_CFG_SPACE_SIZE; in pci_bridge_emul_conf_read()
561 } else if (reg >= PCI_CFG_SPACE_SIZE && bridge->has_pcie) { in pci_bridge_emul_conf_write()
563 reg -= PCI_CFG_SPACE_SIZE; in pci_bridge_emul_conf_write()
H A Dpci.c527 if (dev->cfg_size <= PCI_CFG_SPACE_SIZE) in pci_find_next_ext_capability()
/linux/arch/x86/kernel/
H A Damd_node.c271 if (!pci_request_config_region_exclusive(root, 0, PCI_CFG_SPACE_SIZE, NULL)) { in amd_smn_init()
/linux/drivers/pci/controller/
H A Dpci-loongson.c248 if (where < PCI_CFG_SPACE_SIZE && priv->cfg0_base) in pci_loongson_map_bus()
/linux/arch/x86/pci/
H A Dfixup.c905 int pos = PCI_CFG_SPACE_SIZE, prev = 0; in chromeos_save_apl_pci_l1ss_capability()
/linux/include/uapi/linux/
H A Dpci_regs.h29 #define PCI_CFG_SPACE_SIZE 256 macro