Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/pci/
Dpci-ar724x.c39 void __iomem *devcfg_base; member
126 base = apc->devcfg_base; in ar724x_pci_read()
195 base = apc->devcfg_base; in ar724x_pci_write()
349 apc->devcfg_base = devm_ioremap_resource(&pdev->dev, res); in ar724x_pci_probe()
350 if (IS_ERR(apc->devcfg_base)) in ar724x_pci_probe()
351 return PTR_ERR(apc->devcfg_base); in ar724x_pci_probe()