Symbol: TxINT_ENAB
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
1140
if (txint & TxINT_ENAB) {
drivers/tty/serial/zs.c
1141
zport->regs[1] = txint & ~TxINT_ENAB;
drivers/tty/serial/zs.c
1160
if (txint & TxINT_ENAB) {
drivers/tty/serial/zs.c
1161
zport->regs[1] |= TxINT_ENAB;
drivers/tty/serial/zs.c
458
zport->regs[1] &= ~(RxINT_MASK | TxINT_ENAB);
drivers/tty/serial/zs.c
786
zport->regs[1] |= RxINT_ALL | TxINT_ENAB | EXT_INT_ENAB;