Searched refs:as_type (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A D | pcie-designware.c | 345 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 D | pcie-designware-ep.c | 158 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 D | pcie-dw-rockchip.c | 333 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 D | pcie-dw-ep-rockchip.c | 567 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 D | pcie-designware.h | 304 enum dw_pcie_as_type as_type);
|