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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc9194.h65 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */ macro
74 #define TCR_NORMAL TCR_ENABLE
H A Dsmc91x.h609 #define TCR_ENABLE 0x0001 // When 1 we can transmit macro
622 #define TCR_DEFAULT (TCR_ENABLE | TCR_PAD_EN)
H A Dsmc9194.c1292 outw( inw( ioaddr + TCR ) | TCR_ENABLE, ioaddr + TCR );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dsmc91c92_cs.c151 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */ macro
155 #define TCR_NORMAL TCR_ENABLE | TCR_PAD_EN
1347 outw(inw(ioaddr + TCR) | TCR_ENABLE | smc->duplex, ioaddr + TCR);
1378 outw(inw(ioaddr + TCR) | TCR_ENABLE | smc->duplex, ioaddr + TCR);
1732 TCR_ENABLE | TCR_PAD_EN | smc->duplex, ioaddr + TCR);

Completed in 47 milliseconds