Searched defs:bar (Results 1 – 6 of 6) sorted by relevance
| /components/drivers/pci/ |
| A D | procfs.c | 308 for (int bar = 0; bar < RT_PCI_BAR_NR_MAX; ++bar) in pci_single_show() local 315 for (int bar = 0; bar < RT_PCI_BAR_NR_MAX; ++bar) in pci_single_show() local
|
| /components/drivers/pci/endpoint/ |
| A D | endpoint.c | 47 struct rt_pci_ep_bar *bar, int bar_idx) in rt_pci_ep_set_bar() 100 struct rt_pci_ep_bar *bar, int bar_idx) in rt_pci_ep_clear_bar()
|
| /components/drivers/pci/host/dw/ |
| A D | pcie-dw.c | 341 rt_uint8_t func_no, int index, int bar, rt_uint64_t cpu_addr, in dw_pcie_prog_inbound_atu_unroll() 391 rt_uint8_t func_no, int index, int bar, rt_uint64_t cpu_addr, in dw_pcie_prog_inbound_atu()
|
| A D | pcie-dw_platfrom.c | 68 for (int bar = 0; bar < PCI_STD_NUM_BARS; ++bar) in dw_platform_pcie_ep_init() local
|
| A D | pcie-dw_ep.c | 198 struct rt_pci_ep_bar *bar, int bar_idx) in dw_pcie_ep_clear_bar() 215 struct rt_pci_ep_bar *bar, int bar_idx) in dw_pcie_ep_set_bar()
|
| /components/drivers/include/drivers/ |
| A D | pci_endpoint.h | 115 struct rt_pci_ep_bar bar[PCI_STD_NUM_BARS]; member
|
Completed in 16 milliseconds