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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/vr41xx/common/
H A 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))
693 icu1_base = ioremap(icu1_start, ICU1_SIZE);
694 if (icu1_base == NULL) {
702 iounmap(icu1_base);

Completed in 101 milliseconds