Home
last modified time | relevance | path

Searched refs:TxENAB (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/tty/serial/
H A Dzs.c113 Tx8 | TxENAB, /* write 5 */
269 write_zsreg(zport, R5, regs[5] & ~TxENAB); in load_zsregs()
283 if (regs[5] & TxENAB) in load_zsregs()
1144 if (!(txenb & TxENAB)) { in zs_console_write()
1145 zport->regs[5] = txenb | TxENAB; in zs_console_write()
1156 if (!(txenb & TxENAB)) { in zs_console_write()
1157 zport->regs[5] &= ~TxENAB; in zs_console_write()
H A Dzs.h144 #define TxENAB 0x8 /* Tx Enable */ macro
H A Dsunzilog.h119 #define TxENAB 0x8 /* Tx Enable */ macro
H A Dip22zilog.h127 #define TxENAB 0x8 /* Tx Enable */ macro
H A Dsunzilog.c207 write_zsreg(channel, R5, regs[R5] & ~TxENAB); in __load_zsregs()
788 up->curregs[R5] |= TxENAB; in __sunzilog_startup()
848 up->curregs[R5] &= ~TxENAB; in sunzilog_shutdown()
1347 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw()
1363 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw()