Searched refs:TCR (Results 1 – 2 of 2) sorted by relevance
83 _outw(TCR_CLEAR, ioaddr + TCR); in smc_reset()307 _outw(inw(smc9000_base + TCR ) | TCR_ENABLE, smc9000_base + TCR ); in smc9000_transmit()378 _outb( TCR_CLEAR, smc9000_base + TCR ); in smc9000_disable()490 _outw(TCR_NORMAL, smc9000_base + TCR); in smc9000_probe()
63 #define TCR 0 /* transmit control register */ macro