Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/ !
Dsmc9194.h65 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */ macro
74 #define TCR_NORMAL TCR_ENABLE
Dsmc91x.h550 #define TCR_ENABLE 0x0001 // When 1 we can transmit macro
563 #define TCR_DEFAULT (TCR_ENABLE | TCR_PAD_EN)
Dsmc9194.c1346 outw( inw( ioaddr + TCR ) | TCR_ENABLE, ioaddr + TCR ); in smc_tx()
/linux-2.6.39/drivers/net/pcmcia/ !
Dsmc91c92_cs.c152 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */ macro
156 #define TCR_NORMAL TCR_ENABLE | TCR_PAD_EN
1300 outw(inw(ioaddr + TCR) | TCR_ENABLE | smc->duplex, ioaddr + TCR); in smc_tx_err()
1335 outw(inw(ioaddr + TCR) | TCR_ENABLE | smc->duplex, ioaddr + TCR); in smc_eph_irq()
1687 TCR_ENABLE | TCR_PAD_EN | smc->duplex, ioaddr + TCR); in smc_reset()