Searched refs:TxENAB (Results 1 – 11 of 11) sorted by relevance
| /Linux-v4.19/drivers/tty/serial/ |
| D | zs.c | 274 write_zsreg(zport, R5, regs[5] & ~TxENAB); in load_zsregs() 288 if (regs[5] & TxENAB) in load_zsregs() 973 zport->regs[5] |= TxENAB; in zs_pm() 975 zport->regs[5] &= ~TxENAB; in zs_pm() 1166 if (!(txenb & TxENAB)) { in zs_console_write() 1167 zport->regs[5] = txenb | TxENAB; in zs_console_write() 1178 if (!(txenb & TxENAB)) { in zs_console_write() 1179 zport->regs[5] &= ~TxENAB; in zs_console_write()
|
| D | zs.h | 145 #define TxENAB 0x8 /* Tx Enable */ macro
|
| D | ip22zilog.h | 127 #define TxENAB 0x8 /* Tx Enable */ macro
|
| D | sunzilog.h | 119 #define TxENAB 0x8 /* Tx Enable */ macro
|
| D | ip22zilog.c | 192 write_zsreg(channel, R5, regs[R5] & ~TxENAB); in __load_zsregs() 730 up->curregs[R5] |= TxENAB; in __ip22zilog_startup() 790 up->curregs[R5] &= ~TxENAB; in ip22zilog_shutdown() 1144 up->curregs[R5] = TxENAB | Tx8; in ip22zilog_prepare()
|
| D | sunzilog.c | 211 write_zsreg(channel, R5, regs[R5] & ~TxENAB); in __load_zsregs() 795 up->curregs[R5] |= TxENAB; in __sunzilog_startup() 855 up->curregs[R5] &= ~TxENAB; in sunzilog_shutdown() 1354 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw() 1370 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw()
|
| /Linux-v4.19/drivers/net/hamradio/ |
| D | z8530.h | 92 #define TxENAB 0x8 /* Tx Enable */ macro
|
| D | scc.c | 935 or(scc,R5, TxENAB); in scc_key_trx() 938 or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */ in scc_key_trx() 941 cl(scc,R5,RTS|TxENAB); in scc_key_trx() 969 or(scc,R5, TxENAB); in scc_key_trx() 972 or(scc,R5,RTS|TxENAB); /* enable tx */ in scc_key_trx() 975 cl(scc,R5,RTS|TxENAB); /* disable tx */ in scc_key_trx()
|
| D | dmascc.c | 959 write_scc(priv, R5, TxCRC_ENAB | RTS | TxENAB | Tx8); in scc_send_packet() 1441 TxCRC_ENAB | RTS | TxENAB | Tx8); in tm_isr()
|
| /Linux-v4.19/drivers/net/wan/ |
| D | z85230.h | 113 #define TxENAB 0x8 /* Tx Enable */ macro
|
| D | z85230.c | 222 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR, 247 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR, 1492 write_zsreg(c, R5, c->regs[R5]|TxENAB); in z8530_tx_begin()
|