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

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

Completed in 32 milliseconds