PCI_CFG_SPACE_SIZE   27 arch/mips/pci/ops-loongson3.c 	if (where < PCI_CFG_SPACE_SIZE) { /* standard config */
PCI_CFG_SPACE_SIZE  480 drivers/pci/controller/dwc/pcie-designware-ep.c 	int pos = PCI_CFG_SPACE_SIZE;
PCI_CFG_SPACE_SIZE   61 drivers/pci/controller/dwc/pcie-designware.c 	int pos = PCI_CFG_SPACE_SIZE;
PCI_CFG_SPACE_SIZE   64 drivers/pci/controller/dwc/pcie-designware.c 	ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8;
PCI_CFG_SPACE_SIZE   82 drivers/pci/controller/dwc/pcie-designware.c 		if (pos < PCI_CFG_SPACE_SIZE)
PCI_CFG_SPACE_SIZE 1291 drivers/pci/pci-sysfs.c 	.size = PCI_CFG_SPACE_SIZE,
PCI_CFG_SPACE_SIZE 1359 drivers/pci/pci-sysfs.c 	if (pdev->cfg_size > PCI_CFG_SPACE_SIZE)
PCI_CFG_SPACE_SIZE 1410 drivers/pci/pci-sysfs.c 	if (pdev->cfg_size > PCI_CFG_SPACE_SIZE)
PCI_CFG_SPACE_SIZE 1441 drivers/pci/pci-sysfs.c 	if (pdev->cfg_size > PCI_CFG_SPACE_SIZE)
PCI_CFG_SPACE_SIZE  494 drivers/pci/pci.c 	int pos = PCI_CFG_SPACE_SIZE;
PCI_CFG_SPACE_SIZE  497 drivers/pci/pci.c 	ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8;
PCI_CFG_SPACE_SIZE  499 drivers/pci/pci.c 	if (dev->cfg_size <= PCI_CFG_SPACE_SIZE)
PCI_CFG_SPACE_SIZE  520 drivers/pci/pci.c 		if (pos < PCI_CFG_SPACE_SIZE)
PCI_CFG_SPACE_SIZE 1535 drivers/pci/probe.c 	for (pos = PCI_CFG_SPACE_SIZE;
PCI_CFG_SPACE_SIZE 1536 drivers/pci/probe.c 	     pos < PCI_CFG_SPACE_EXP_SIZE; pos += PCI_CFG_SPACE_SIZE) {
PCI_CFG_SPACE_SIZE 1562 drivers/pci/probe.c 	int pos = PCI_CFG_SPACE_SIZE;
PCI_CFG_SPACE_SIZE 1565 drivers/pci/probe.c 		return PCI_CFG_SPACE_SIZE;
PCI_CFG_SPACE_SIZE 1567 drivers/pci/probe.c 		return PCI_CFG_SPACE_SIZE;
PCI_CFG_SPACE_SIZE 1594 drivers/pci/probe.c 		return PCI_CFG_SPACE_SIZE;
PCI_CFG_SPACE_SIZE 1605 drivers/pci/probe.c 		return PCI_CFG_SPACE_SIZE;
PCI_CFG_SPACE_SIZE 1611 drivers/pci/probe.c 	return PCI_CFG_SPACE_SIZE;
PCI_CFG_SPACE_SIZE 5105 drivers/pci/quirks.c 		if (pci_read_config_dword(pdev, PCI_CFG_SPACE_SIZE, &status) !=
PCI_CFG_SPACE_SIZE 5107 drivers/pci/quirks.c 			pdev->cfg_size = PCI_CFG_SPACE_SIZE;
PCI_CFG_SPACE_SIZE  257 drivers/vfio/pci/vfio_pci_config.c 	if (pos >= PCI_CFG_SPACE_SIZE) { /* Extended cap header mangling */
PCI_CFG_SPACE_SIZE 1041 drivers/vfio/pci/vfio_pci_config.c 	int base = (pos >= PCI_CFG_SPACE_SIZE) ? PCI_CFG_SPACE_SIZE :
PCI_CFG_SPACE_SIZE 1246 drivers/vfio/pci/vfio_pci_config.c 			if (pdev->cfg_size > PCI_CFG_SPACE_SIZE) {
PCI_CFG_SPACE_SIZE 1248 drivers/vfio/pci/vfio_pci_config.c 				pci_read_config_dword(pdev, PCI_CFG_SPACE_SIZE,
PCI_CFG_SPACE_SIZE 1263 drivers/vfio/pci/vfio_pci_config.c 		if (pdev->cfg_size > PCI_CFG_SPACE_SIZE) {
PCI_CFG_SPACE_SIZE 1265 drivers/vfio/pci/vfio_pci_config.c 			pci_read_config_dword(pdev, PCI_CFG_SPACE_SIZE, &dword);
PCI_CFG_SPACE_SIZE 1449 drivers/vfio/pci/vfio_pci_config.c 	loops = (PCI_CFG_SPACE_SIZE - PCI_STD_HEADER_SIZEOF) / PCI_CAP_SIZEOF;
PCI_CFG_SPACE_SIZE 1521 drivers/vfio/pci/vfio_pci_config.c 	epos = PCI_CFG_SPACE_SIZE;
PCI_CFG_SPACE_SIZE 1523 drivers/vfio/pci/vfio_pci_config.c 	loops = (pdev->cfg_size - PCI_CFG_SPACE_SIZE) / PCI_CAP_SIZEOF;
PCI_CFG_SPACE_SIZE 1525 drivers/vfio/pci/vfio_pci_config.c 	while (loops-- && epos >= PCI_CFG_SPACE_SIZE) {
PCI_CFG_SPACE_SIZE 1603 drivers/vfio/pci/vfio_pci_config.c 		*(u32 *)&vdev->vconfig[PCI_CFG_SPACE_SIZE] = 0;
PCI_CFG_SPACE_SIZE 1786 drivers/vfio/pci/vfio_pci_config.c 		if (*ppos >= PCI_CFG_SPACE_SIZE) {