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

/linux-master/drivers/tty/serial/
H A Dpmac_zilog.h207 #define TxENABLE 0x8 /* Tx Enable */ macro
H A Dpmac_zilog.c135 write_zsreg(uap, R5, regs[R5] & ~TxENABLE);
842 write_zsreg(uap, R5, uap->curregs[R5] |= TxENABLE);
930 uap->curregs[R5] &= ~TxENABLE;
1881 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR);

Completed in 277 milliseconds