Home
last modified time | relevance | path

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

/Linux-v5.15/arch/mips/pci/
Dpci-vr41xx.c28 static void __iomem *pciu_base; variable
30 #define pciu_read(offset) readl(pciu_base + (offset))
31 #define pciu_write(offset, value) writel((value), pciu_base + (offset))
112 pciu_base = ioremap(PCIU_BASE, PCIU_SIZE); in vr41xx_pciu_init()
113 if (pciu_base == NULL) { in vr41xx_pciu_init()
144 iounmap(pciu_base); in vr41xx_pciu_init()
297 iounmap(pciu_base); in vr41xx_pciu_init()