Symbol: TxINT_ENAB
drivers/net/hamradio/scc.c
1253
cl(scc, R1, TxINT_ENAB); /* force an ABORT, but don't */
drivers/net/hamradio/scc.c
879
or(scc,R1,INT_ALL_Rx|TxINT_ENAB|EXT_INT_ENAB); /* enable interrupts */
drivers/net/hamradio/scc.c
917
or(scc, R1, TxINT_ENAB); /* t_maxkeyup may have reset these */
drivers/tty/serial/ip22zilog.c
1044
up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
drivers/tty/serial/ip22zilog.c
177
regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB));
drivers/tty/serial/ip22zilog.c
720
up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
drivers/tty/serial/ip22zilog.c
781
up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK);
drivers/tty/serial/pmac_zilog.c
125
regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB));
drivers/tty/serial/pmac_zilog.c
1881
write_zsreg(uap, R1, uap->curregs[1] & ~TxINT_ENAB);
drivers/tty/serial/pmac_zilog.c
199
uap->curregs[1] |= INT_ALL_Rx | TxINT_ENAB;
drivers/tty/serial/pmac_zilog.c
203
uap->curregs[1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK);
drivers/tty/serial/sunzilog.c
1344
up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
drivers/tty/serial/sunzilog.c
1360
up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
drivers/tty/serial/sunzilog.c
197
regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB));
drivers/tty/serial/sunzilog.c
790
up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
drivers/tty/serial/sunzilog.c
851
up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK);
drivers/tty/serial/zs.c
1160
if (txint & TxINT_ENAB) {
drivers/tty/serial/zs.c
1161
zport->regs[1] = txint & ~TxINT_ENAB;
drivers/tty/serial/zs.c
1180
if (txint & TxINT_ENAB) {
drivers/tty/serial/zs.c
1181
zport->regs[1] |= TxINT_ENAB;
drivers/tty/serial/zs.c
459
zport->regs[1] &= ~(RxINT_MASK | TxINT_ENAB);
drivers/tty/serial/zs.c
787
zport->regs[1] |= RxINT_ALL | TxINT_ENAB | EXT_INT_ENAB;