Searched refs:TxINT_ENAB (Results 1 - 13 of 13) sorted by relevance

/drivers/net/hamradio/
H A Dz8530.h39 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro
H A Dscc.c877 or(scc,R1,INT_ALL_Rx|TxINT_ENAB|EXT_INT_ENAB); /* enable interrupts */
915 or(scc, R1, TxINT_ENAB); /* t_maxkeyup may have reset these */
1250 cl(scc, R1, TxINT_ENAB); /* force an ABORT, but don't */
H A Ddmascc.c1011 EXT_INT_ENAB | WT_FN_RDYFN | TxINT_ENAB);
/drivers/tty/serial/
H A Dzs.h91 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro
H A Dzs.c462 zport->regs[1] &= ~(RxINT_MASK | TxINT_ENAB);
789 zport->regs[1] |= RxINT_ALL | TxINT_ENAB | EXT_INT_ENAB;
1161 if (txint & TxINT_ENAB) {
1162 zport->regs[1] = txint & ~TxINT_ENAB;
1181 if (txint & TxINT_ENAB) {
1182 zport->regs[1] |= TxINT_ENAB;
H A Dip22zilog.c181 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB));
730 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
791 up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK);
1138 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
H A Dip22zilog.h71 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro
H A Dsunzilog.h63 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro
H A Dpmac_zilog.h160 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro
H A Dsunzilog.c199 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB));
795 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
856 up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK);
1350 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
1366 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
H A Dpmac_zilog.c147 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB));
221 uap->curregs[1] |= INT_ALL_Rx | TxINT_ENAB;
225 uap->curregs[1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK);
1970 write_zsreg(uap, R1, uap->curregs[1] & ~TxINT_ENAB);
/drivers/net/wan/
H A Dz85230.c230 1, EXT_INT_ENAB|TxINT_ENAB|INT_ALL_Rx,
255 1, EXT_INT_ENAB|TxINT_ENAB|INT_ALL_Rx,
808 c->regs[R1]|=TxINT_ENAB;
914 c->regs[R1]&= ~TxINT_ENAB;
924 c->regs[R1]&= ~TxINT_ENAB;
1110 c->regs[R1]&= ~TxINT_ENAB;
H A Dz85230.h60 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro

Completed in 49 milliseconds