Home
last modified time | relevance | path

Searched refs:cfg0_addr (Results 1 – 2 of 2) sorted by relevance

/components/drivers/pci/host/dw/
A Dpcie-dw_host.c234 rt_dm_dev_get_address_by_name(dev, "config", &port->cfg0_addr, &port->cfg0_size); in dw_pcie_host_init()
236 if (port->cfg0_addr) in dw_pcie_host_init()
238 port->cfg0_base = rt_ioremap((void *)port->cfg0_addr, port->cfg0_size); in dw_pcie_host_init()
278 port->cfg0_addr = region->cpu_addr; in dw_pcie_host_init()
282 pci->dbi_base = rt_ioremap((void *)port->cfg0_addr, port->cfg0_size); in dw_pcie_host_init()
297 if (!port->cfg0_base && port->cfg0_addr) in dw_pcie_host_init()
299 port->cfg0_base = rt_ioremap((void *)port->cfg0_addr, port->cfg0_size); in dw_pcie_host_init()
465 dw_pcie_prog_outbound_atu(pci, 0, type, port->cfg0_addr, busdev, port->cfg0_size); in dw_pcie_other_conf_map()
A Dpcie-dw.h179 rt_uint64_t cfg0_addr; member

Completed in 5 milliseconds