Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/vr41xx/common/
H A Dicu.c31 static void __iomem *icu1_base; variable
89 #define icu1_read(offset) readw(icu1_base + (offset))
90 #define icu1_write(offset, value) writew((value), icu1_base + (offset))
676 icu1_base = ioremap(icu1_start, ICU1_SIZE); in vr41xx_icu_init()
677 if (icu1_base == NULL) { in vr41xx_icu_init()
685 iounmap(icu1_base); in vr41xx_icu_init()