Searched refs:PCI_STD_NUM_BARS (Results 1 – 6 of 6) sorted by relevance
52 bar_idx < PCI_STD_NUM_BARS) in rt_pci_ep_set_bar()56 if (bar_idx == (PCI_STD_NUM_BARS - 1) && in rt_pci_ep_set_bar()105 bar_idx < PCI_STD_NUM_BARS) in rt_pci_ep_clear_bar()244 bar_idx < PCI_STD_NUM_BARS) in rt_pci_ep_set_msix()
68 for (int bar = 0; bar < PCI_STD_NUM_BARS; ++bar) in dw_platform_pcie_ep_init()
225 struct rt_pci_ep_bar *epc_bar[PCI_STD_NUM_BARS];235 rt_uint8_t bar_to_atu[PCI_STD_NUM_BARS];
115 struct rt_pci_ep_bar bar[PCI_STD_NUM_BARS];
52 #define PCI_STD_NUM_BARS 6 /* number of standard BARs */ macro
561 bars_nr = PCI_STD_NUM_BARS; in rt_pci_device_alloc_resource()
Completed in 21 milliseconds