Home
last modified time | relevance | path

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

/drivers/bcma/
Ddriver_pci_host.c25 #define PCI_CONFIG_SPACE_SIZE 256 macro
107 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()
/drivers/net/wireless/bcmdhd/include/
Dpcicfg.h100 #define PCI_CONFIG_SPACE_SIZE 256 macro