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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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;
324 iounmap(tb0219_base);
325 tb0219_base = NULL;

Completed in 104 milliseconds