Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/pci/
Dpci-ar724x.c41 void __iomem *crp_base; member
84 base = apc->crp_base; in ar724x_pci_local_write()
354 apc->crp_base = devm_ioremap_resource(&pdev->dev, res); in ar724x_pci_probe()
355 if (IS_ERR(apc->crp_base)) in ar724x_pci_probe()
356 return PTR_ERR(apc->crp_base); in ar724x_pci_probe()
/linux-4.1.27/arch/mips/ath79/
Dpci.c170 unsigned long crp_base, in ath79_register_pci_ar724x() argument
207 res[5].start = crp_base; in ath79_register_pci_ar724x()
208 res[5].end = crp_base + AR724X_PCI_CRP_SIZE - 1; in ath79_register_pci_ar724x()