Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/vr41xx/common/
Dicu.c32 static void __iomem *icu2_base; variable
92 #define icu2_read(offset) readw(icu2_base + (offset))
93 #define icu2_write(offset, value) writew((value), icu2_base + (offset))
683 icu2_base = ioremap(icu2_start, ICU2_SIZE); in vr41xx_icu_init()
684 if (icu2_base == NULL) { in vr41xx_icu_init()