Searched refs:PCI_CFG_SPACE_SIZE (Results 1 – 3 of 3) sorted by relevance
549 int ttl, pos = PCI_CFG_SPACE_SIZE; in pci_find_next_ext_capability()552 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in pci_find_next_ext_capability()566 if (pos < PCI_CFG_SPACE_SIZE) in pci_find_next_ext_capability()
1628 int pos = PCI_CFG_SPACE_SIZE; in dm_pci_find_next_ext_capability()1631 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in dm_pci_find_next_ext_capability()1649 if (pos < PCI_CFG_SPACE_SIZE) in dm_pci_find_next_ext_capability()
13 #define PCI_CFG_SPACE_SIZE 256 macro
Completed in 13 milliseconds