Home
last modified time | relevance | path

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

/openbmc/linux/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); in pmz_load_zsregs()
842 write_zsreg(uap, R5, uap->curregs[R5] |= TxENABLE); in __pmz_startup()
930 uap->curregs[R5] &= ~TxENABLE; in pmz_shutdown()
1889 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR); in pmz_console_write()