Home
last modified time | relevance | path

Searched refs:cfg0_size (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()
238 port->cfg0_base = rt_ioremap((void *)port->cfg0_addr, port->cfg0_size); in dw_pcie_host_init()
277 port->cfg0_size = region->size; in dw_pcie_host_init()
282 pci->dbi_base = rt_ioremap((void *)port->cfg0_addr, port->cfg0_size); 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.h180 rt_uint64_t cfg0_size; member

Completed in 6 milliseconds