Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dpmac_zilog.h216 #define TxENABLE 0x8 /* Tx Enable */ macro
Dpmac_zilog.c157 write_zsreg(uap, R5, regs[R5] & ~TxENABLE); in pmz_load_zsregs()
889 write_zsreg(uap, R5, uap->curregs[R5] |= TxENABLE); in __pmz_startup()
983 uap->curregs[R5] &= ~TxENABLE; in pmz_shutdown()
1977 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR); in pmz_console_write()