Home
last modified time | relevance | path

Searched refs:TCR_ENABLE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dsmc9194.h65 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */ macro
74 #define TCR_NORMAL TCR_ENABLE
Dsmc9194.c1313 outw( inw( ioaddr + TCR ) | TCR_ENABLE, ioaddr + TCR ); in smc_tx()
/linux-2.4.37.9/drivers/net/pcmcia/
Dsmc91c92_cs.c169 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */ macro
173 #define TCR_NORMAL TCR_ENABLE | TCR_PAD_EN
1538 outw(inw(ioaddr + TCR) | TCR_ENABLE | smc->duplex, ioaddr + TCR); in smc_tx_err()
1574 outw(inw(ioaddr + TCR) | TCR_ENABLE | smc->duplex, ioaddr + TCR); in smc_eph_irq()
1942 TCR_ENABLE | TCR_PAD_EN | smc->duplex, ioaddr + TCR); in smc_reset()