Searched refs:TxENABLE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dpmac_zilog.h227 #define TxENABLE 0x8 /* Tx Enable */ macro
H A Dpmac_zilog.c160 write_zsreg(uap, R5, regs[R5] & ~TxENABLE);
901 write_zsreg(uap, R5, uap->curregs[R5] |= TxENABLE);
1024 uap->curregs[R5] &= ~TxENABLE;
1650 uap->curregs[R5] &= ~TxENABLE;
2097 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR);

Completed in 114 milliseconds