Searched refs:PCI_CFG_SPACE_SIZE (Results 1 – 4 of 4) sorted by relevance
546 int ttl, pos = PCI_CFG_SPACE_SIZE; in pci_find_next_ext_capability()549 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in pci_find_next_ext_capability()563 if (pos < PCI_CFG_SPACE_SIZE) in pci_find_next_ext_capability()
256 int pos = PCI_CFG_SPACE_SIZE; in rk_pci_find_ext_capability()259 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in rk_pci_find_ext_capability()275 if (pos < PCI_CFG_SPACE_SIZE) in rk_pci_find_ext_capability()
1453 int pos = PCI_CFG_SPACE_SIZE; in dm_pci_find_next_ext_capability()1456 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in dm_pci_find_next_ext_capability()1474 if (pos < PCI_CFG_SPACE_SIZE) in dm_pci_find_next_ext_capability()
14 #define PCI_CFG_SPACE_SIZE 256 macro