Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
A Dzs.c270 write_zsreg(zport, R5, regs[5] & ~TxENAB); in load_zsregs()
284 if (regs[5] & TxENAB) in load_zsregs()
969 zport->regs[5] |= TxENAB; in zs_pm()
971 zport->regs[5] &= ~TxENAB; in zs_pm()
1163 if (!(txenb & TxENAB)) { in zs_console_write()
1164 zport->regs[5] = txenb | TxENAB; in zs_console_write()
1175 if (!(txenb & TxENAB)) { in zs_console_write()
1176 zport->regs[5] &= ~TxENAB; in zs_console_write()
A Dzs.h145 #define TxENAB 0x8 /* Tx Enable */ macro
A Dsunzilog.h119 #define TxENAB 0x8 /* Tx Enable */ macro
A Dip22zilog.h127 #define TxENAB 0x8 /* Tx Enable */ macro
A Dip22zilog.c188 write_zsreg(channel, R5, regs[R5] & ~TxENAB); in __load_zsregs()
726 up->curregs[R5] |= TxENAB; in __ip22zilog_startup()
786 up->curregs[R5] &= ~TxENAB; in ip22zilog_shutdown()
1143 up->curregs[R5] = TxENAB | Tx8; in ip22zilog_prepare()
A Dsunzilog.c207 write_zsreg(channel, R5, regs[R5] & ~TxENAB); in __load_zsregs()
791 up->curregs[R5] |= TxENAB; in __sunzilog_startup()
851 up->curregs[R5] &= ~TxENAB; in sunzilog_shutdown()
1350 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw()
1366 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw()
/linux/drivers/net/hamradio/
A Dz8530.h92 #define TxENAB 0x8 /* Tx Enable */ macro
A Dscc.c936 or(scc,R5, TxENAB); in scc_key_trx()
939 or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */ in scc_key_trx()
942 cl(scc,R5,RTS|TxENAB); in scc_key_trx()
970 or(scc,R5, TxENAB); in scc_key_trx()
973 or(scc,R5,RTS|TxENAB); /* enable tx */ in scc_key_trx()
976 cl(scc,R5,RTS|TxENAB); /* disable tx */ in scc_key_trx()
A Ddmascc.c944 write_scc(priv, R5, TxCRC_ENAB | RTS | TxENAB | Tx8); in scc_send_packet()
1425 TxCRC_ENAB | RTS | TxENAB | Tx8); in tm_isr()
/linux/drivers/net/wan/
A Dz85230.h113 #define TxENAB 0x8 /* Tx Enable */ macro
A Dz85230.c204 5, TxCRC_ENAB | RTS | TxENAB | Tx8 | DTR,
226 5, TxCRC_ENAB | RTS | TxENAB | Tx8 | DTR,
1365 write_zsreg(c, R5, c->regs[R5] | TxENAB); in z8530_tx_begin()

Completed in 44 milliseconds