Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-designware.c345 enum dw_pcie_as_type as_type) in dw_pcie_prog_inbound_atu_unroll() argument
355 switch (as_type) { in dw_pcie_prog_inbound_atu_unroll()
392 enum dw_pcie_as_type as_type) in dw_pcie_prog_inbound_atu() argument
399 cpu_addr, as_type); in dw_pcie_prog_inbound_atu()
406 switch (as_type) { in dw_pcie_prog_inbound_atu()
H A Dpcie-designware-ep.c158 enum dw_pcie_as_type as_type) in dw_pcie_ep_inbound_atu() argument
171 as_type); in dw_pcie_ep_inbound_atu()
229 enum dw_pcie_as_type as_type; in dw_pcie_ep_set_bar() local
238 as_type = DW_PCIE_AS_MEM; in dw_pcie_ep_set_bar()
240 as_type = DW_PCIE_AS_IO; in dw_pcie_ep_set_bar()
243 epf_bar->phys_addr, as_type); in dw_pcie_ep_set_bar()
H A Dpcie-dw-rockchip.c333 enum dw_pcie_as_type as_type) in rk_pcie_prog_inbound_atu_unroll() argument
343 switch (as_type) { in rk_pcie_prog_inbound_atu_unroll()
381 enum dw_pcie_as_type as_type) in rk_pcie_prog_inbound_atu() argument
388 cpu_addr, as_type); in rk_pcie_prog_inbound_atu()
395 switch (as_type) { in rk_pcie_prog_inbound_atu()
430 enum dw_pcie_as_type as_type) in rk_pcie_ep_inbound_atu() argument
448 cpu_addr, as_type); in rk_pcie_ep_inbound_atu()
612 enum dw_pcie_as_type as_type; in rk_pcie_ep_atu_init() local
622 as_type = DW_PCIE_AS_MEM; in rk_pcie_ep_atu_init()
623 ret = rk_pcie_ep_inbound_atu(rk_pcie, BAR_0, cpu_addr, as_type); in rk_pcie_ep_atu_init()
H A Dpcie-dw-ep-rockchip.c567 enum dw_pcie_as_type as_type; in rockchip_pcie_ep_set_bar() local
576 as_type = DW_PCIE_AS_MEM; in rockchip_pcie_ep_set_bar()
578 ret = dw_pcie_prog_inbound_atu(pci, 0, free_win, bar, cpu_addr, as_type); in rockchip_pcie_ep_set_bar()
H A Dpcie-designware.h304 enum dw_pcie_as_type as_type);