Searched refs:pciu_base (Results 1 – 1 of 1) sorted by relevance
41 static void __iomem *pciu_base; variable43 #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); in vr41xx_pciu_init()126 if (pciu_base == NULL) { in vr41xx_pciu_init()157 iounmap(pciu_base); in vr41xx_pciu_init()