TxINT_ENAB       1003 drivers/net/hamradio/dmascc.c 			  EXT_INT_ENAB | WT_FN_RDYFN | TxINT_ENAB);
TxINT_ENAB        877 drivers/net/hamradio/scc.c 	or(scc,R1,INT_ALL_Rx|TxINT_ENAB|EXT_INT_ENAB); /* enable interrupts */
TxINT_ENAB        915 drivers/net/hamradio/scc.c 		or(scc, R1, TxINT_ENAB);	/* t_maxkeyup may have reset these */
TxINT_ENAB       1251 drivers/net/hamradio/scc.c 	cl(scc, R1, TxINT_ENAB);	/* force an ABORT, but don't */
TxINT_ENAB        227 drivers/net/wan/z85230.c 	1,	EXT_INT_ENAB|TxINT_ENAB|INT_ALL_Rx,
TxINT_ENAB        252 drivers/net/wan/z85230.c 	1,	EXT_INT_ENAB|TxINT_ENAB|INT_ALL_Rx,
TxINT_ENAB        803 drivers/net/wan/z85230.c 	c->regs[R1]|=TxINT_ENAB;
TxINT_ENAB        909 drivers/net/wan/z85230.c 	c->regs[R1]&= ~TxINT_ENAB;
TxINT_ENAB        919 drivers/net/wan/z85230.c 	c->regs[R1]&= ~TxINT_ENAB;
TxINT_ENAB       1105 drivers/net/wan/z85230.c 	c->regs[R1]&= ~TxINT_ENAB;
TxINT_ENAB        182 drivers/tty/serial/ip22zilog.c 		    regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB));
TxINT_ENAB        732 drivers/tty/serial/ip22zilog.c 	up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
TxINT_ENAB        793 drivers/tty/serial/ip22zilog.c 	up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK);
TxINT_ENAB       1141 drivers/tty/serial/ip22zilog.c 		up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
TxINT_ENAB        136 drivers/tty/serial/pmac_zilog.c 		    regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB));
TxINT_ENAB        210 drivers/tty/serial/pmac_zilog.c 		uap->curregs[1] |= INT_ALL_Rx | TxINT_ENAB;
TxINT_ENAB        214 drivers/tty/serial/pmac_zilog.c 		uap->curregs[1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK);
TxINT_ENAB       1964 drivers/tty/serial/pmac_zilog.c 	write_zsreg(uap, R1, uap->curregs[1] & ~TxINT_ENAB);
TxINT_ENAB        201 drivers/tty/serial/sunzilog.c 		    regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB));
TxINT_ENAB        797 drivers/tty/serial/sunzilog.c 	up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
TxINT_ENAB        858 drivers/tty/serial/sunzilog.c 	up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK);
TxINT_ENAB       1351 drivers/tty/serial/sunzilog.c 		up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
TxINT_ENAB       1367 drivers/tty/serial/sunzilog.c 		up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
TxINT_ENAB        463 drivers/tty/serial/zs.c 	zport->regs[1] &= ~(RxINT_MASK | TxINT_ENAB);
TxINT_ENAB        790 drivers/tty/serial/zs.c 	zport->regs[1] |= RxINT_ALL | TxINT_ENAB | EXT_INT_ENAB;
TxINT_ENAB       1162 drivers/tty/serial/zs.c 	if (txint & TxINT_ENAB) {
TxINT_ENAB       1163 drivers/tty/serial/zs.c 		zport->regs[1] = txint & ~TxINT_ENAB;
TxINT_ENAB       1182 drivers/tty/serial/zs.c 	if (txint & TxINT_ENAB) {
TxINT_ENAB       1183 drivers/tty/serial/zs.c 		zport->regs[1] |= TxINT_ENAB;