Home
last modified time | relevance | path

Searched refs:INT_ALL_Rx (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/drivers/net/hamradio/
Dz8530.h44 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
Ddmascc.c1050 write_scc(priv, R1, EXT_INT_ENAB | INT_ALL_Rx | WT_RDY_RT | in rx_on()
Dscc.c877 or(scc,R1,INT_ALL_Rx|TxINT_ENAB|EXT_INT_ENAB); /* enable interrupts */ in init_channel()
/linux-2.6.39/drivers/tty/serial/
Dip22zilog.h76 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
Dsunzilog.h68 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
Dpmac_zilog.h176 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
Dsunzilog.c795 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in __sunzilog_startup()
1350 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in sunzilog_init_hw()
1366 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in sunzilog_init_hw()
Dip22zilog.c730 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in __ip22zilog_startup()
1138 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in ip22zilog_prepare()
Dpmac_zilog.c997 uap->curregs[R1] |= INT_ALL_Rx | TxINT_ENAB; in pmz_startup()
1365 uap->curregs[R1] |= INT_ALL_Rx | TxINT_ENAB; in pmz_set_termios()
1745 uap->curregs[R1] |= INT_ALL_Rx | TxINT_ENAB; in pmz_resume()
/linux-2.6.39/drivers/net/wan/
Dz85230.c228 1, EXT_INT_ENAB|TxINT_ENAB|INT_ALL_Rx,
253 1, EXT_INT_ENAB|TxINT_ENAB|INT_ALL_Rx,
1013 c->regs[R1]|= INT_ALL_Rx; in z8530_sync_dma_close()
1182 c->regs[R1]|= INT_ALL_Rx; in z8530_sync_txdma_close()
Dz85230.h65 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro