Home
last modified time | relevance | path

Searched refs:aspace_type (Results 1 – 3 of 3) sorted by relevance

/components/drivers/pci/host/dw/
A Dpcie-dw.c342 enum dw_pcie_aspace_type aspace_type) in dw_pcie_prog_inbound_atu_unroll() argument
351 switch (aspace_type) in dw_pcie_prog_inbound_atu_unroll()
392 enum dw_pcie_aspace_type aspace_type) in dw_pcie_prog_inbound_atu() argument
399 index, bar, cpu_addr, aspace_type); in dw_pcie_prog_inbound_atu()
406 switch (aspace_type) in dw_pcie_prog_inbound_atu()
A Dpcie-dw_ep.c123 int bar_idx, rt_ubase_t cpu_addr, enum dw_pcie_aspace_type aspace_type) in dw_pcie_ep_inbound_atu() argument
136 err = dw_pcie_prog_inbound_atu(pci, func_no, free_win, bar_idx, cpu_addr, aspace_type); in dw_pcie_ep_inbound_atu()
222 enum dw_pcie_aspace_type aspace_type; in dw_pcie_ep_set_bar() local
231 aspace_type = DW_PCIE_ASPACE_MEM; in dw_pcie_ep_set_bar()
235 aspace_type = DW_PCIE_ASPACE_IO; in dw_pcie_ep_set_bar()
238 err = dw_pcie_ep_inbound_atu(ep, func_no, bar_idx, bar->bus.base, aspace_type); in dw_pcie_ep_set_bar()
A Dpcie-dw.h327 …t_uint8_t func_no, int index, int bar, rt_uint64_t cpu_addr, enum dw_pcie_aspace_type aspace_type);
434 int bar_idx, rt_ubase_t cpu_addr, enum dw_pcie_aspace_type aspace_type) EP_RET(-RT_ENOSYS)

Completed in 7 milliseconds