Searched refs:cfg0_base (Results 1 – 2 of 2) sorted by relevance
238 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()
178 void *cfg0_base; member
Completed in 8 milliseconds