Searched refs:icu2_base (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/mips/vr41xx/common/
H A Dicu.c45 static void __iomem *icu2_base; variable
105 #define icu2_read(offset) readw(icu2_base + (offset))
106 #define icu2_write(offset, value) writew((value), icu2_base + (offset))
698 icu2_base = ioremap(icu2_start, ICU2_SIZE); vr41xx_icu_init()
699 if (icu2_base == NULL) { vr41xx_icu_init()

Completed in 75 milliseconds