Searched refs:crp_base (Results 1 – 2 of 2) sorted by relevance
41 void __iomem *crp_base; member84 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()
170 unsigned long crp_base, in ath79_register_pci_ar724x() argument207 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()