Searched refs:crp_base (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/arch/mips/ath79/ |
H A D | pci.c | 170 unsigned long crp_base, ath79_register_pci_ar724x() 205 res[5].name = "crp_base"; ath79_register_pci_ar724x() 207 res[5].start = crp_base; ath79_register_pci_ar724x() 208 res[5].end = crp_base + AR724X_PCI_CRP_SIZE - 1; ath79_register_pci_ar724x() 167 ath79_register_pci_ar724x(int id, unsigned long cfg_base, unsigned long ctrl_base, unsigned long crp_base, unsigned long mem_base, unsigned long mem_size, unsigned long io_base, int irq) ath79_register_pci_ar724x() argument
|
/linux-4.4.14/arch/mips/pci/ |
H A D | pci-ar724x.c | 41 void __iomem *crp_base; member in struct:ar724x_pci_controller 84 base = apc->crp_base; ar724x_pci_local_write() 353 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "crp_base"); ar724x_pci_probe() 354 apc->crp_base = devm_ioremap_resource(&pdev->dev, res); ar724x_pci_probe() 355 if (IS_ERR(apc->crp_base)) ar724x_pci_probe() 356 return PTR_ERR(apc->crp_base); ar724x_pci_probe()
|
Completed in 115 milliseconds