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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtb0219.c39 static void __iomem *tb0219_base; variable
42 #define tb0219_read(offset) readw(tb0219_base + (offset))
43 #define tb0219_write(offset, value) writew((value), tb0219_base + (offset))
293 tb0219_base = ioremap(TB0219_START, TB0219_SIZE);
294 if (tb0219_base == NULL) {
301 iounmap(tb0219_base);
302 tb0219_base = NULL;
326 iounmap(tb0219_base);
327 tb0219_base = NULL;

Completed in 36 milliseconds