Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/controller/dwc/
Dpcie-designware-ep.c70 enum dw_pcie_as_type as_type) in dw_pcie_ep_inbound_atu() argument
83 as_type); in dw_pcie_ep_inbound_atu()
139 enum dw_pcie_as_type as_type; in dw_pcie_ep_set_bar() local
143 as_type = DW_PCIE_AS_MEM; in dw_pcie_ep_set_bar()
145 as_type = DW_PCIE_AS_IO; in dw_pcie_ep_set_bar()
147 ret = dw_pcie_ep_inbound_atu(ep, bar, epf_bar->phys_addr, as_type); in dw_pcie_ep_set_bar()
Dpcie-designware.c337 enum dw_pcie_as_type as_type) in dw_pcie_prog_inbound_atu_unroll() argument
347 switch (as_type) { in dw_pcie_prog_inbound_atu_unroll()
381 u64 cpu_addr, enum dw_pcie_as_type as_type) in dw_pcie_prog_inbound_atu() argument
388 cpu_addr, as_type); in dw_pcie_prog_inbound_atu()
395 switch (as_type) { in dw_pcie_prog_inbound_atu()
Dpcie-designware.h281 u64 cpu_addr, enum dw_pcie_as_type as_type);