Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/pci/
H A Dpci-lantiq.c56 #define ltq_pci_w32(x, y) ltq_w32((x), ltq_pci_membase + (y))
57 #define ltq_pci_r32(x) ltq_r32(ltq_pci_membase + (x))
63 static __iomem void *ltq_pci_membase; variable
209 ltq_pci_membase = devm_platform_get_and_ioremap_resource(pdev, 1, NULL); in ltq_pci_probe()
210 if (IS_ERR(ltq_pci_membase)) in ltq_pci_probe()
211 return PTR_ERR(ltq_pci_membase); in ltq_pci_probe()