Searched refs:PCI_CONFIG_SPACE_SIZE (Results 1 – 2 of 2) sorted by relevance
25 #define PCI_CONFIG_SPACE_SIZE 256 macro107 if (off >= PCI_CONFIG_SPACE_SIZE) { in bcma_extpci_read_config()170 if (off < PCI_CONFIG_SPACE_SIZE) { in bcma_extpci_write_config()323 if ((bufsize + cap_data) > PCI_CONFIG_SPACE_SIZE) in bcma_find_pci_capability()324 bufsize = PCI_CONFIG_SPACE_SIZE - cap_data; in bcma_find_pci_capability()
100 #define PCI_CONFIG_SPACE_SIZE 256 macro