Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/pci/
Dpci-ar724x.c43 void __iomem *devcfg_base; member
130 base = apc->devcfg_base; in ar724x_pci_read()
199 base = apc->devcfg_base; in ar724x_pci_write()
384 apc->devcfg_base = devm_ioremap_resource(&pdev->dev, res); in ar724x_pci_probe()
385 if (IS_ERR(apc->devcfg_base)) in ar724x_pci_probe()
386 return PTR_ERR(apc->devcfg_base); in ar724x_pci_probe()