Searched refs:tb0219_base (Results 1 – 1 of 1) sorted by relevance
39 static void __iomem *tb0219_base; variable42 #define tb0219_read(offset) readw(tb0219_base + (offset))43 #define tb0219_write(offset, value) writew((value), tb0219_base + (offset))294 tb0219_base = ioremap(TB0219_START, TB0219_SIZE); in tb0219_probe()295 if (tb0219_base == NULL) { in tb0219_probe()302 iounmap(tb0219_base); in tb0219_probe()303 tb0219_base = NULL; in tb0219_probe()325 iounmap(tb0219_base); in tb0219_remove()326 tb0219_base = NULL; in tb0219_remove()