Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/
H A Dpci-loongson.c50 void __iomem *cfg1_base; member
215 return priv->cfg1_base + addroff; in cfg1_map()
252 if (where < PCI_CFG_SPACE_EXP_SIZE && priv->cfg1_base) in pci_loongson_map_bus()
352 priv->cfg1_base = devm_pci_remap_cfg_resource(dev, regs); in loongson_pci_probe()
353 if (IS_ERR(priv->cfg1_base)) in loongson_pci_probe()
354 priv->cfg1_base = NULL; in loongson_pci_probe()
395 priv->cfg1_base = cfg->win - (cfg->busr.start << 16); in loongson_pci_ecam_init()