Searched refs:INT_ALL_Rx (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | z8530.h | 45 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
|
H A D | dmascc.c | 1042 write_scc(priv, R1, EXT_INT_ENAB | INT_ALL_Rx | WT_RDY_RT | in rx_on()
|
H A D | scc.c | 877 or(scc,R1,INT_ALL_Rx|TxINT_ENAB|EXT_INT_ENAB); /* enable interrupts */ in init_channel()
|
/kernel/linux/linux-6.6/drivers/net/hamradio/ |
H A D | z8530.h | 45 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
|
H A D | scc.c | 879 or(scc,R1,INT_ALL_Rx|TxINT_ENAB|EXT_INT_ENAB); /* enable interrupts */ in init_channel()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | ip22zilog.h | 77 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
|
H A D | sunzilog.h | 69 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
|
H A D | pmac_zilog.h | 166 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
|
H A D | ip22zilog.c | 728 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in __ip22zilog_startup() 1140 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in ip22zilog_prepare()
|
H A D | sunzilog.c | 793 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in __sunzilog_startup() 1347 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in sunzilog_init_hw() 1363 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in sunzilog_init_hw()
|
H A D | pmac_zilog.c | 206 uap->curregs[1] |= INT_ALL_Rx | TxINT_ENAB; in pmz_interrupt_control()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | ip22zilog.h | 77 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
|
H A D | sunzilog.h | 69 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
|
H A D | pmac_zilog.h | 156 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
|
H A D | ip22zilog.c | 726 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()
|
H A D | sunzilog.c | 791 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in __sunzilog_startup() 1345 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in sunzilog_init_hw() 1361 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in sunzilog_init_hw()
|
H A D | pmac_zilog.c | 199 uap->curregs[1] |= INT_ALL_Rx | TxINT_ENAB; in pmz_interrupt_control()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | z85230.c | 227 1, EXT_INT_ENAB|TxINT_ENAB|INT_ALL_Rx, 252 1, EXT_INT_ENAB|TxINT_ENAB|INT_ALL_Rx, 1011 c->regs[R1]|= INT_ALL_Rx; in z8530_sync_dma_close() 1180 c->regs[R1]|= INT_ALL_Rx; in z8530_sync_txdma_close()
|
H A D | z85230.h | 66 #define INT_ALL_Rx 0x10 /* Int on all Rx Characters or error */ macro
|
Completed in 26 milliseconds