Searched refs:PCI_CFG_SPACE_SIZE (Results 1 – 6 of 6) sorted by relevance
487 } 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()
527 if (dev->cfg_size <= PCI_CFG_SPACE_SIZE) in pci_find_next_ext_capability()
271 if (!pci_request_config_region_exclusive(root, 0, PCI_CFG_SPACE_SIZE, NULL)) { in amd_smn_init()
248 if (where < PCI_CFG_SPACE_SIZE && priv->cfg0_base) in pci_loongson_map_bus()
905 int pos = PCI_CFG_SPACE_SIZE, prev = 0; in chromeos_save_apl_pci_l1ss_capability()
29 #define PCI_CFG_SPACE_SIZE 256 macro