Searched refs:pciu_base (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/mips/pci/
H A Dpci-vr41xx.c41 static void __iomem *pciu_base; variable
43 #define pciu_read(offset) readl(pciu_base + (offset))
44 #define pciu_write(offset, value) writel((value), pciu_base + (offset))
125 pciu_base = ioremap(PCIU_BASE, PCIU_SIZE); vr41xx_pciu_init()
126 if (pciu_base == NULL) { vr41xx_pciu_init()
157 iounmap(pciu_base); vr41xx_pciu_init()

Completed in 47 milliseconds