Symbol: PCI_CFG_SPACE_SIZE
arch/x86/kernel/amd_node.c
271
if (!pci_request_config_region_exclusive(root, 0, PCI_CFG_SPACE_SIZE, NULL)) {
arch/x86/pci/fixup.c
905
int pos = PCI_CFG_SPACE_SIZE, prev = 0;
drivers/pci/controller/dwc/pcie-designware.c
281
if (cap_pos == PCI_CFG_SPACE_SIZE) {
drivers/pci/controller/pci-loongson.c
285
if (where < PCI_CFG_SPACE_SIZE && priv->cfg0_base)
drivers/pci/pci-bridge-emul.c
487
} else if (reg >= PCI_CFG_SPACE_SIZE && bridge->has_pcie) {
drivers/pci/pci-bridge-emul.c
489
reg -= PCI_CFG_SPACE_SIZE;
drivers/pci/pci-bridge-emul.c
561
} else if (reg >= PCI_CFG_SPACE_SIZE && bridge->has_pcie) {
drivers/pci/pci-bridge-emul.c
563
reg -= PCI_CFG_SPACE_SIZE;
drivers/pci/pci-sysfs.c
863
if (pdev->cfg_size > PCI_CFG_SPACE_SIZE)
drivers/pci/pci-sysfs.c
865
return PCI_CFG_SPACE_SIZE;
drivers/pci/pci.c
518
if (dev->cfg_size <= PCI_CFG_SPACE_SIZE)
drivers/pci/pci.h
191
u16 __pos = (start) ?: PCI_CFG_SPACE_SIZE; \
drivers/pci/pci.h
198
__ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; \
drivers/pci/pci.h
199
while (__ttl-- > 0 && __pos >= PCI_CFG_SPACE_SIZE) { \
drivers/pci/probe.c
1809
for (pos = PCI_CFG_SPACE_SIZE;
drivers/pci/probe.c
1810
pos < PCI_CFG_SPACE_EXP_SIZE; pos += PCI_CFG_SPACE_SIZE) {
drivers/pci/probe.c
1836
int pos = PCI_CFG_SPACE_SIZE;
drivers/pci/probe.c
1839
return PCI_CFG_SPACE_SIZE;
drivers/pci/probe.c
1841
return PCI_CFG_SPACE_SIZE;
drivers/pci/probe.c
1868
return PCI_CFG_SPACE_SIZE;
drivers/pci/probe.c
1879
return PCI_CFG_SPACE_SIZE;
drivers/pci/probe.c
1885
return PCI_CFG_SPACE_SIZE;
drivers/pci/probe.c
1957
u32 value[PCI_CFG_SPACE_SIZE / sizeof(u32)];
drivers/pci/quirks.c
5560
ret = pci_read_config_dword(pdev, PCI_CFG_SPACE_SIZE, &status);
drivers/pci/quirks.c
5562
pdev->cfg_size = PCI_CFG_SPACE_SIZE;
drivers/vfio/pci/vfio_pci_config.c
1135
int base = (pos >= PCI_CFG_SPACE_SIZE) ? PCI_CFG_SPACE_SIZE :
drivers/vfio/pci/vfio_pci_config.c
1340
if (pdev->cfg_size > PCI_CFG_SPACE_SIZE) {
drivers/vfio/pci/vfio_pci_config.c
1342
pci_read_config_dword(pdev, PCI_CFG_SPACE_SIZE,
drivers/vfio/pci/vfio_pci_config.c
1357
if (pdev->cfg_size > PCI_CFG_SPACE_SIZE) {
drivers/vfio/pci/vfio_pci_config.c
1359
pci_read_config_dword(pdev, PCI_CFG_SPACE_SIZE, &dword);
drivers/vfio/pci/vfio_pci_config.c
1560
loops = (PCI_CFG_SPACE_SIZE - PCI_STD_HEADER_SIZEOF) / PCI_CAP_SIZEOF;
drivers/vfio/pci/vfio_pci_config.c
1640
epos = PCI_CFG_SPACE_SIZE;
drivers/vfio/pci/vfio_pci_config.c
1642
loops = (pdev->cfg_size - PCI_CFG_SPACE_SIZE) / PCI_CAP_SIZEOF;
drivers/vfio/pci/vfio_pci_config.c
1644
while (loops-- && epos >= PCI_CFG_SPACE_SIZE) {
drivers/vfio/pci/vfio_pci_config.c
1722
*(u32 *)&vdev->vconfig[PCI_CFG_SPACE_SIZE] = 0;
drivers/vfio/pci/vfio_pci_config.c
1921
if (*ppos >= PCI_CFG_SPACE_SIZE) {
drivers/vfio/pci/vfio_pci_config.c
258
if (pos >= PCI_CFG_SPACE_SIZE) { /* Extended cap header mangling */