Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pci/controller/dwc/
Dpcie-designware.c401 enum dw_pcie_as_type as_type) in dw_pcie_prog_inbound_atu_unroll() argument
411 switch (as_type) { in dw_pcie_prog_inbound_atu_unroll()
448 enum dw_pcie_as_type as_type) in dw_pcie_prog_inbound_atu() argument
455 cpu_addr, as_type); in dw_pcie_prog_inbound_atu()
462 switch (as_type) { in dw_pcie_prog_inbound_atu()
Dpcie-designware-ep.c159 enum dw_pcie_as_type as_type) in dw_pcie_ep_inbound_atu() argument
172 as_type); in dw_pcie_ep_inbound_atu()
230 enum dw_pcie_as_type as_type; in dw_pcie_ep_set_bar() local
239 as_type = DW_PCIE_AS_MEM; in dw_pcie_ep_set_bar()
241 as_type = DW_PCIE_AS_IO; in dw_pcie_ep_set_bar()
244 epf_bar->phys_addr, as_type); in dw_pcie_ep_set_bar()
Dpcie-designware.h305 enum dw_pcie_as_type as_type);