Home
last modified time | relevance | path

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

/components/drivers/pci/host/dw/
A Dpcie-dw_host.c238 port->cfg0_base = rt_ioremap((void *)port->cfg0_addr, port->cfg0_size); in dw_pcie_host_init()
240 if (!port->cfg0_base) in dw_pcie_host_init()
245 else if (!port->cfg0_base) 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()
301 if (!port->cfg0_base) in dw_pcie_host_init()
467 return port->cfg0_base + reg; in dw_pcie_other_conf_map()
A Dpcie-dw.h178 void *cfg0_base; member

Completed in 8 milliseconds