Searched refs:as_type (Results 1 – 3 of 3) sorted by relevance
203 enum dw_pcie_as_type as_type) in dw_pcie_prog_inbound_atu_unroll() argument213 switch (as_type) { in dw_pcie_prog_inbound_atu_unroll()247 u64 cpu_addr, enum dw_pcie_as_type as_type) in dw_pcie_prog_inbound_atu() argument254 cpu_addr, as_type); in dw_pcie_prog_inbound_atu()261 switch (as_type) { in dw_pcie_prog_inbound_atu()
103 enum dw_pcie_as_type as_type) in dw_pcie_ep_inbound_atu() argument116 as_type); in dw_pcie_ep_inbound_atu()172 enum dw_pcie_as_type as_type; in dw_pcie_ep_set_bar() local176 as_type = DW_PCIE_AS_MEM; in dw_pcie_ep_set_bar()178 as_type = DW_PCIE_AS_IO; in dw_pcie_ep_set_bar()180 ret = dw_pcie_ep_inbound_atu(ep, bar, epf_bar->phys_addr, as_type); in dw_pcie_ep_set_bar()
243 u64 cpu_addr, enum dw_pcie_as_type as_type);