Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/vr41xx/common/
Dicu.c44 static void __iomem *icu1_base; variable
102 #define icu1_read(offset) readw(icu1_base + (offset))
103 #define icu1_write(offset, value) writew((value), icu1_base + (offset))
691 icu1_base = ioremap(icu1_start, ICU1_SIZE); in vr41xx_icu_init()
692 if (icu1_base == NULL) { in vr41xx_icu_init()
700 iounmap(icu1_base); in vr41xx_icu_init()