Home
last modified time | relevance | path

Searched refs:PCI_CONFIG_SPACE_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/bcma/
H A Ddriver_pci_host.c26 #define PCI_CONFIG_SPACE_SIZE 256 macro
103 if (off >= PCI_CONFIG_SPACE_SIZE) { in bcma_extpci_read_config()
168 if (off >= PCI_CONFIG_SPACE_SIZE) { in bcma_extpci_write_config()
210 if (off >= PCI_CONFIG_SPACE_SIZE) in bcma_extpci_write_config()
322 if ((bufsize + cap_data) > PCI_CONFIG_SPACE_SIZE) in bcma_find_pci_capability()
323 bufsize = PCI_CONFIG_SPACE_SIZE - cap_data; in bcma_find_pci_capability()