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

/asus-wl-520gu-7.0.1.45/src/linux/linux/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 Dsmc9194.c1374 outw( inw( ioaddr + TCR ) | TCR_ENABLE, ioaddr + TCR );
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dsmc91c92_cs.c167 #define TCR_ENABLE 0x0001 /* if this is 1, we can transmit */ macro
171 #define TCR_NORMAL TCR_ENABLE | TCR_PAD_EN
1528 outw(inw(ioaddr + TCR) | TCR_ENABLE, ioaddr + TCR);
1560 outw(inw(ioaddr + TCR) | TCR_ENABLE, ioaddr + TCR);
1927 TCR_ENABLE | TCR_PAD_EN, ioaddr + TCR);

Completed in 45 milliseconds