Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/controller/
Dpci-loongson.c45 void __iomem *cfg1_base; member
165 return priv->cfg1_base + addroff; in cfg1_map()
202 if (where < PCI_CFG_SPACE_EXP_SIZE && priv->cfg1_base) in pci_loongson_map_bus()
302 priv->cfg1_base = devm_pci_remap_cfg_resource(dev, regs); in loongson_pci_probe()
303 if (IS_ERR(priv->cfg1_base)) in loongson_pci_probe()
304 priv->cfg1_base = NULL; in loongson_pci_probe()
345 priv->cfg1_base = cfg->win - (cfg->busr.start << 16); in loongson_pci_ecam_init()