PCI_CONFIG_SPACE_SIZE  103 drivers/bcma/driver_pci_host.c 		if (off >= PCI_CONFIG_SPACE_SIZE) {
PCI_CONFIG_SPACE_SIZE  168 drivers/bcma/driver_pci_host.c 		if (off >= PCI_CONFIG_SPACE_SIZE) {
PCI_CONFIG_SPACE_SIZE  210 drivers/bcma/driver_pci_host.c 		if (off >= PCI_CONFIG_SPACE_SIZE)
PCI_CONFIG_SPACE_SIZE  322 drivers/bcma/driver_pci_host.c 		if ((bufsize + cap_data)  > PCI_CONFIG_SPACE_SIZE)
PCI_CONFIG_SPACE_SIZE  323 drivers/bcma/driver_pci_host.c 			bufsize = PCI_CONFIG_SPACE_SIZE - cap_data;