Searched refs:PCI_REGMAX (Results 1 – 5 of 5) sorted by relevance
247 if (rt_pci_read_config_u32(pdev, PCI_REGMAX + 1, &status)) in pci_cfg_space_size_ext()249 return PCI_REGMAX + 1; in pci_cfg_space_size_ext()274 return PCI_REGMAX + 1; in pci_cfg_space_size()283 return PCI_REGMAX + 1; in pci_cfg_space_size()
177 ttl = ((PCIE_REGMAX + 1) - (PCI_REGMAX + 1)) / 8; in rt_pci_find_ext_next_capability()179 if (pdev->cfg_size <= PCI_REGMAX + 1) in rt_pci_find_ext_next_capability()186 pos = PCI_REGMAX + 1; in rt_pci_find_ext_next_capability()212 if (pos < PCI_REGMAX + 1) in rt_pci_find_ext_next_capability()
48 #define PCI_REGMAX 255 /* highest supported config register addr */ macro
60 int ttl, pos = PCI_REGMAX + 1; in dw_pcie_find_next_ext_capability()63 ttl = ((PCIE_REGMAX + 1) - (PCI_REGMAX + 1)) / 8; in dw_pcie_find_next_ext_capability()89 if (pos < PCI_REGMAX + 1) in dw_pcie_find_next_ext_capability()
670 int pos = (PCI_REGMAX + 1); in dw_pcie_ep_find_ext_capability()
Completed in 14 milliseconds