Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/pci/
Dpci-ar724x.c40 void __iomem *devcfg_base; member
127 base = apc->devcfg_base; in ar724x_pci_read()
196 base = apc->devcfg_base; in ar724x_pci_write()
381 apc->devcfg_base = devm_ioremap_resource(&pdev->dev, res); in ar724x_pci_probe()
382 if (IS_ERR(apc->devcfg_base)) in ar724x_pci_probe()
383 return PTR_ERR(apc->devcfg_base); in ar724x_pci_probe()