Home
last modified time | relevance | path

Searched refs:PCI_CFG_SPACE_SIZE (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/pci/
H A Dpci.c546 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()
H A Dpcie_dw_rockchip.c256 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()
H A Dpci-uclass.c1453 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()
/rk3399_rockchip-uboot/include/
H A Dpci.h14 #define PCI_CFG_SPACE_SIZE 256 macro