Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dzs.c272 write_zsreg(zport, R5, regs[5] & ~TxENAB); in load_zsregs()
286 if (regs[5] & TxENAB) in load_zsregs()
971 zport->regs[5] |= TxENAB; in zs_pm()
973 zport->regs[5] &= ~TxENAB; in zs_pm()
1164 if (!(txenb & TxENAB)) { in zs_console_write()
1165 zport->regs[5] = txenb | TxENAB; in zs_console_write()
1176 if (!(txenb & TxENAB)) { in zs_console_write()
1177 zport->regs[5] &= ~TxENAB; in zs_console_write()
Dzs.h144 #define TxENAB 0x8 /* Tx Enable */ macro
Dip22zilog.h126 #define TxENAB 0x8 /* Tx Enable */ macro
Dsunzilog.h118 #define TxENAB 0x8 /* Tx Enable */ macro
Dip22zilog.c191 write_zsreg(channel, R5, regs[R5] & ~TxENAB); in __load_zsregs()
728 up->curregs[R5] |= TxENAB; in __ip22zilog_startup()
788 up->curregs[R5] &= ~TxENAB; in ip22zilog_shutdown()
1141 up->curregs[R5] = TxENAB | Tx8; in ip22zilog_prepare()
Dsunzilog.c209 write_zsreg(channel, R5, regs[R5] & ~TxENAB); in __load_zsregs()
793 up->curregs[R5] |= TxENAB; in __sunzilog_startup()
853 up->curregs[R5] &= ~TxENAB; in sunzilog_shutdown()
1353 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw()
1369 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw()
/linux-2.6.39/drivers/net/hamradio/
Dz8530.h91 #define TxENAB 0x8 /* Tx Enable */ macro
Dscc.c935 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()
Ddmascc.c954 write_scc(priv, R5, TxCRC_ENAB | RTS | TxENAB | Tx8); in scc_send_packet()
1436 TxCRC_ENAB | RTS | TxENAB | Tx8); in tm_isr()
/linux-2.6.39/drivers/net/wan/
Dz85230.h112 #define TxENAB 0x8 /* Tx Enable */ macro
Dz85230.c220 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR,
245 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR,
1491 write_zsreg(c, R5, c->regs[R5]|TxENAB); in z8530_tx_begin()