Searched refs:EXT_INT_ENAB (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/hamradio/
H A Dz8530.h39 #define EXT_INT_ENAB 0x1 /* Ext Int Enable */ macro
H A Dscc.c879 or(scc,R1,INT_ALL_Rx|TxINT_ENAB|EXT_INT_ENAB); /* enable interrupts */
/linux-master/drivers/tty/serial/
H A Dzs.h91 #define EXT_INT_ENAB 0x1 /* Ext Int Enable */ macro
H A Dzs.c467 zport_a->regs[1] &= ~EXT_INT_ENAB;
473 zport->regs[1] &= ~EXT_INT_ENAB;
477 zport->regs[1] &= ~EXT_INT_ENAB;
497 if (!(zport_a->regs[1] & EXT_INT_ENAB))
501 zport_a->regs[1] |= EXT_INT_ENAB;
781 if (!(zport->regs[1] & EXT_INT_ENAB))
786 zport->regs[1] |= RxINT_ALL | TxINT_ENAB | EXT_INT_ENAB;
H A Dsunzilog.h63 #define EXT_INT_ENAB 0x1 /* Ext Int Enable */ macro
H A Dip22zilog.h71 #define EXT_INT_ENAB 0x1 /* Ext Int Enable */ macro
H A Dpmac_zilog.h150 #define EXT_INT_ENAB 0x1 /* Ext Int Enable */ macro
H A Dip22zilog.c178 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB));
726 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
787 up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK);
1138 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
H A Dsunzilog.c197 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB));
791 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
852 up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK);
1345 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
1361 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB;
H A Dpmac_zilog.c125 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB));
201 uap->curregs[1] |= EXT_INT_ENAB;
203 uap->curregs[1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK);

Completed in 386 milliseconds