Home
last modified time | relevance | path

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

/components/drivers/pci/
A Dprobe.c247 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()
A Dpci.c177 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()
A Dpci_regs.h48 #define PCI_REGMAX 255 /* highest supported config register addr */ macro
/components/drivers/pci/host/dw/
A Dpcie-dw.c60 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()
A Dpcie-dw_ep.c670 int pos = (PCI_REGMAX + 1); in dw_pcie_ep_find_ext_capability()

Completed in 17 milliseconds