Home
last modified time | relevance | path

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

/linux/arch/mips/vr41xx/common/
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))
678 icu1_base = ioremap(icu1_start, ICU1_SIZE); in vr41xx_icu_init()
679 if (icu1_base == NULL) { in vr41xx_icu_init()
687 iounmap(icu1_base); in vr41xx_icu_init()

Completed in 7 milliseconds